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