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