8 references to StylisticSet15Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1069
group.SetStylisticSet15((bool) element.GetValue(Typography.
StylisticSet15Property
));
System\Windows\Documents\Typography.cs (7)
236
get { return (bool) _owner.GetValue(
StylisticSet15Property
); }
237
set { _owner.SetValue(
StylisticSet15Property
, value); }
999
/// <seealso cref="Typography.
StylisticSet15Property
" />
1004
element.SetValue(
StylisticSet15Property
, value);
1011
/// <seealso cref="Typography.
StylisticSet15Property
" />
1017
return (bool)element.GetValue(
StylisticSet15Property
);
1952
StylisticSet15Property
,