10 references to TextContainer
PresentationFramework (10)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
62
_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).
TextContainer
);
System\Windows\Controls\PasswordBox.cs (9)
116
Selection.Select(
TextContainer
.Start,
TextContainer
.End);
205
return this.
TextContainer
.GetPasswordCopy();
802
return this.
TextContainer
;
1022
this.
TextContainer
.TextView = textview;
1060
selectionStart = this.
TextContainer
.Start.CreatePointer();
1178
this.
TextContainer
.BeginChange();
1181
this.
TextContainer
.SetPassword(value);
1186
this.
TextContainer
.EndChange();