8 references to MathematicalGreekProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1076group.SetMathematicalGreek((bool) element.GetValue(Typography.MathematicalGreekProperty));
System\Windows\Documents\Typography.cs (7)
279get { return (bool) _owner.GetValue(MathematicalGreekProperty); } 280set { _owner.SetValue(MathematicalGreekProperty, value); } 1194/// <seealso cref="Typography.MathematicalGreekProperty" /> 1199element.SetValue(MathematicalGreekProperty, value); 1206/// <seealso cref="Typography.MathematicalGreekProperty" /> 1212return (bool)element.GetValue(MathematicalGreekProperty); 1947MathematicalGreekProperty,