8 references to StandardSwashesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1130group.SetStandardSwashes((int) element.GetValue(Typography.StandardSwashesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
356get { return (int) _owner.GetValue(StandardSwashesProperty); } 357set { _owner.SetValue(StandardSwashesProperty, value); } 1663/// <seealso cref="Typography.StandardSwashesProperty" /> 1671element.SetValue(StandardSwashesProperty, value); 1678/// <seealso cref="Typography.StandardSwashesProperty" /> 1687return (int)element.GetValue(StandardSwashesProperty); 2234StandardSwashesProperty,