2 writes to _controlLabel
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
207
_controlLabel
= label;
237
_controlLabel
= Misc.GetLabelhwnd(_hwnd);
3 references to _controlLabel
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
235
if (
_controlLabel
== IntPtr.Zero && name != null && GetParent() == null)
243
if (
_controlLabel
!= IntPtr.Zero)
245
return AutomationInteropProvider.HostProviderFromHandle(
_controlLabel
);