2 references to ListViewLabelEditNativeWindow
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6509_labelEdit = new ListViewLabelEditNativeWindow(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs (1)
133Assert.Throws<ArgumentNullException>(() => new ListViewLabelEditNativeWindow(null));