1 write to _textEditor
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
870
_textEditor
= new TextEditor(_textContainer, this, true);
28 references to _textEditor
PresentationFramework (28)
System\Windows\Controls\PasswordBox.cs (28)
507
_textEditor
.OnKeyDown(e);
522
_textEditor
.OnKeyUp(e);
537
_textEditor
.OnTextInput(e);
552
_textEditor
.OnMouseDown(e);
567
_textEditor
.OnMouseMove(e);
582
_textEditor
.OnMouseUp(e);
597
_textEditor
.OnQueryCursor(e);
612
_textEditor
.OnQueryContinueDrag(e);
627
_textEditor
.OnGiveFeedback(e);
642
_textEditor
.OnDragEnter(e);
657
_textEditor
.OnDragOver(e);
672
_textEditor
.OnDragLeave(e);
687
_textEditor
.OnDrop(e);
703
_textEditor
.OnContextMenuOpening(e);
718
_textEditor
.OnGotKeyboardFocus(e);
733
_textEditor
.OnLostKeyboardFocus(e);
749
_textEditor
.OnLostFocus(e);
788
if (
_textEditor
!= null)
790
_scrollViewer =
_textEditor
._Scroller as ScrollViewer;
839
_textEditor
.AcceptsRichContent = false;
842
_textEditor
.AcceptsTab = false;
853
Invariant.Assert(
_textEditor
!= null);
854
Invariant.Assert(
_textEditor
.TextContainer == _textContainer);
860
_textEditor
.OnDetach();
1021
_textEditor
.TextView = textview;
1034
_textEditor
.TextView = null;
1164
_textEditor
?.Selection.DetachFromVisualTree();
1239
return
_textEditor
.Selection;