5 writes to _fControlHasLabel
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
62_fControlHasLabel = false; 69_fControlHasLabel = string.IsNullOrEmpty(GetLocalizedName()); 76_fControlHasLabel = string.IsNullOrEmpty(GetLocalizedName()); 83_fControlHasLabel = string.IsNullOrEmpty(GetLocalizedName());
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
43_fControlHasLabel = false;
2 references to _fControlHasLabel
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
201if (_fControlHasLabel) 228else if (idProp == AutomationElement.LabeledByProperty && _fControlHasLabel)