8 references to StylisticSet16Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1054
group.SetStylisticSet16((bool) element.GetValue(Typography.
StylisticSet16Property
));
System\Windows\Documents\Typography.cs (7)
229
get { return (bool) _owner.GetValue(
StylisticSet16Property
); }
230
set { _owner.SetValue(
StylisticSet16Property
, value); }
1011
/// <seealso cref="Typography.
StylisticSet16Property
" />
1016
element.SetValue(
StylisticSet16Property
, value);
1023
/// <seealso cref="Typography.
StylisticSet16Property
" />
1029
return (bool)element.GetValue(
StylisticSet16Property
);
1939
StylisticSet16Property
,