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); 804if (_textEditor != null) 806_scrollViewer = _textEditor._Scroller as ScrollViewer; 855_textEditor.AcceptsRichContent = false; 858_textEditor.AcceptsTab = false; 869Invariant.Assert(_textEditor != null); 870Invariant.Assert(_textEditor.TextContainer == _textContainer); 876_textEditor.OnDetach(); 1042_textEditor.TextView = textview; 1055_textEditor.TextView = null; 1188if (_textEditor != null) 1190_textEditor.Selection.DetachFromVisualTree(); 1266return _textEditor.Selection;