6 references to BaselineAlignmentProperty
PresentationFramework (6)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
357if (element.GetValueSource(Inline.BaselineAlignmentProperty, null, out hasModifiers)
src\Framework\System\Windows\Documents\Inline.cs (2)
109get { return (BaselineAlignment) GetValue(BaselineAlignmentProperty); } 110set { SetValue(BaselineAlignmentProperty, value); }
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
873if (property == Inline.BaselineAlignmentProperty || property == TextElement.TextEffectsProperty)
src\Framework\System\Windows\Documents\TextSchema.cs (2)
963Inline.BaselineAlignmentProperty, 977Inline.BaselineAlignmentProperty,