2 writes to _cursor
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
90
_cursor
= Cursors.IBeam;
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
723
This.
_cursor
= cursor;
3 references to _cursor
PresentationFramework (3)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
854
e.Cursor = link.TextContainer.TextSelection.TextEditor.
_cursor
;
src\Framework\System\windows\Documents\TextEditorMouse.cs (2)
424
e.Cursor = This.
_cursor
;
721
if (cursor != This.
_cursor
)