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