214 references to Size
PresentationFramework-SystemDrawing (4)
System.Drawing.Common.Tests (66)
mono\System.Drawing.Imaging\BmpCodecTests.cs (10)
57Assert.Equal(173, bmp.Size.Width);
58Assert.Equal(183, bmp.Size.Height);
123Assert.Equal(173, bmp.Size.Width);
124Assert.Equal(183, bmp.Size.Height);
189Assert.Equal(173, bmp.Size.Width);
190Assert.Equal(183, bmp.Size.Height);
375Assert.Equal(173, bmp.Size.Width);
376Assert.Equal(183, bmp.Size.Height);
506Assert.Equal(90, bmp.Size.Width);
507Assert.Equal(60, bmp.Size.Height);
mono\System.Drawing.Imaging\IconCodecTests.cs (12)
91Assert.Equal(16, bmp.Size.Width);
92Assert.Equal(16, bmp.Size.Height);
239Assert.Equal(32, bmp.Size.Width);
240Assert.Equal(32, bmp.Size.Height);
444Assert.Equal(48, bmp.Size.Width);
445Assert.Equal(48, bmp.Size.Height);
666Assert.Equal(64, bmp.Size.Width);
667Assert.Equal(64, bmp.Size.Height);
924Assert.Equal(96, bmp.Size.Width);
925Assert.Equal(96, bmp.Size.Height);
1858Assert.Equal(16, bmp.Size.Width);
1859Assert.Equal(16, bmp.Size.Height);
System\Drawing\TextureBrushTests.cs (9)
28Assert.Equal(expectedSize, brushImage.Size);
69Assert.Equal(expectedSize, brushImage.Size);
96Assert.Equal(rectangle.Size, brushImage.Size);
117Assert.Equal(rectangle.Size, brushImage.Size);
150Assert.Equal(rectangle.Size, brushImage.Size);
171Assert.Equal(rectangle.Size, brushImage.Size);
205Assert.Equal(rectangle.Size, brushImage.Size);
227Assert.Equal(rectangle.Size, brushImage.Size);
307Assert.Equal(new Size(10, 10), brush.Image.Size);
System\Drawing\ToolboxBitmapAttributeTests.cs (11)
20Assert.Equal(s_defaultSize, image.Size);
44Assert.Equal(size, image.Size);
63Assert.Equal(new Size(width, height), image.Size);
90Assert.Equal(new Size(width, height), image.Size);
102Assert.Equal(new Size(32, 32), image.Size);
107Assert.Equal(new Size(width, height), image.Size);
125Assert.Equal(new Size(173, 183), smallImage.Size);
128Assert.Equal(new Size(32, 32), largeImage.Size);
138Assert.Equal(new Size(32, 32), image.Size);
143Assert.Equal(new Size(173, 183), image.Size);
159Assert.Equal(new Size(width, height), image.Size);
System.Windows.Forms (23)
System.Windows.Forms.Design (5)
System.Windows.Forms.Design.Tests (12)
System.Windows.Forms.Primitives (4)
System.Windows.Forms.Primitives.Tests (8)
System.Windows.Forms.Tests (89)
System.Windows.Forms.UI.IntegrationTests (3)