6 references to StandardSwashesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1069group.SetStandardSwashes((int) element.GetValue(Typography.StandardSwashesProperty));
System\Windows\Documents\Typography.cs (5)
334get { return (int) _owner.GetValue(StandardSwashesProperty); } 335set { _owner.SetValue(StandardSwashesProperty, value); } 1406element.SetValue(StandardSwashesProperty, value); 1419return (int)element.GetValue(StandardSwashesProperty); 1954StandardSwashesProperty,