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