8 references to StylisticSet19Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1073
group.SetStylisticSet19((bool) element.GetValue(Typography.
StylisticSet19Property
));
System\Windows\Documents\Typography.cs (7)
264
get { return (bool) _owner.GetValue(
StylisticSet19Property
); }
265
set { _owner.SetValue(
StylisticSet19Property
, value); }
1103
/// <seealso cref="Typography.
StylisticSet19Property
" />
1108
element.SetValue(
StylisticSet19Property
, value);
1115
/// <seealso cref="Typography.
StylisticSet19Property
" />
1121
return (bool)element.GetValue(
StylisticSet19Property
);
1956
StylisticSet19Property
,