3 references to LargeButtons
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2659int toolStripHeight = ((LargeButtons) ? s_largeButtonSize : s_normalButtonSize).Height + _toolStripButtonPaddingY; 4009if (LargeButtons) 4014_toolStrip.ImageList = LargeButtons ? _largeButtonImages : _normalButtonImages;