9 writes to AllowWebBrowserDrop
System.Windows.Forms.Tests (9)
System\Windows\Forms\WebBrowserTests.cs (9)
267
AllowWebBrowserDrop
= value
274
control.
AllowWebBrowserDrop
= value;
280
control.
AllowWebBrowserDrop
= !value;
296
control.
AllowWebBrowserDrop
= value;
306
control.
AllowWebBrowserDrop
= value;
314
control.
AllowWebBrowserDrop
= !value;
332
Assert.Throws<ObjectDisposedException>(() => control.
AllowWebBrowserDrop
= value);
345
Assert.Throws<InvalidOperationException>(() => control.
AllowWebBrowserDrop
= value);
3606
AllowWebBrowserDrop
= allowWebBrowserDrop
12 references to AllowWebBrowserDrop
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
110
if (value !=
AllowWebBrowserDrop
)
1201
webBrowser2.Value->put_RegisterAsDropTarget(
AllowWebBrowserDrop
).ThrowOnFailure();
System.Windows.Forms.Tests (10)
System\Windows\Forms\WebBrowserTests.cs (10)
218
Assert.True(control.
AllowWebBrowserDrop
);
232
Assert.True(control.
AllowWebBrowserDrop
);
246
Assert.Throws<ObjectDisposedException>(() => control.
AllowWebBrowserDrop
);
258
Assert.Throws<InvalidOperationException>(() => control.
AllowWebBrowserDrop
);
269
Assert.Equal(value, control.
AllowWebBrowserDrop
);
275
Assert.Equal(value, control.
AllowWebBrowserDrop
);
281
Assert.Equal(!value, control.
AllowWebBrowserDrop
);
297
Assert.Equal(value, control.
AllowWebBrowserDrop
);
307
Assert.Equal(value, control.
AllowWebBrowserDrop
);
315
Assert.Equal(!value, control.
AllowWebBrowserDrop
);