2 implementations of IsTypographyDefaultValue
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
807
bool ITextBoxViewHost.
IsTypographyDefaultValue
System\Windows\Controls\TextBox.cs (1)
1384
bool ITextBoxViewHost.
IsTypographyDefaultValue
1 reference to IsTypographyDefaultValue
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
1370
TextProperties defaultTextProperties = new TextProperties((Control)_host, _host.
IsTypographyDefaultValue
);