1 write to _textEditor
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
878
_textEditor
= new TextEditor(_textContainer, this, true);
29 references to _textEditor
PresentationFramework (29)
System\Windows\Controls\PasswordBox.cs (29)
515
_textEditor
.OnKeyDown(e);
530
_textEditor
.OnKeyUp(e);
545
_textEditor
.OnTextInput(e);
560
_textEditor
.OnMouseDown(e);
575
_textEditor
.OnMouseMove(e);
590
_textEditor
.OnMouseUp(e);
605
_textEditor
.OnQueryCursor(e);
620
_textEditor
.OnQueryContinueDrag(e);
635
_textEditor
.OnGiveFeedback(e);
650
_textEditor
.OnDragEnter(e);
665
_textEditor
.OnDragOver(e);
680
_textEditor
.OnDragLeave(e);
695
_textEditor
.OnDrop(e);
711
_textEditor
.OnContextMenuOpening(e);
726
_textEditor
.OnGotKeyboardFocus(e);
741
_textEditor
.OnLostKeyboardFocus(e);
757
_textEditor
.OnLostFocus(e);
796
if (
_textEditor
!= null)
798
_scrollViewer =
_textEditor
._Scroller as ScrollViewer;
847
_textEditor
.AcceptsRichContent = false;
850
_textEditor
.AcceptsTab = false;
861
Invariant.Assert(
_textEditor
!= null);
862
Invariant.Assert(
_textEditor
.TextContainer == _textContainer);
868
_textEditor
.OnDetach();
1034
_textEditor
.TextView = textview;
1047
_textEditor
.TextView = null;
1180
if (
_textEditor
!= null)
1182
_textEditor
.Selection.DetachFromVisualTree();
1258
return
_textEditor
.Selection;