9 references to CapitalsProperty
PresentationFramework (9)
System\Windows\Controls\TextRangeAdaptor.cs (1)
109
FontCapitals capsWCP = (FontCapitals)tp.GetValue(Typography.
CapitalsProperty
);
System\Windows\Documents\TextElement.cs (1)
1064
group.SetCapitals((FontCapitals) element.GetValue(Typography.
CapitalsProperty
));
System\Windows\Documents\Typography.cs (7)
299
get { return (FontCapitals) _owner.GetValue(
CapitalsProperty
); }
300
set { _owner.SetValue(
CapitalsProperty
, value); }
1271
/// <seealso cref="Typography.
CapitalsProperty
" />
1276
element.SetValue(
CapitalsProperty
, value);
1283
/// <seealso cref="Typography.
CapitalsProperty
" />
1289
return (FontCapitals)element.GetValue(
CapitalsProperty
);
1949
CapitalsProperty
,