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