2 references to ForceCursorProperty
PresentationFramework (2)
System\Windows\FrameworkContentElement.cs (2)
948
get { return (bool) GetValue(
ForceCursorProperty
); }
949
set { SetValue(
ForceCursorProperty
, BooleanBoxes.Box(value)); }