4 references to ForceCursorProperty
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1185FrameworkElement.ForceCursorProperty,
src\Framework\System\Windows\FrameworkContentElement.cs (1)
953FrameworkElement.ForceCursorProperty.AddOwner(
src\Framework\System\Windows\FrameworkElement.cs (2)
3914get { return (bool) GetValue(ForceCursorProperty); } 3915set { SetValue(ForceCursorProperty, BooleanBoxes.Box(value)); }