1 write to _textEditor
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
886
_textEditor
= new TextEditor(_textContainer, this, true);
29 references to _textEditor
PresentationFramework (29)
System\Windows\Controls\PasswordBox.cs (29)
523
_textEditor
.OnKeyDown(e);
538
_textEditor
.OnKeyUp(e);
553
_textEditor
.OnTextInput(e);
568
_textEditor
.OnMouseDown(e);
583
_textEditor
.OnMouseMove(e);
598
_textEditor
.OnMouseUp(e);
613
_textEditor
.OnQueryCursor(e);
628
_textEditor
.OnQueryContinueDrag(e);
643
_textEditor
.OnGiveFeedback(e);
658
_textEditor
.OnDragEnter(e);
673
_textEditor
.OnDragOver(e);
688
_textEditor
.OnDragLeave(e);
703
_textEditor
.OnDrop(e);
719
_textEditor
.OnContextMenuOpening(e);
734
_textEditor
.OnGotKeyboardFocus(e);
749
_textEditor
.OnLostKeyboardFocus(e);
765
_textEditor
.OnLostFocus(e);
804
if (
_textEditor
!= null)
806
_scrollViewer =
_textEditor
._Scroller as ScrollViewer;
855
_textEditor
.AcceptsRichContent = false;
858
_textEditor
.AcceptsTab = false;
869
Invariant.Assert(
_textEditor
!= null);
870
Invariant.Assert(
_textEditor
.TextContainer == _textContainer);
876
_textEditor
.OnDetach();
1042
_textEditor
.TextView = textview;
1055
_textEditor
.TextView = null;
1188
if (
_textEditor
!= null)
1190
_textEditor
.Selection.DetachFromVisualTree();
1266
return
_textEditor
.Selection;