10 references to TextContainer
PresentationFramework (10)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
75
_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).
TextContainer
);
System\Windows\Controls\PasswordBox.cs (9)
131
Selection.Select(
TextContainer
.Start,
TextContainer
.End);
221
return this.
TextContainer
.GetPasswordCopy();
818
return this.
TextContainer
;
1043
this.
TextContainer
.TextView = textview;
1084
selectionStart = this.
TextContainer
.Start.CreatePointer();
1205
this.
TextContainer
.BeginChange();
1208
this.
TextContainer
.SetPassword(value);
1213
this.
TextContainer
.EndChange();