2 implementations of ITextBoxViewHost
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
25
public sealed class PasswordBox : Control,
ITextBoxViewHost
System\Windows\Controls\TextBox.cs (1)
30
public class TextBox : TextBoxBase, IAddChild,
ITextBoxViewHost
8 references to ITextBoxViewHost
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (3)
40
internal TextBoxView(
ITextBoxViewHost
host)
1195
internal
ITextBoxViewHost
Host
3181
private readonly
ITextBoxViewHost
_host;
MS\Internal\Text\LineProperties.cs (1)
133
if (contentHost is TextBlock || contentHost is
ITextBoxViewHost
)
System\Windows\Controls\PasswordBox.cs (2)
798
ITextContainer
ITextBoxViewHost
.TextContainer
807
bool
ITextBoxViewHost
.IsTypographyDefaultValue
System\Windows\Controls\TextBox.cs (2)
1375
ITextContainer
ITextBoxViewHost
.TextContainer
1384
bool
ITextBoxViewHost
.IsTypographyDefaultValue