8 references to ContextualAlternatesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1035group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty));
System\Windows\Documents\Typography.cs (7)
90get { return (bool) _owner.GetValue(ContextualAlternatesProperty); } 91set { _owner.SetValue(ContextualAlternatesProperty, value); } 492/// <seealso cref="Typography.ContextualAlternatesProperty" /> 497element.SetValue(ContextualAlternatesProperty, value); 504/// <seealso cref="Typography.ContextualAlternatesProperty" /> 510return (bool)element.GetValue(ContextualAlternatesProperty); 1920ContextualAlternatesProperty,