8 references to StylisticSet12Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1050
group.SetStylisticSet12((bool) element.GetValue(Typography.
StylisticSet12Property
));
System\Windows\Documents\Typography.cs (7)
201
get { return (bool) _owner.GetValue(
StylisticSet12Property
); }
202
set { _owner.SetValue(
StylisticSet12Property
, value); }
907
/// <seealso cref="Typography.
StylisticSet12Property
" />
912
element.SetValue(
StylisticSet12Property
, value);
919
/// <seealso cref="Typography.
StylisticSet12Property
" />
925
return (bool)element.GetValue(
StylisticSet12Property
);
1935
StylisticSet12Property
,