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)
723This._cursor = cursor;
3 references to _cursor
PresentationFramework (3)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
854e.Cursor = link.TextContainer.TextSelection.TextEditor._cursor;
src\Framework\System\windows\Documents\TextEditorMouse.cs (2)
424e.Cursor = This._cursor; 721if (cursor != This._cursor)