6 references to MathematicalGreekProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1061
group.SetMathematicalGreek((bool) element.GetValue(Typography.
MathematicalGreekProperty
));
System\Windows\Documents\Typography.cs (5)
278
get { return (bool) _owner.GetValue(
MathematicalGreekProperty
); }
279
set { _owner.SetValue(
MathematicalGreekProperty
, value); }
1198
element.SetValue(
MathematicalGreekProperty
, value);
1211
return (bool)element.GetValue(
MathematicalGreekProperty
);
1946
MathematicalGreekProperty
,