8 writes to _sType
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
33
_sType
= SR.LocalizedControlTypeDialog;
37
_sType
= SR.LocalizedControlTypeContainer;
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
27
_sType
= SR.LocalizedControlTypeGrip;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
34
_sType
= SR.LocalizedControlTypeIPAddress;
307
_sType
= SR.LocalizedControlTypeOctet;
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
29
_sType
= SR.LocalizedControlTypeRebar;
259
_sType
= SR.LocalizedControlTypeRebarBand;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
754
_sType
= SR.LocalizedControlTypeGrip;
1 reference to _sType
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
190
return
_sType
;