8 references to ContextualAlternatesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1095group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
111get { return (bool) _owner.GetValue(ContextualAlternatesProperty); } 112set { _owner.SetValue(ContextualAlternatesProperty, value); } 543/// <seealso cref="Typography.ContextualAlternatesProperty" /> 551element.SetValue(ContextualAlternatesProperty, value); 558/// <seealso cref="Typography.ContextualAlternatesProperty" /> 567return (bool)element.GetValue(ContextualAlternatesProperty); 2199ContextualAlternatesProperty,