8 references to StandardSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1085group.SetStandardSwashes((int) element.GetValue(Typography.StandardSwashesProperty));
System\Windows\Documents\Typography.cs (7)
348get { return (int) _owner.GetValue(StandardSwashesProperty); } 349set { _owner.SetValue(StandardSwashesProperty, value); } 1415/// <seealso cref="Typography.StandardSwashesProperty" /> 1420element.SetValue(StandardSwashesProperty, value); 1427/// <seealso cref="Typography.StandardSwashesProperty" /> 1433return (int)element.GetValue(StandardSwashesProperty); 1968StandardSwashesProperty,