4 references to DrawTabItemStruct
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
1693private DrawTabItemStruct[] drawItems = null; 1891DrawTabItemStruct drawTabItem = this.drawItems[tabItemIndex]; 1953this.drawItems = new DrawTabItemStruct[this.tabItemList.Count]; 2013DrawTabItemStruct lastItemStruct = this.drawItems[this.tabItemList.Count - 1];