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