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