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