9 references to CapitalsProperty
PresentationFramework (9)
System\Windows\Controls\TextRangeAdaptor.cs (1)
110
FontCapitals capsWCP = (FontCapitals)tp.GetValue(Typography.
CapitalsProperty
);
System\Windows\Documents\TextElement.cs (1)
1065
group.SetCapitals((FontCapitals) element.GetValue(Typography.
CapitalsProperty
));
System\Windows\Documents\Typography.cs (7)
300
get { return (FontCapitals) _owner.GetValue(
CapitalsProperty
); }
301
set { _owner.SetValue(
CapitalsProperty
, value); }
1272
/// <seealso cref="Typography.
CapitalsProperty
" />
1277
element.SetValue(
CapitalsProperty
, value);
1284
/// <seealso cref="Typography.
CapitalsProperty
" />
1290
return (FontCapitals)element.GetValue(
CapitalsProperty
);
1950
CapitalsProperty
,