9 references to CapitalsProperty
PresentationFramework (9)
System\Windows\Controls\TextRangeAdaptor.cs (1)
112
FontCapitals capsWCP = (FontCapitals)tp.GetValue(Typography.
CapitalsProperty
);
System\Windows\Documents\TextElement.cs (1)
1080
group.SetCapitals((FontCapitals) element.GetValue(Typography.
CapitalsProperty
));
System\Windows\Documents\Typography.cs (7)
313
get { return (FontCapitals) _owner.GetValue(
CapitalsProperty
); }
314
set { _owner.SetValue(
CapitalsProperty
, value); }
1285
/// <seealso cref="Typography.
CapitalsProperty
" />
1290
element.SetValue(
CapitalsProperty
, value);
1297
/// <seealso cref="Typography.
CapitalsProperty
" />
1303
return (FontCapitals)element.GetValue(
CapitalsProperty
);
1963
CapitalsProperty
,