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)
201
if (
_fControlHasLabel
)
228
else if (idProp == AutomationElement.LabeledByProperty &&
_fControlHasLabel
)