2 implementations of ITextBoxViewHost
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
43public sealed class PasswordBox : Control, ITextBoxViewHost
src\Framework\System\Windows\Controls\TextBox.cs (1)
40public class TextBox : TextBoxBase, IAddChild, ITextBoxViewHost
8 references to ITextBoxViewHost
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
45internal TextBoxView(ITextBoxViewHost host) 1246internal ITextBoxViewHost Host 3219private readonly ITextBoxViewHost _host;
src\Framework\MS\Internal\Text\LineProperties.cs (1)
141if (contentHost is TextBlock || contentHost is ITextBoxViewHost)
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
830ITextContainer ITextBoxViewHost.TextContainer 839bool ITextBoxViewHost.IsTypographyDefaultValue
src\Framework\System\Windows\Controls\TextBox.cs (2)
1373ITextContainer ITextBoxViewHost.TextContainer 1382bool ITextBoxViewHost.IsTypographyDefaultValue