4 references to ForceCursorProperty
PresentationFramework (4)
System\Windows\Documents\TextSchema.cs (1)
1177FrameworkElement.ForceCursorProperty,
System\Windows\FrameworkContentElement.cs (1)
928FrameworkElement.ForceCursorProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
3901get { return (bool) GetValue(ForceCursorProperty); } 3902set { SetValue(ForceCursorProperty, BooleanBoxes.Box(value)); }