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