8 references to StylisticSet12Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1051
group.SetStylisticSet12((bool) element.GetValue(Typography.
StylisticSet12Property
));
System\Windows\Documents\Typography.cs (7)
202
get { return (bool) _owner.GetValue(
StylisticSet12Property
); }
203
set { _owner.SetValue(
StylisticSet12Property
, value); }
908
/// <seealso cref="Typography.
StylisticSet12Property
" />
913
element.SetValue(
StylisticSet12Property
, value);
920
/// <seealso cref="Typography.
StylisticSet12Property
" />
926
return (bool)element.GetValue(
StylisticSet12Property
);
1936
StylisticSet12Property
,