1 write to _textContainer
PresentationFramework (1)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
896_textContainer = textContainer;
5 references to _textContainer
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordBox.cs (5)
799return _textContainer; 883if (_textContainer != null) 886Invariant.Assert(_textEditor.TextContainer == _textContainer); 899((ITextContainer)_textContainer).Changed += new TextContainerChangedEventHandler(OnTextContainerChanged); 902_textEditor = new TextEditor(_textContainer, this, true);