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