8 references to MathematicalGreekProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1077
group.SetMathematicalGreek((bool) element.GetValue(Typography.
MathematicalGreekProperty
));
System\Windows\Documents\Typography.cs (7)
292
get { return (bool) _owner.GetValue(
MathematicalGreekProperty
); }
293
set { _owner.SetValue(
MathematicalGreekProperty
, value); }
1207
/// <seealso cref="Typography.
MathematicalGreekProperty
" />
1212
element.SetValue(
MathematicalGreekProperty
, value);
1219
/// <seealso cref="Typography.
MathematicalGreekProperty
" />
1225
return (bool)element.GetValue(
MathematicalGreekProperty
);
1960
MathematicalGreekProperty
,