6 references to StylisticSet19Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1057
group.SetStylisticSet19((bool) element.GetValue(Typography.
StylisticSet19Property
));
System\Windows\Documents\Typography.cs (5)
250
get { return (bool) _owner.GetValue(
StylisticSet19Property
); }
251
set { _owner.SetValue(
StylisticSet19Property
, value); }
1094
element.SetValue(
StylisticSet19Property
, value);
1107
return (bool)element.GetValue(
StylisticSet19Property
);
1942
StylisticSet19Property
,