1 write to _textEditor
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
871
_textEditor
= new TextEditor(_textContainer, this, true);
28 references to _textEditor
PresentationFramework (28)
System\Windows\Controls\PasswordBox.cs (28)
508
_textEditor
.OnKeyDown(e);
523
_textEditor
.OnKeyUp(e);
538
_textEditor
.OnTextInput(e);
553
_textEditor
.OnMouseDown(e);
568
_textEditor
.OnMouseMove(e);
583
_textEditor
.OnMouseUp(e);
598
_textEditor
.OnQueryCursor(e);
613
_textEditor
.OnQueryContinueDrag(e);
628
_textEditor
.OnGiveFeedback(e);
643
_textEditor
.OnDragEnter(e);
658
_textEditor
.OnDragOver(e);
673
_textEditor
.OnDragLeave(e);
688
_textEditor
.OnDrop(e);
704
_textEditor
.OnContextMenuOpening(e);
719
_textEditor
.OnGotKeyboardFocus(e);
734
_textEditor
.OnLostKeyboardFocus(e);
750
_textEditor
.OnLostFocus(e);
789
if (
_textEditor
!= null)
791
_scrollViewer =
_textEditor
._Scroller as ScrollViewer;
840
_textEditor
.AcceptsRichContent = false;
843
_textEditor
.AcceptsTab = false;
854
Invariant.Assert(
_textEditor
!= null);
855
Invariant.Assert(
_textEditor
.TextContainer == _textContainer);
861
_textEditor
.OnDetach();
1022
_textEditor
.TextView = textview;
1035
_textEditor
.TextView = null;
1165
_textEditor
?.Selection.DetachFromVisualTree();
1240
return
_textEditor
.Selection;