16 references to FontStretchProperty
PresentationFramework (16)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (2)
52FontStretch fontStretch = (FontStretch) element.GetValue(TextElement.FontStretchProperty); 63FontStretch fontStretch = (FontStretch) element.GetValue(TextElement.FontStretchProperty);
src\Framework\System\Windows\Controls\AccessText.cs (1)
204TextElement.FontStretchProperty.AddOwner(typeof(AccessText));
src\Framework\System\Windows\Controls\Control.cs (2)
220= TextElement.FontStretchProperty.AddOwner(typeof(Control), 221new FrameworkPropertyMetadata(TextElement.FontStretchProperty.DefaultMetadata.DefaultValue,
src\Framework\System\Windows\Controls\TextBlock.cs (1)
793TextElement.FontStretchProperty.AddOwner(typeof(TextBlock));
src\Framework\System\Windows\Documents\FixedElement.cs (1)
85TextElement.FontStretchProperty.AddOwner(
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
242element.SetValue(TextElement.FontStretchProperty, _fontStretch);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
257TextElement.FontStretchProperty.AddOwner(_typeofThis);
src\Framework\System\Windows\Documents\TextElement.cs (4)
636get { return (FontStretch) GetValue(FontStretchProperty); } 637set { SetValue(FontStretchProperty, value); } 652element.SetValue(FontStretchProperty, value); 666return (FontStretch)element.GetValue(FontStretchProperty);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
53TextElement.FontStretchProperty,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3682DependencyProperty dp = System.Windows.Documents.TextElement.FontStretchProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1919return System.Windows.Documents.TextElement.FontStretchProperty;