2 writes to _suspendSyncSizeCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
851private void SuspendSizeSync() => _suspendSyncSizeCount++; 859private void ResumeSizeSync() => _suspendSyncSizeCount--;
1 reference to _suspendSyncSizeCount
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
571if (_suspendSyncSizeCount == 0)