1 write to _textEditor
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
878_textEditor = new TextEditor(_textContainer, this, true);
29 references to _textEditor
PresentationFramework (29)
System\Windows\Controls\PasswordBox.cs (29)
515_textEditor.OnKeyDown(e); 530_textEditor.OnKeyUp(e); 545_textEditor.OnTextInput(e); 560_textEditor.OnMouseDown(e); 575_textEditor.OnMouseMove(e); 590_textEditor.OnMouseUp(e); 605_textEditor.OnQueryCursor(e); 620_textEditor.OnQueryContinueDrag(e); 635_textEditor.OnGiveFeedback(e); 650_textEditor.OnDragEnter(e); 665_textEditor.OnDragOver(e); 680_textEditor.OnDragLeave(e); 695_textEditor.OnDrop(e); 711_textEditor.OnContextMenuOpening(e); 726_textEditor.OnGotKeyboardFocus(e); 741_textEditor.OnLostKeyboardFocus(e); 757_textEditor.OnLostFocus(e); 796if (_textEditor != null) 798_scrollViewer = _textEditor._Scroller as ScrollViewer; 847_textEditor.AcceptsRichContent = false; 850_textEditor.AcceptsTab = false; 861Invariant.Assert(_textEditor != null); 862Invariant.Assert(_textEditor.TextContainer == _textContainer); 868_textEditor.OnDetach(); 1034_textEditor.TextView = textview; 1047_textEditor.TextView = null; 1180if (_textEditor != null) 1182_textEditor.Selection.DetachFromVisualTree(); 1258return _textEditor.Selection;