8 references to ContextualSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1070group.SetContextualSwashes((int) element.GetValue(Typography.ContextualSwashesProperty));
System\Windows\Documents\Typography.cs (7)
341get { return (int) _owner.GetValue(ContextualSwashesProperty); } 342set { _owner.SetValue(ContextualSwashesProperty, value); } 1427/// <seealso cref="Typography.ContextualSwashesProperty" /> 1432element.SetValue(ContextualSwashesProperty, value); 1439/// <seealso cref="Typography.ContextualSwashesProperty" /> 1445return (int)element.GetValue(ContextualSwashesProperty); 1955ContextualSwashesProperty,