2 references to s_marshaler
System.Windows.Forms.Tests (2)
System\Windows\Forms\Control.ActiveXFontMarshallerTests.cs (2)
23
nint native =
s_marshaler
.MarshalManagedToNative(font);
30
using Font outFont = (Font)
s_marshaler
.MarshalNativeToManaged(native);