5 writes to _fControlHasLabel
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (4)
50
_fControlHasLabel
= false;
57
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
64
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
71
_fControlHasLabel
= string.IsNullOrEmpty(GetLocalizedName());
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
33
_fControlHasLabel
= false;
2 references to _fControlHasLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
179
if (
_fControlHasLabel
)
206
else if (idProp == AutomationElement.LabeledByProperty &&
_fControlHasLabel
)