2 implementations of ITextBoxViewHost
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
40public sealed class PasswordBox : Control, ITextBoxViewHost
System\Windows\Controls\TextBox.cs (1)
38public class TextBox : TextBoxBase, IAddChild, ITextBoxViewHost
8 references to ITextBoxViewHost
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (3)
43internal TextBoxView(ITextBoxViewHost host) 1244internal ITextBoxViewHost Host 3242private readonly ITextBoxViewHost _host;
MS\Internal\Text\LineProperties.cs (1)
138if (contentHost is TextBlock || contentHost is ITextBoxViewHost)
System\Windows\Controls\PasswordBox.cs (2)
814ITextContainer ITextBoxViewHost.TextContainer 823bool ITextBoxViewHost.IsTypographyDefaultValue
System\Windows\Controls\TextBox.cs (2)
1381ITextContainer ITextBoxViewHost.TextContainer 1390bool ITextBoxViewHost.IsTypographyDefaultValue