10 references to CursorProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\GridSplitter.cs (4)
102
CursorProperty
.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(null, new CoerceValueCallback(CoerceCursor)));
120
o.CoerceValue(
CursorProperty
);
128
BaseValueSourceInternal vs = splitter.GetValueSource(
CursorProperty
, null, out hasModifiers);
383
CoerceValue(
CursorProperty
);
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2765
hsb.SetValue(FrameworkElement.
CursorProperty
, Cursors.Arrow);
2775
vsb.SetValue(FrameworkElement.
CursorProperty
, Cursors.Arrow);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1184
FrameworkElement.
CursorProperty
,
src\Framework\System\Windows\FrameworkContentElement.cs (1)
921
FrameworkElement.
CursorProperty
.AddOwner(
src\Framework\System\Windows\FrameworkElement.cs (2)
3879
get { return (System.Windows.Input.Cursor) GetValue(
CursorProperty
); }
3880
set { SetValue(
CursorProperty
, value); }