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