3 references to None
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
115
capsUIA = CapStyle.
None
;
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)
692
return CapStyle.
None
;