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)
133
Assert.Throws<ArgumentNullException>(() => new
ListViewLabelEditNativeWindow
(null));