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