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