8 references to StylisticSet13Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1067
group.SetStylisticSet13((bool) element.GetValue(Typography.
StylisticSet13Property
));
System\Windows\Documents\Typography.cs (7)
222
get { return (bool) _owner.GetValue(
StylisticSet13Property
); }
223
set { _owner.SetValue(
StylisticSet13Property
, value); }
947
/// <seealso cref="Typography.
StylisticSet13Property
" />
952
element.SetValue(
StylisticSet13Property
, value);
959
/// <seealso cref="Typography.
StylisticSet13Property
" />
965
return (bool)element.GetValue(
StylisticSet13Property
);
1950
StylisticSet13Property
,