8 references to SlashedZeroProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1121
group.SetSlashedZero((bool) element.GetValue(Typography.
SlashedZeroProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
293
get { return (bool) _owner.GetValue(
SlashedZeroProperty
); }
294
set { _owner.SetValue(
SlashedZeroProperty
, value); }
1375
/// <seealso cref="Typography.
SlashedZeroProperty
" />
1383
element.SetValue(
SlashedZeroProperty
, value);
1390
/// <seealso cref="Typography.
SlashedZeroProperty
" />
1399
return (bool)element.GetValue(
SlashedZeroProperty
);
2225
SlashedZeroProperty
,