8 references to SlashedZeroProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1075group.SetSlashedZero((bool) element.GetValue(Typography.SlashedZeroProperty));
System\Windows\Documents\Typography.cs (7)
272get { return (bool) _owner.GetValue(SlashedZeroProperty); } 273set { _owner.SetValue(SlashedZeroProperty, value); } 1168/// <seealso cref="Typography.SlashedZeroProperty" /> 1173element.SetValue(SlashedZeroProperty, value); 1180/// <seealso cref="Typography.SlashedZeroProperty" /> 1186return (bool)element.GetValue(SlashedZeroProperty); 1946SlashedZeroProperty,