3 references to AllCap
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
118
capsUIA = CapStyle.
AllCap
;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
742
return Misc.IsBitSet(style, NativeMethods.ES_UPPERCASE) ? CapStyle.
AllCap
: CapStyle.None;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
684
return CapStyle.
AllCap
;