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