diff --git a/src/System.Windows.Forms/System/Windows/Forms/Controls/PictureBox/PictureBox.cs b/src/System.Windows.Forms/System/Windows/Forms/Controls/PictureBox/PictureBox.cs index 976865fd5a8..f9dc5d41b99 100644 --- a/src/System.Windows.Forms/System/Windows/Forms/Controls/PictureBox/PictureBox.cs +++ b/src/System.Windows.Forms/System/Windows/Forms/Controls/PictureBox/PictureBox.cs @@ -1050,7 +1050,7 @@ private void OnFrameChanged(object? o, EventArgs e) } // Handle should be created, before calling the BeginInvoke. - if (InvokeRequired && IsHandleCreated) + if (IsHandleCreated && InvokeRequired) { lock (_internalSyncObject) {