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