2 references to TextProperties
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1419TextProperties defaultTextProperties = new TextProperties((Control)_host, _host.IsTypographyDefaultValue);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3139TextProperties defaultTextProperties = new TextProperties(this, this.IsTypographyDefaultValue);