4 references to GetChildFragmentCount
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.ToolStripAccessibleObject.cs (3)
302
return
GetChildFragmentCount
() - 1;
391
int childCount =
GetChildFragmentCount
();
399
childCount =
GetChildFragmentCount
();
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
391
return toolStripParent.
GetChildFragmentCount
();