5 writes to _fControlHasLabel
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
49
_fControlHasLabel
= false;
56
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
63
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
70
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
32
_fControlHasLabel
= false;
2 references to _fControlHasLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
178
if (
_fControlHasLabel
)
205
else if (idProp == AutomationElement.LabeledByProperty &&
_fControlHasLabel
)