System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (16)
105x = (bounds.Width - _imageWidth) / 2;
108_glyphBounds = new Rectangle(bounds.X + x, bounds.Y + bounds.Height, _imageWidth, _imageHeight);
114x = (bounds.Width - _imageWidth) / 2;
117_glyphBounds = new Rectangle(bounds.X + x, bounds.Y - _imageHeight, _imageWidth, _imageHeight);
123y = (bounds.Height - _imageWidth) / 2;
126_glyphBounds = new Rectangle(bounds.X + bounds.Width, bounds.Y + y, _imageHeight, _imageWidth);
132y = (bounds.Height - _imageWidth) / 2;
135_glyphBounds = new Rectangle(bounds.X - _imageHeight, bounds.Y + y, _imageHeight, _imageWidth);
154x = (bounds.Width - _imageWidth) / 2;
157_glyphBounds = new Rectangle(bounds.X + x, bounds.Y + bounds.Height, _imageWidth, _imageHeight);
163x = (bounds.Width - _imageWidth) / 2;
166_glyphBounds = new Rectangle(bounds.X + x, bounds.Y - _imageHeight, _imageWidth, _imageHeight);
172y = (bounds.Height - _imageWidth) / 2;
175_glyphBounds = new Rectangle(bounds.X + bounds.Width, bounds.Y + y, _imageHeight, _imageWidth);
181y = (bounds.Height - _imageWidth) / 2;
184_glyphBounds = new Rectangle(bounds.X - _imageHeight, bounds.Y + y, _imageHeight, _imageWidth);