6 references to FullPath
System.Windows.Forms.Tests (6)
System\Windows\Forms\TreeNodeCollectionTests.cs (1)
30Assert.Equal(expectedText, treeNode.FullPath);
System\Windows\Forms\TreeNodeTests.cs (5)
25Assert.Throws<InvalidOperationException>(() => node.FullPath); 65Assert.Throws<InvalidOperationException>(() => node.FullPath); 113Assert.Throws<InvalidOperationException>(() => node.FullPath); 156Assert.Throws<InvalidOperationException>(() => node.FullPath); 204Assert.Throws<InvalidOperationException>(() => node.FullPath);