8 references to MathematicalGreekProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1122group.SetMathematicalGreek((bool) element.GetValue(Typography.MathematicalGreekProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
300get { return (bool) _owner.GetValue(MathematicalGreekProperty); } 301set { _owner.SetValue(MathematicalGreekProperty, value); } 1407/// <seealso cref="Typography.MathematicalGreekProperty" /> 1415element.SetValue(MathematicalGreekProperty, value); 1422/// <seealso cref="Typography.MathematicalGreekProperty" /> 1431return (bool)element.GetValue(MathematicalGreekProperty); 2226MathematicalGreekProperty,