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