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