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