2 instantiations of TabStrip
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1464this.tabStrip = new TabStrip(Orientation.Vertical, SystemInformation.VerticalScrollBarWidth); 1486this.tabStrip = new TabStrip(Orientation.Horizontal, SystemInformation.HorizontalScrollBarHeight);
3 references to TabStrip
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1440private TabStrip tabStrip; 1536public TabStrip TabStrip 1700this.reqTabItemSize = Math.Max(tabSize, TabStrip.MinSize);