3 references to TryGetHelpTopic
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
471
(int topic, BSTR file) = SystemIAccessible.
TryGetHelpTopic
(CHILDID_SELF);
489
internal virtual (int topic, BSTR helpFile) GetHelpTopicInternal() => SystemIAccessible.
TryGetHelpTopic
(CHILDID_SELF);
2151
(*pidTopic, *pszHelpFile) = SystemIAccessible.
TryGetHelpTopic
(varChild);