5 writes to Cursor
PresentationFramework (4)
System\Windows\Controls\GridViewColumnHeader.cs (2)
713
_headerGripper.
Cursor
= SplitCursor;
795
_headerGripper.
Cursor
= gripperCursor;
System\Windows\Documents\Hyperlink.cs (1)
893
fe.
Cursor
= Cursors.Hand;
System\Windows\Documents\RubberbandSelector.cs (1)
53
scope.
Cursor
= null; // Cursors.Cross;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
102
adapter.
Cursor
= toCursor;
3 references to Cursor
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
3925
Cursor cursor = fe.
Cursor
;
WindowsFormsIntegration (2)
System\Windows\Integration\HostUtils.cs (1)
425
currentElement.
Cursor
!= null ||
System\Windows\Integration\WindowsFormsHost.cs (1)
807
return Convert.ToSystemWindowsFormsCursor(cursorSource.
Cursor
);