2 references to IsFullySupportedType
PresentationCore (1)
System\Windows\Nrbf\WpfNrbfSerializer.cs (1)
50public static bool IsFullySupportedType(Type type) => CoreNrbfSerializer.IsFullySupportedType(type);
System.Windows.Forms (1)
System\Windows\Forms\Nrbf\WinFormsNrbfSerializer.cs (1)
48public static bool IsFullySupportedType(Type type) => CoreNrbfSerializer.IsFullySupportedType(type)