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