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