8 references to ContextualAlternatesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1034group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty));
System\Windows\Documents\Typography.cs (7)
89get { return (bool) _owner.GetValue(ContextualAlternatesProperty); } 90set { _owner.SetValue(ContextualAlternatesProperty, value); } 491/// <seealso cref="Typography.ContextualAlternatesProperty" /> 496element.SetValue(ContextualAlternatesProperty, value); 503/// <seealso cref="Typography.ContextualAlternatesProperty" /> 509return (bool)element.GetValue(ContextualAlternatesProperty); 1919ContextualAlternatesProperty,