6 references to ContextualAlternatesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1034group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty));
System\Windows\Documents\Typography.cs (5)
89get { return (bool) _owner.GetValue(ContextualAlternatesProperty); } 90set { _owner.SetValue(ContextualAlternatesProperty, value); } 496element.SetValue(ContextualAlternatesProperty, value); 509return (bool)element.GetValue(ContextualAlternatesProperty); 1919ContextualAlternatesProperty,