3 references to ToolBarButton
System.Windows.Forms.Tests (1)
System\Windows\Forms\UnsupportedTypesTests.cs (1)
55new(() => new ToolBarButton()),
UnsupportedTypes (2)
CreateFrameworkTypes.cs (2)
115new ToolBarButton { Text = "toolBarButton1" }, 116new ToolBarButton { Text = "toolBarButton2", Style = ToolBarButtonStyle.DropDownButton}