5 writes to _fControlHasLabel
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
55
_fControlHasLabel
= false;
62
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
69
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
76
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
36
_fControlHasLabel
= false;
2 references to _fControlHasLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
190
if (
_fControlHasLabel
)
217
else if (idProp == AutomationElement.LabeledByProperty &&
_fControlHasLabel
)