6 references to BaselineAlignmentProperty
PresentationFramework (6)
MS\Internal\Text\DynamicPropertyReader.cs (1)
348
if (element.GetValueSource(Inline.
BaselineAlignmentProperty
, null, out hasModifiers)
System\Windows\Documents\Inline.cs (2)
103
get { return (BaselineAlignment) GetValue(
BaselineAlignmentProperty
); }
104
set { SetValue(
BaselineAlignmentProperty
, value); }
System\Windows\Documents\TextRangeSerialization.cs (1)
860
if (property == Inline.
BaselineAlignmentProperty
|| property == TextElement.TextEffectsProperty)
System\Windows\Documents\TextSchema.cs (2)
954
Inline.
BaselineAlignmentProperty
,
968
Inline.
BaselineAlignmentProperty
,