diff --git a/src/Avalonia.Input/InputElement.cs b/src/Avalonia.Input/InputElement.cs
index 535b930f8b..1e2a621bd1 100644
--- a/src/Avalonia.Input/InputElement.cs
+++ b/src/Avalonia.Input/InputElement.cs
@@ -342,7 +342,7 @@ namespace Avalonia.Input
}
///
- /// Gets or sets a value indicating whether the control is focused.
+ /// Gets a value indicating whether the control is focused.
///
public bool IsFocused
{
@@ -360,7 +360,7 @@ namespace Avalonia.Input
}
///
- /// Gets or sets a value indicating whether the pointer is currently over the control.
+ /// Gets a value indicating whether the pointer is currently over the control.
///
public bool IsPointerOver
{