5 writes to Cursor
PresentationFramework (4)
System\Windows\Controls\GridViewColumnHeader.cs (2)
717
_headerGripper.
Cursor
= SplitCursor;
799
_headerGripper.
Cursor
= gripperCursor;
System\Windows\Documents\Hyperlink.cs (1)
899
fe.
Cursor
= Cursors.Hand;
System\Windows\Documents\RubberbandSelector.cs (1)
63
scope.
Cursor
= null; // Cursors.Cross;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
104
adapter.
Cursor
= toCursor;
3 references to Cursor
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
3936
Cursor cursor = fe.
Cursor
;
WindowsFormsIntegration (2)
System\Windows\Integration\HostUtils.cs (1)
429
currentElement.
Cursor
!= null ||
System\Windows\Integration\WindowsFormsHost.cs (1)
809
return Convert.ToSystemWindowsFormsCursor(cursorSource.
Cursor
);