8 references to SlashedZeroProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1076group.SetSlashedZero((bool) element.GetValue(Typography.SlashedZeroProperty));
System\Windows\Documents\Typography.cs (7)
285get { return (bool) _owner.GetValue(SlashedZeroProperty); } 286set { _owner.SetValue(SlashedZeroProperty, value); } 1181/// <seealso cref="Typography.SlashedZeroProperty" /> 1186element.SetValue(SlashedZeroProperty, value); 1193/// <seealso cref="Typography.SlashedZeroProperty" /> 1199return (bool)element.GetValue(SlashedZeroProperty); 1959SlashedZeroProperty,