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