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