8 references to MathematicalGreekProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1077group.SetMathematicalGreek((bool) element.GetValue(Typography.MathematicalGreekProperty));
System\Windows\Documents\Typography.cs (7)
292get { return (bool) _owner.GetValue(MathematicalGreekProperty); } 293set { _owner.SetValue(MathematicalGreekProperty, value); } 1207/// <seealso cref="Typography.MathematicalGreekProperty" /> 1212element.SetValue(MathematicalGreekProperty, value); 1219/// <seealso cref="Typography.MathematicalGreekProperty" /> 1225return (bool)element.GetValue(MathematicalGreekProperty); 1960MathematicalGreekProperty,