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