5 writes to Cursor
PresentationFramework (4)
System\Windows\Controls\GridViewColumnHeader.cs (2)
703
_headerGripper.
Cursor
= SplitCursor;
785
_headerGripper.
Cursor
= gripperCursor;
System\Windows\Documents\Hyperlink.cs (1)
894
fe.
Cursor
= Cursors.Hand;
System\Windows\Documents\RubberbandSelector.cs (1)
52
scope.
Cursor
= null; // Cursors.Cross;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
99
adapter.
Cursor
= toCursor;
3 references to Cursor
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
3915
Cursor cursor = fe.
Cursor
;
WindowsFormsIntegration (2)
System\Windows\Integration\HostUtils.cs (1)
424
currentElement.
Cursor
!= null ||
System\Windows\Integration\WindowsFormsHost.cs (1)
785
return Convert.ToSystemWindowsFormsCursor(cursorSource.
Cursor
);