9 writes to AllowWebBrowserDrop
System.Windows.Forms.Tests (9)
System\Windows\Forms\WebBrowserTests.cs (9)
269
AllowWebBrowserDrop
= value
276
control.
AllowWebBrowserDrop
= value;
282
control.
AllowWebBrowserDrop
= !value;
298
control.
AllowWebBrowserDrop
= value;
308
control.
AllowWebBrowserDrop
= value;
316
control.
AllowWebBrowserDrop
= !value;
334
Assert.Throws<ObjectDisposedException>(() => control.
AllowWebBrowserDrop
= value);
347
Assert.Throws<InvalidOperationException>(() => control.
AllowWebBrowserDrop
= value);
3608
AllowWebBrowserDrop
= allowWebBrowserDrop
12 references to AllowWebBrowserDrop
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
110
if (value !=
AllowWebBrowserDrop
)
1203
webBrowser2.Value->put_RegisterAsDropTarget(
AllowWebBrowserDrop
).ThrowOnFailure();
System.Windows.Forms.Tests (10)
System\Windows\Forms\WebBrowserTests.cs (10)
220
Assert.True(control.
AllowWebBrowserDrop
);
234
Assert.True(control.
AllowWebBrowserDrop
);
248
Assert.Throws<ObjectDisposedException>(() => control.
AllowWebBrowserDrop
);
260
Assert.Throws<InvalidOperationException>(() => control.
AllowWebBrowserDrop
);
271
Assert.Equal(value, control.
AllowWebBrowserDrop
);
277
Assert.Equal(value, control.
AllowWebBrowserDrop
);
283
Assert.Equal(!value, control.
AllowWebBrowserDrop
);
299
Assert.Equal(value, control.
AllowWebBrowserDrop
);
309
Assert.Equal(value, control.
AllowWebBrowserDrop
);
317
Assert.Equal(!value, control.
AllowWebBrowserDrop
);