8 references to MathematicalGreekProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1061group.SetMathematicalGreek((bool) element.GetValue(Typography.MathematicalGreekProperty));
System\Windows\Documents\Typography.cs (7)
278get { return (bool) _owner.GetValue(MathematicalGreekProperty); } 279set { _owner.SetValue(MathematicalGreekProperty, value); } 1193/// <seealso cref="Typography.MathematicalGreekProperty" /> 1198element.SetValue(MathematicalGreekProperty, value); 1205/// <seealso cref="Typography.MathematicalGreekProperty" /> 1211return (bool)element.GetValue(MathematicalGreekProperty); 1946MathematicalGreekProperty,