8 references to ContextualSwashesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1131group.SetContextualSwashes((int) element.GetValue(Typography.ContextualSwashesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
363get { return (int) _owner.GetValue(ContextualSwashesProperty); } 364set { _owner.SetValue(ContextualSwashesProperty, value); } 1695/// <seealso cref="Typography.ContextualSwashesProperty" /> 1703element.SetValue(ContextualSwashesProperty, value); 1710/// <seealso cref="Typography.ContextualSwashesProperty" /> 1719return (int)element.GetValue(ContextualSwashesProperty); 2235ContextualSwashesProperty,