23 references to IsNull
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6560if (!e.CancelEdit && !dispInfo->item.pszText.IsNull)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
636if (!info.dwTypeData.IsNull)
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\ITypeInfoTests.cs (2)
256Assert.True(pTypeAttr->lpstrSchema.IsNull); 304Assert.True(pVarDesc->lpstrSchema.IsNull);
System.Windows.Forms.Tests (19)
System\Windows\Forms\FileDialogTests.cs (19)
660Assert.True(o.lpstrCustomFilter.IsNull); 663Assert.False(o.lpstrFile.IsNull); 665Assert.True(o.lpstrFileTitle.IsNull); 667Assert.True(o.lpstrInitialDir.IsNull); 668Assert.True(o.lpstrTitle.IsNull); 672Assert.True(o.lpstrDefExt.IsNull); 675Assert.True(o.lpTemplateName.IsNull); 716Assert.True(o.lpstrFilter.IsNull); 717Assert.True(o.lpstrCustomFilter.IsNull); 720Assert.False(o.lpstrFile.IsNull); 722Assert.True(o.lpstrFileTitle.IsNull); 732Assert.True(o.lpTemplateName.IsNull); 756Assert.True(o.lpstrCustomFilter.IsNull); 759Assert.False(o.lpstrFile.IsNull); 761Assert.True(o.lpstrFileTitle.IsNull); 763Assert.True(o.lpstrInitialDir.IsNull); 764Assert.True(o.lpstrTitle.IsNull); 768Assert.True(o.lpstrDefExt.IsNull); 771Assert.True(o.lpTemplateName.IsNull);