8 references to StylisticSet19Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1072
group.SetStylisticSet19((bool) element.GetValue(Typography.
StylisticSet19Property
));
System\Windows\Documents\Typography.cs (7)
251
get { return (bool) _owner.GetValue(
StylisticSet19Property
); }
252
set { _owner.SetValue(
StylisticSet19Property
, value); }
1090
/// <seealso cref="Typography.
StylisticSet19Property
" />
1095
element.SetValue(
StylisticSet19Property
, value);
1102
/// <seealso cref="Typography.
StylisticSet19Property
" />
1108
return (bool)element.GetValue(
StylisticSet19Property
);
1943
StylisticSet19Property
,