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