10 references to TextContainer
PresentationFramework (10)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
63
_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).
TextContainer
);
System\Windows\Controls\PasswordBox.cs (9)
123
Selection.Select(
TextContainer
.Start,
TextContainer
.End);
213
return this.
TextContainer
.GetPasswordCopy();
810
return this.
TextContainer
;
1035
this.
TextContainer
.TextView = textview;
1076
selectionStart = this.
TextContainer
.Start.CreatePointer();
1197
this.
TextContainer
.BeginChange();
1200
this.
TextContainer
.SetPassword(value);
1205
this.
TextContainer
.EndChange();