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)
799
return
_textContainer
;
883
if (
_textContainer
!= null)
886
Invariant.Assert(_textEditor.TextContainer ==
_textContainer
);
899
((ITextContainer)
_textContainer
).Changed += new TextContainerChangedEventHandler(OnTextContainerChanged);
902
_textEditor = new TextEditor(
_textContainer
, this, true);