6 references to FullPath
System.Windows.Forms.Tests (6)
System\Windows\Forms\TreeNodeCollectionTests.cs (1)
28Assert.Equal(expectedText, treeNode.FullPath);
System\Windows\Forms\TreeNodeTests.cs (5)
23Assert.Throws<InvalidOperationException>(() => node.FullPath); 63Assert.Throws<InvalidOperationException>(() => node.FullPath); 111Assert.Throws<InvalidOperationException>(() => node.FullPath); 154Assert.Throws<InvalidOperationException>(() => node.FullPath); 202Assert.Throws<InvalidOperationException>(() => node.FullPath);