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