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