8 references to SlashedZeroProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1060
group.SetSlashedZero((bool) element.GetValue(Typography.
SlashedZeroProperty
));
System\Windows\Documents\Typography.cs (7)
271
get { return (bool) _owner.GetValue(
SlashedZeroProperty
); }
272
set { _owner.SetValue(
SlashedZeroProperty
, value); }
1167
/// <seealso cref="Typography.
SlashedZeroProperty
" />
1172
element.SetValue(
SlashedZeroProperty
, value);
1179
/// <seealso cref="Typography.
SlashedZeroProperty
" />
1185
return (bool)element.GetValue(
SlashedZeroProperty
);
1945
SlashedZeroProperty
,