8 references to ContextualAlternatesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1050group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty));
System\Windows\Documents\Typography.cs (7)
103get { return (bool) _owner.GetValue(ContextualAlternatesProperty); } 104set { _owner.SetValue(ContextualAlternatesProperty, value); } 505/// <seealso cref="Typography.ContextualAlternatesProperty" /> 510element.SetValue(ContextualAlternatesProperty, value); 517/// <seealso cref="Typography.ContextualAlternatesProperty" /> 523return (bool)element.GetValue(ContextualAlternatesProperty); 1933ContextualAlternatesProperty,