10 references to CursorProperty
PresentationFramework (10)
System\Windows\Controls\GridSplitter.cs (4)
101CursorProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceCursor))); 119o.CoerceValue(CursorProperty); 127BaseValueSourceInternal vs = splitter.GetValueSource(CursorProperty, null, out hasModifiers); 381CoerceValue(CursorProperty);
System\Windows\Controls\ScrollViewer.cs (2)
2725hsb.SetValue(FrameworkElement.CursorProperty, Cursors.Arrow); 2735vsb.SetValue(FrameworkElement.CursorProperty, Cursors.Arrow);
System\Windows\Documents\TextSchema.cs (1)
1182FrameworkElement.CursorProperty,
System\Windows\FrameworkContentElement.cs (1)
915FrameworkElement.CursorProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
3873get { return (System.Windows.Input.Cursor) GetValue(CursorProperty); } 3874set { SetValue(CursorProperty, value); }