12 writes to ImageScalingSize
Accessibility_Core_App (8)
Menu_Toolbars_controls.Designer.cs (4)
109
menuStrip1.
ImageScalingSize
= new Size(20, 20);
122
contextMenuStrip1.
ImageScalingSize
= new Size(20, 20);
420
statusStrip1.
ImageScalingSize
= new Size(20, 20);
503
toolStrip1.
ImageScalingSize
= new Size(20, 20);
ToolStripContainer.Designer.cs (4)
121
this.toolStrip1.
ImageScalingSize
= new System.Drawing.Size(32, 32);
146
this.contextMenuStrip1.
ImageScalingSize
= new System.Drawing.Size(32, 32);
273
this.statusStrip1.
ImageScalingSize
= new System.Drawing.Size(32, 32);
331
this.menuStrip1.
ImageScalingSize
= new System.Drawing.Size(32, 32);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
194
_toolStrip.
ImageScalingSize
= s_normalButtonSize;
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1012
ImageScalingSize
= new Size(25, 25)
WinFormsControlsTest (2)
DragDrop.cs (1)
434
ImageScalingSize
= new Size(75, 75)
MenuStripAndCheckedListBox.Designer.cs (1)
66
this.menuStrip1.
ImageScalingSize
= new System.Drawing.Size(32, 32);
9 references to ImageScalingSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
310
imageSize = (menuItem.ImageScaling == ToolStripItemImageScaling.SizeToFit) ?
ImageScalingSize
: menuItem.Image.Size;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1564
return ownerToolStrip.
ImageScalingSize
;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemInternalLayout.cs (2)
120
imageRect.Size = menu.
ImageScalingSize
;
127
imageRect.Size = image?.Size ?? menu.
ImageScalingSize
;
System.Windows.Forms.Tests (5)
System\Windows\Forms\MenuStripTests.cs (1)
92
Assert.Equal(new Size(16, 16), control.
ImageScalingSize
);
System\Windows\Forms\StatusStripTests.cs (1)
92
Assert.Equal(new Size(16, 16), control.
ImageScalingSize
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
97
Assert.Equal(new Size(16, 16), control.
ImageScalingSize
);
System\Windows\Forms\ToolStripTests.cs (2)
110
Assert.Equal(new Size(16, 16), control.
ImageScalingSize
);
264
Assert.Equal(new Size(16, 16), control.
ImageScalingSize
);