8 instantiations of AnchorLayoutV2Scope
System.Windows.Forms.UI.IntegrationTests (8)
AnchorLayoutTests.cs (8)
46
using AnchorLayoutV2Scope scope =
new
(enable: true);
53
using AnchorLayoutV2Scope scope =
new
(enable: true);
77
using AnchorLayoutV2Scope scope =
new
(enable: true);
98
using AnchorLayoutV2Scope scope =
new
(enable: true);
123
using AnchorLayoutV2Scope scope =
new
(enable: false);
142
using AnchorLayoutV2Scope scope =
new
(enable: true);
171
using AnchorLayoutV2Scope scope =
new
(enable: true);
208
using AnchorLayoutV2Scope scope =
new
(enable: true);
10 references to AnchorLayoutV2Scope
System.Windows.Forms.TestUtilities (2)
AnchorLayoutV2Scope.cs (2)
20
Monitor.Enter(typeof(
AnchorLayoutV2Scope
));
32
Monitor.Exit(typeof(
AnchorLayoutV2Scope
));
System.Windows.Forms.UI.IntegrationTests (8)
AnchorLayoutTests.cs (8)
46
using
AnchorLayoutV2Scope
scope = new(enable: true);
53
using
AnchorLayoutV2Scope
scope = new(enable: true);
77
using
AnchorLayoutV2Scope
scope = new(enable: true);
98
using
AnchorLayoutV2Scope
scope = new(enable: true);
123
using
AnchorLayoutV2Scope
scope = new(enable: false);
142
using
AnchorLayoutV2Scope
scope = new(enable: true);
171
using
AnchorLayoutV2Scope
scope = new(enable: true);
208
using
AnchorLayoutV2Scope
scope = new(enable: true);