11 writes to Cursor
PresentationFramework (5)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
707
_headerGripper.
Cursor
= SplitCursor;
819
_headerGripper.
Cursor
= gripperCursor;
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
954
fe.
Cursor
= Cursors.Hand;
958
fe.
Cursor
= Cursors.No;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
78
scope.
Cursor
= null; // Cursors.Cross;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (1)
60
this.
Cursor
= Cursors.SizeNWSE;
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (1)
59
this.
Cursor
= Cursors.SizeNWSE;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (1)
46
this.
Cursor
= Cursors.SizeNWSE;
System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (3)
103
this.scrollViewer.
Cursor
= this.Hand;
106
this.scrollViewer.
Cursor
= this.DraggingHand;
109
this.scrollViewer.
Cursor
= null;
1 reference to Cursor
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
3935
Cursor cursor = fe.
Cursor
;