10 references to CursorProperty
PresentationFramework (10)
System\Windows\Controls\GridSplitter.cs (4)
95CursorProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceCursor))); 113o.CoerceValue(CursorProperty); 121BaseValueSourceInternal vs = splitter.GetValueSource(CursorProperty, null, out hasModifiers); 375CoerceValue(CursorProperty);
System\Windows\Controls\ScrollViewer.cs (2)
2717hsb.SetValue(FrameworkElement.CursorProperty, Cursors.Arrow); 2727vsb.SetValue(FrameworkElement.CursorProperty, Cursors.Arrow);
System\Windows\Documents\TextSchema.cs (1)
1181FrameworkElement.CursorProperty,
System\Windows\FrameworkContentElement.cs (1)
903FrameworkElement.CursorProperty.AddOwner(
System\Windows\FrameworkElement.cs (2)
3869get { return (System.Windows.Input.Cursor) GetValue(CursorProperty); } 3870set { SetValue(CursorProperty, value); }