public SheetTabItem(SheetTabControl owner, string title) { this.owner = owner; SnapsToDevicePixels = true; ChangeTitle(title); }
public RightThumb(SheetTabControl owner) { this.owner = owner; }
public ArrowBorder(SheetTabControl owner) { this.owner = owner; SnapsToDevicePixels = true; }