10 references to Disposed
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (8)
316
Debug.Assert(value == null || !
Disposed
, "Why are we putting new children in after we are disposed?");
338
if (childCollection == null && !
Disposed
) {
569
if (
Disposed
) {
628
if (
Disposed
) {
868
if (
Disposed
) {
1181
Debug.Assert(!
Disposed
, "Why are we creating children after we are disposed?");
1306
if (
Disposed
) {
2439
if (
Disposed
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4804
if (ipeCur.
Disposed
) {
5150
if (oldEntry != null && !oldEntry.
Disposed
) {