8 instantiations of AnchorLayoutV2Scope
System.Windows.Forms.UI.IntegrationTests (8)
AnchorLayoutTests.cs (8)
45
using AnchorLayoutV2Scope scope =
new
(enable: true);
52
using AnchorLayoutV2Scope scope =
new
(enable: true);
76
using AnchorLayoutV2Scope scope =
new
(enable: true);
97
using AnchorLayoutV2Scope scope =
new
(enable: true);
122
using AnchorLayoutV2Scope scope =
new
(enable: false);
141
using AnchorLayoutV2Scope scope =
new
(enable: true);
170
using AnchorLayoutV2Scope scope =
new
(enable: true);
207
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)
45
using
AnchorLayoutV2Scope
scope = new(enable: true);
52
using
AnchorLayoutV2Scope
scope = new(enable: true);
76
using
AnchorLayoutV2Scope
scope = new(enable: true);
97
using
AnchorLayoutV2Scope
scope = new(enable: true);
122
using
AnchorLayoutV2Scope
scope = new(enable: false);
141
using
AnchorLayoutV2Scope
scope = new(enable: true);
170
using
AnchorLayoutV2Scope
scope = new(enable: true);
207
using
AnchorLayoutV2Scope
scope = new(enable: true);