8 writes to _sType
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
32
_sType
= SR.LocalizedControlTypeDialog;
36
_sType
= SR.LocalizedControlTypeContainer;
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
26
_sType
= SR.LocalizedControlTypeGrip;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
33
_sType
= SR.LocalizedControlTypeIPAddress;
306
_sType
= SR.LocalizedControlTypeOctet;
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
28
_sType
= SR.LocalizedControlTypeRebar;
260
_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)
185
return
_sType
;