6 references to SlashedZeroProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1060group.SetSlashedZero((bool) element.GetValue(Typography.SlashedZeroProperty));
System\Windows\Documents\Typography.cs (5)
271get { return (bool) _owner.GetValue(SlashedZeroProperty); } 272set { _owner.SetValue(SlashedZeroProperty, value); } 1172element.SetValue(SlashedZeroProperty, value); 1185return (bool)element.GetValue(SlashedZeroProperty); 1945SlashedZeroProperty,