1 write to _textContainer
PresentationFramework (1)
System\Windows\Controls\PasswordBox.cs (1)
880
_textContainer
= textContainer;
5 references to _textContainer
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (5)
783
return
_textContainer
;
867
if (
_textContainer
!= null)
870
Invariant.Assert(_textEditor.TextContainer ==
_textContainer
);
883
((ITextContainer)
_textContainer
).Changed += new TextContainerChangedEventHandler(OnTextContainerChanged);
886
_textEditor = new TextEditor(
_textContainer
, this, true);