3 references to ToolBar
System.Windows.Forms (3)
src\winforms\src\Common\src\Obsoletions.cs (1)
39
internal const string ToolBarMessage = $"`{nameof(
ToolBar
)}` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `{nameof(ToolStrip)}` instead.";
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.ToolBarButtonCollection.cs (1)
25
public ToolBarButtonCollection(
ToolBar
owner) => throw new PlatformNotSupportedException();
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButton.cs (1)
78
public
ToolBar
Parent => throw null;