8 references to StylisticSet12Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1066
group.SetStylisticSet12((bool) element.GetValue(Typography.
StylisticSet12Property
));
System\Windows\Documents\Typography.cs (7)
215
get { return (bool) _owner.GetValue(
StylisticSet12Property
); }
216
set { _owner.SetValue(
StylisticSet12Property
, value); }
921
/// <seealso cref="Typography.
StylisticSet12Property
" />
926
element.SetValue(
StylisticSet12Property
, value);
933
/// <seealso cref="Typography.
StylisticSet12Property
" />
939
return (bool)element.GetValue(
StylisticSet12Property
);
1949
StylisticSet12Property
,