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); 788if (_textEditor != null) 790_scrollViewer = _textEditor._Scroller as ScrollViewer; 839_textEditor.AcceptsRichContent = false; 842_textEditor.AcceptsTab = false; 853Invariant.Assert(_textEditor != null); 854Invariant.Assert(_textEditor.TextContainer == _textContainer); 860_textEditor.OnDetach(); 1021_textEditor.TextView = textview; 1034_textEditor.TextView = null; 1164_textEditor?.Selection.DetachFromVisualTree(); 1239return _textEditor.Selection;