8 references to StylisticSet16Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1055
group.SetStylisticSet16((bool) element.GetValue(Typography.
StylisticSet16Property
));
System\Windows\Documents\Typography.cs (7)
230
get { return (bool) _owner.GetValue(
StylisticSet16Property
); }
231
set { _owner.SetValue(
StylisticSet16Property
, value); }
1012
/// <seealso cref="Typography.
StylisticSet16Property
" />
1017
element.SetValue(
StylisticSet16Property
, value);
1024
/// <seealso cref="Typography.
StylisticSet16Property
" />
1030
return (bool)element.GetValue(
StylisticSet16Property
);
1940
StylisticSet16Property
,