8 writes to Cursor
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1037queryCursor.Cursor = Cursors.Arrow;
PresentationFramework (7)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
3035e.Cursor = cursor;
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
854e.Cursor = link.TextContainer.TextSelection.TextEditor._cursor;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (2)
663e.Cursor = Cursors.Cross; 667e.Cursor = Cursors.Arrow;
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
424e.Cursor = This._cursor;
src\Framework\System\Windows\FrameworkContentElement.cs (1)
998e.Cursor = cursor;
src\Framework\System\Windows\FrameworkElement.cs (1)
3946e.Cursor = cursor;
1 reference to Cursor
PresentationCore (1)
Core\CSharp\System\Windows\Input\MouseDevice.cs (1)
1987SetCursor(queryCursor.Cursor);