8 references to StylisticSet11Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1049
group.SetStylisticSet11((bool) element.GetValue(Typography.
StylisticSet11Property
));
System\Windows\Documents\Typography.cs (7)
194
get { return (bool) _owner.GetValue(
StylisticSet11Property
); }
195
set { _owner.SetValue(
StylisticSet11Property
, value); }
881
/// <seealso cref="Typography.
StylisticSet11Property
" />
886
element.SetValue(
StylisticSet11Property
, value);
893
/// <seealso cref="Typography.
StylisticSet11Property
" />
899
return (bool)element.GetValue(
StylisticSet11Property
);
1934
StylisticSet11Property
,