8 references to StylisticSet16Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1070
group.SetStylisticSet16((bool) element.GetValue(Typography.
StylisticSet16Property
));
System\Windows\Documents\Typography.cs (7)
243
get { return (bool) _owner.GetValue(
StylisticSet16Property
); }
244
set { _owner.SetValue(
StylisticSet16Property
, value); }
1025
/// <seealso cref="Typography.
StylisticSet16Property
" />
1030
element.SetValue(
StylisticSet16Property
, value);
1037
/// <seealso cref="Typography.
StylisticSet16Property
" />
1043
return (bool)element.GetValue(
StylisticSet16Property
);
1953
StylisticSet16Property
,