8 references to StylisticSet3Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1102
group.SetStylisticSet3((bool) element.GetValue(Typography.
StylisticSet3Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
160
get { return (bool) _owner.GetValue(
StylisticSet3Property
); }
161
set { _owner.SetValue(
StylisticSet3Property
, value); }
767
/// <seealso cref="Typography.
StylisticSet3Property
" />
775
element.SetValue(
StylisticSet3Property
, value);
782
/// <seealso cref="Typography.
StylisticSet3Property
" />
791
return (bool)element.GetValue(
StylisticSet3Property
);
2206
StylisticSet3Property
,