You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning disable WFO5001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore WFO5001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
4334
+
4312
4335
UpdateLayered();
4313
4336
}
4314
4337
@@ -5912,7 +5935,7 @@ public DialogResult ShowDialog(IWin32Window? owner)
5912
5935
/// This method immediately returns, even if the form is large and takes a long time to be set up.
5913
5936
/// </para>
5914
5937
/// <para>
5915
-
/// If the form is already displayed asynchronously by <see cref="Form.ShowAsync"/>, an <see cref="InvalidOperationException"/> will be thrown.
5938
+
/// If the form is already displayed asynchronously by <see cref="ShowAsync"/>, an <see cref="InvalidOperationException"/> will be thrown.
5916
5939
/// </para>
5917
5940
/// <para>
5918
5941
/// An <see cref="InvalidOperationException"/> will also occur if no <see cref="WindowsFormsSynchronizationContext"/> could be retrieved or installed.
@@ -5947,7 +5970,7 @@ public DialogResult ShowDialog(IWin32Window? owner)
5947
5970
/// This method immediately returns, even if the form is large and takes a long time to be set up.
5948
5971
/// </para>
5949
5972
/// <para>
5950
-
/// If the form is already displayed asynchronously by <see cref="Form.ShowAsync"/>, an <see cref="InvalidOperationException"/> will be thrown.
5973
+
/// If the form is already displayed asynchronously by <see cref="ShowAsync"/>, an <see cref="InvalidOperationException"/> will be thrown.
5951
5974
/// </para>
5952
5975
/// <para>
5953
5976
/// An <see cref="InvalidOperationException"/> will also occur if no <see cref="WindowsFormsSynchronizationContext"/> could be retrieved or installed.
0 commit comments