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