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