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)
117
Selection.Select(
TextContainer
.Start,
TextContainer
.End);
206
return this.
TextContainer
.GetPasswordCopy();
803
return this.
TextContainer
;
1023
this.
TextContainer
.TextView = textview;
1061
selectionStart = this.
TextContainer
.Start.CreatePointer();
1179
this.
TextContainer
.BeginChange();
1182
this.
TextContainer
.SetPassword(value);
1187
this.
TextContainer
.EndChange();