16 references to FontStretchProperty
PresentationFramework (16)
MS\Internal\Text\DynamicPropertyReader.cs (2)
49
FontStretch fontStretch = (FontStretch) element.GetValue(TextElement.
FontStretchProperty
);
60
FontStretch fontStretch = (FontStretch) element.GetValue(TextElement.
FontStretchProperty
);
System\Windows\Controls\AccessText.cs (1)
204
TextElement.
FontStretchProperty
.AddOwner(typeof(AccessText));
System\Windows\Controls\Control.cs (2)
219
= TextElement.
FontStretchProperty
.AddOwner(typeof(Control),
220
new FrameworkPropertyMetadata(TextElement.
FontStretchProperty
.DefaultMetadata.DefaultValue,
System\Windows\Controls\TextBlock.cs (1)
751
TextElement.
FontStretchProperty
.AddOwner(typeof(TextBlock));
System\Windows\Documents\FixedElement.cs (1)
81
TextElement.
FontStretchProperty
.AddOwner(
System\Windows\Documents\FixedSOMTextRun.cs (1)
237
element.SetValue(TextElement.
FontStretchProperty
, _fontStretch);
System\Windows\Documents\FlowDocument.cs (1)
249
TextElement.
FontStretchProperty
.AddOwner(_typeofThis);
System\Windows\Documents\TextElement.cs (4)
613
get { return (FontStretch) GetValue(
FontStretchProperty
); }
614
set { SetValue(
FontStretchProperty
, value); }
626
element.SetValue(
FontStretchProperty
, value);
637
return (FontStretch)element.GetValue(
FontStretchProperty
);
System\Windows\Documents\TextSchema.cs (1)
51
TextElement.
FontStretchProperty
,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3707
DependencyProperty dp = System.Windows.Documents.TextElement.
FontStretchProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1922
return System.Windows.Documents.TextElement.
FontStretchProperty
;