2 references to OnLoadProgressChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
646private void LoadProgressDelegate(object? arg) => OnLoadProgressChanged((ProgressChangedEventArgs)arg!);
System.Windows.Forms.Tests (1)
System\Windows\Forms\PictureBoxTests.cs (1)
2916public new void OnLoadProgressChanged(ProgressChangedEventArgs e) => base.OnLoadProgressChanged(e);