1 write to _textEditor
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
871_textEditor = new TextEditor(_textContainer, this, true);
28 references to _textEditor
PresentationFramework (28)
System\Windows\Controls\PasswordBox.cs (28)
508_textEditor.OnKeyDown(e); 523_textEditor.OnKeyUp(e); 538_textEditor.OnTextInput(e); 553_textEditor.OnMouseDown(e); 568_textEditor.OnMouseMove(e); 583_textEditor.OnMouseUp(e); 598_textEditor.OnQueryCursor(e); 613_textEditor.OnQueryContinueDrag(e); 628_textEditor.OnGiveFeedback(e); 643_textEditor.OnDragEnter(e); 658_textEditor.OnDragOver(e); 673_textEditor.OnDragLeave(e); 688_textEditor.OnDrop(e); 704_textEditor.OnContextMenuOpening(e); 719_textEditor.OnGotKeyboardFocus(e); 734_textEditor.OnLostKeyboardFocus(e); 750_textEditor.OnLostFocus(e); 789if (_textEditor != null) 791_scrollViewer = _textEditor._Scroller as ScrollViewer; 840_textEditor.AcceptsRichContent = false; 843_textEditor.AcceptsTab = false; 854Invariant.Assert(_textEditor != null); 855Invariant.Assert(_textEditor.TextContainer == _textContainer); 861_textEditor.OnDetach(); 1022_textEditor.TextView = textview; 1035_textEditor.TextView = null; 1165_textEditor?.Selection.DetachFromVisualTree(); 1240return _textEditor.Selection;