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