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