8 references to StylisticSet18Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1056
group.SetStylisticSet18((bool) element.GetValue(Typography.
StylisticSet18Property
));
System\Windows\Documents\Typography.cs (7)
243
get { return (bool) _owner.GetValue(
StylisticSet18Property
); }
244
set { _owner.SetValue(
StylisticSet18Property
, value); }
1063
/// <seealso cref="Typography.
StylisticSet18Property
" />
1068
element.SetValue(
StylisticSet18Property
, value);
1075
/// <seealso cref="Typography.
StylisticSet18Property
" />
1081
return (bool)element.GetValue(
StylisticSet18Property
);
1941
StylisticSet18Property
,