3 instantiations of StatusBarDrawItemEventArgs
System.Windows.Forms.Tests (2)
System\Windows\Forms\UnsupportedTypesTests.cs (2)
87((Action)(() => new StatusBarDrawItemEventArgs(graphics, font: null!, rectangle, itemId: 0, DrawItemState.Checked, panel: null!))) 89((Action)(() => new StatusBarDrawItemEventArgs(graphics, font: null!, rectangle, itemId: 0, DrawItemState.Checked, panel: null!, foreColor: Color.Red, backColor: Color.Black)))
UnsupportedTypes (1)
CreateFrameworkTypes.cs (1)
420OnDrawItem(new StatusBarDrawItemEventArgs(CreateGraphics(), font: null!, r: new(1, 1, 1, 1), itemId: 1, DrawItemState.Default, Panels[0]));
2 references to StatusBarDrawItemEventArgs
System.Windows.Forms (2)
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
180protected virtual void OnDrawItem(StatusBarDrawItemEventArgs sbdievent) { }
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarDrawItemEventHandler.cs (1)
20public delegate void StatusBarDrawItemEventHandler(object sender, StatusBarDrawItemEventArgs sbdevent);