8 references to StylisticSet11Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1110
group.SetStylisticSet11((bool) element.GetValue(Typography.
StylisticSet11Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
216
get { return (bool) _owner.GetValue(
StylisticSet11Property
); }
217
set { _owner.SetValue(
StylisticSet11Property
, value); }
1023
/// <seealso cref="Typography.
StylisticSet11Property
" />
1031
element.SetValue(
StylisticSet11Property
, value);
1038
/// <seealso cref="Typography.
StylisticSet11Property
" />
1047
return (bool)element.GetValue(
StylisticSet11Property
);
2214
StylisticSet11Property
,