4 references to ForceCursorProperty
PresentationFramework (4)
System\Windows\Documents\TextSchema.cs (1)
1182
FrameworkElement.
ForceCursorProperty
,
System\Windows\FrameworkContentElement.cs (1)
935
FrameworkElement.
ForceCursorProperty
.AddOwner(
System\Windows\FrameworkElement.cs (2)
3904
get { return (bool) GetValue(
ForceCursorProperty
); }
3905
set { SetValue(
ForceCursorProperty
, BooleanBoxes.Box(value)); }