8 references to StylisticSet1Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1100
group.SetStylisticSet1((bool) element.GetValue(Typography.
StylisticSet1Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
146
get { return (bool) _owner.GetValue(
StylisticSet1Property
); }
147
set { _owner.SetValue(
StylisticSet1Property
, value); }
703
/// <seealso cref="Typography.
StylisticSet1Property
" />
711
element.SetValue(
StylisticSet1Property
, value);
718
/// <seealso cref="Typography.
StylisticSet1Property
" />
727
return (bool)element.GetValue(
StylisticSet1Property
);
2204
StylisticSet1Property
,