1 write to _textEditor
PresentationFramework (1)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
902
_textEditor
= new TextEditor(_textContainer, this, true);
29 references to _textEditor
PresentationFramework (29)
src\Framework\System\Windows\Controls\PasswordBox.cs (29)
539
_textEditor
.OnKeyDown(e);
554
_textEditor
.OnKeyUp(e);
569
_textEditor
.OnTextInput(e);
584
_textEditor
.OnMouseDown(e);
599
_textEditor
.OnMouseMove(e);
614
_textEditor
.OnMouseUp(e);
629
_textEditor
.OnQueryCursor(e);
644
_textEditor
.OnQueryContinueDrag(e);
659
_textEditor
.OnGiveFeedback(e);
674
_textEditor
.OnDragEnter(e);
689
_textEditor
.OnDragOver(e);
704
_textEditor
.OnDragLeave(e);
719
_textEditor
.OnDrop(e);
735
_textEditor
.OnContextMenuOpening(e);
750
_textEditor
.OnGotKeyboardFocus(e);
765
_textEditor
.OnLostKeyboardFocus(e);
781
_textEditor
.OnLostFocus(e);
820
if (
_textEditor
!= null)
822
_scrollViewer =
_textEditor
._Scroller as ScrollViewer;
871
_textEditor
.AcceptsRichContent = false;
874
_textEditor
.AcceptsTab = false;
885
Invariant.Assert(
_textEditor
!= null);
886
Invariant.Assert(
_textEditor
.TextContainer == _textContainer);
892
_textEditor
.OnDetach();
1058
_textEditor
.TextView = textview;
1071
_textEditor
.TextView = null;
1211
if (
_textEditor
!= null)
1213
_textEditor
.Selection.DetachFromVisualTree();
1300
return
_textEditor
.Selection;