1 instantiation of TreeNodeCollectionAddRangeRespectsSortOrderScope
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeNodeCollectionTests.cs (1)
299
using (TreeNodeCollectionAddRangeRespectsSortOrderScope scope =
new
(enable: true))
3 references to TreeNodeCollectionAddRangeRespectsSortOrderScope
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeNodeCollectionTests.cs (1)
299
using (
TreeNodeCollectionAddRangeRespectsSortOrderScope
scope = new(enable: true))
System.Windows.Forms.TestUtilities (2)
TreeNodeCollectionAddRangeRespectsSortOrderScope.cs (2)
20
Monitor.Enter(typeof(
TreeNodeCollectionAddRangeRespectsSortOrderScope
));
32
Monitor.Exit(typeof(
TreeNodeCollectionAddRangeRespectsSortOrderScope
));