Base:
method
FragmentNavigate
System.Windows.Forms.AccessibleObject.FragmentNavigate(System.Windows.Forms.UnsafeNativeMethods.NavigateDirection)
2 overrides of FragmentNavigate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
219
internal override UnsafeNativeMethods.IRawElementProviderFragment
FragmentNavigate
(UnsafeNativeMethods.NavigateDirection direction)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
778
internal override UnsafeNativeMethods.IRawElementProviderFragment
FragmentNavigate
(UnsafeNativeMethods.NavigateDirection direction) {
2 references to FragmentNavigate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
233
return base.
FragmentNavigate
(direction);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
790
return base.
FragmentNavigate
(direction);