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