10 references to TextContainer
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
76
_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).
TextContainer
);
src\Framework\System\Windows\Controls\PasswordBox.cs (9)
134
Selection.Select(
TextContainer
.Start,
TextContainer
.End);
237
return this.
TextContainer
.GetPasswordCopy();
834
return this.
TextContainer
;
1059
this.
TextContainer
.TextView = textview;
1107
selectionStart = this.
TextContainer
.Start.CreatePointer();
1239
this.
TextContainer
.BeginChange();
1242
this.
TextContainer
.SetPassword(value);
1247
this.
TextContainer
.EndChange();