2 references to TryGetValue
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
356internal virtual BSTR GetValueInternal() => SystemIAccessible is null ? new(string.Empty) : SystemIAccessible.TryGetValue(CHILDID_SELF); 2429*pszValue = SystemIAccessible.TryGetValue(varChild);