2 instantiations of ApplyParentFontToMenusScope
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTests.cs (2)
1626
using ApplyParentFontToMenusScope scope =
new
(enable: true);
1646
using ApplyParentFontToMenusScope scope =
new
(enable: false);
4 references to ApplyParentFontToMenusScope
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTests.cs (2)
1626
using
ApplyParentFontToMenusScope
scope = new(enable: true);
1646
using
ApplyParentFontToMenusScope
scope = new(enable: false);
System.Windows.Forms.TestUtilities (2)
ApplyParentFontToMenusScope.cs (2)
20
Monitor.Enter(typeof(
ApplyParentFontToMenusScope
));
32
Monitor.Exit(typeof(
ApplyParentFontToMenusScope
));