2 writes to _controlLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
196
_controlLabel
= label;
226
_controlLabel
= Misc.GetLabelhwnd(_hwnd);
3 references to _controlLabel
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
224
if (
_controlLabel
== IntPtr.Zero && name != null && GetParent() == null)
232
if (
_controlLabel
!= IntPtr.Zero)
234
return AutomationInteropProvider.HostProviderFromHandle(
_controlLabel
);