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); 820if (_textEditor != null) 822_scrollViewer = _textEditor._Scroller as ScrollViewer; 871_textEditor.AcceptsRichContent = false; 874_textEditor.AcceptsTab = false; 885Invariant.Assert(_textEditor != null); 886Invariant.Assert(_textEditor.TextContainer == _textContainer); 892_textEditor.OnDetach(); 1058_textEditor.TextView = textview; 1071_textEditor.TextView = null; 1211if (_textEditor != null) 1213_textEditor.Selection.DetachFromVisualTree(); 1300return _textEditor.Selection;