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