8 writes to _sType
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
46
_sType
= ST.Get(STID.LocalizedControlTypeDialog);
50
_sType
= ST.Get(STID.LocalizedControlTypeContainer);
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
41
_sType
= ST.Get(STID.LocalizedControlTypeGrip);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
44
_sType
= ST.Get( STID.LocalizedControlTypeIPAddress ); ;
324
_sType
= ST.Get(STID.LocalizedControlTypeOctet);
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
43
_sType
= ST.Get(STID.LocalizedControlTypeRebar);
277
_sType
= ST.Get(STID.LocalizedControlTypeRebarBand);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
768
_sType
= ST.Get(STID.LocalizedControlTypeGrip);
1 reference to _sType
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
201
return
_sType
;