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