4 references to OnDrawItem
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusBar.cs (2)
944/// Raises the <see cref='System.Windows.Forms.StatusBar.OnDrawItem'/> 1042OnDrawItem(new StatusBarDrawItemEventArgs(g, Font, r, dis.itemID, DrawItemState.None, panel, this.ForeColor, this.BackColor));
winforms\Managed\System\WinForms\StatusBarDrawItemEvent.cs (1)
18/// Provides data for the <see cref='System.Windows.Forms.StatusBar.OnDrawItem'/>
winforms\Managed\System\WinForms\StatusBarDrawItemEventHandler.cs (1)
17/// Represents the method that will handle the <see cref='System.Windows.Forms.StatusBar.OnDrawItem'/>