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