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