9 references to CapitalsProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
120
FontCapitals capsWCP = (FontCapitals)tp.GetValue(Typography.
CapitalsProperty
);
src\Framework\System\Windows\Documents\TextElement.cs (1)
1125
group.SetCapitals((FontCapitals) element.GetValue(Typography.
CapitalsProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
321
get { return (FontCapitals) _owner.GetValue(
CapitalsProperty
); }
322
set { _owner.SetValue(
CapitalsProperty
, value); }
1503
/// <seealso cref="Typography.
CapitalsProperty
" />
1511
element.SetValue(
CapitalsProperty
, value);
1518
/// <seealso cref="Typography.
CapitalsProperty
" />
1527
return (FontCapitals)element.GetValue(
CapitalsProperty
);
2229
CapitalsProperty
,