1 write to Size
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
121target->Size = (CY)source.SizeInPoints;
3 references to Size
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
119if (source.SizeInPoints != (float)target->Size)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
90Assert.Equal(20.0f, (float)iFont.Value->Size, precision: 0);
System\Windows\Forms\Control.ActiveXFontMarshallerTests.cs (1)
26Assert.Equal(11.25f, (float)iFont.Value->Size);