Base:
method
GetSortedActionItems
System.ComponentModel.Design.DesignerActionList.GetSortedActionItems()
3 references to GetSortedActionItems
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (3)
111var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList(); 126var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList(); 145var items = _actionList.GetSortedActionItems().Cast<DesignerActionPropertyItem>().ToList();