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