4 references to WinFormsNrbfSerializer
System.Windows.Forms (4)
System\Resources\ResXDataNode.cs (1)
434if (WinFormsNrbfSerializer.TryGetObject(rootRecord, out object? value))
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1135success = WinFormsNrbfSerializer.TryGetObject(rootRecord, out deserialized);
System\Windows\Forms\OLE\DataObject.cs (1)
167return DataFormatNames.IsRestrictedFormat(format) || WinFormsNrbfSerializer.IsSupportedType<T>()
System\Windows\Forms\WinFormsRuntime.cs (1)
12internal class WinFormsRuntime : Runtime<DataFormats.Format, WinFormsNrbfSerializer, WinFormsOleServices>