19 references to TypeNameMatches
PresentationCore (5)
System\Windows\Nrbf\SerializationRecordExtensions.cs (5)
43|| !classInfo.TypeNameMatches(typeof(PointF)) 68|| !classInfo.TypeNameMatches(typeof(RectangleF)) 175|| !classInfo.TypeNameMatches(typeof(ArrayList)) 263|| !classInfo.TypeNameMatches(typeof(Hashtable)) 322|| !classInfo.TypeNameMatches(typeof(NotSupportedException)))
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayRecord.cs (1)
76if (!TypeNameMatches(expectedArrayType))
System.Private.Windows.Core (10)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (10)
66|| !classInfo.TypeNameMatches(typeof(Point)) 91|| !classInfo.TypeNameMatches(typeof(Size)) 116|| !classInfo.TypeNameMatches(typeof(Rectangle)) 147|| !classInfo.TypeNameMatches(typeof(PointF)) 172|| !classInfo.TypeNameMatches(typeof(SizeF)) 197|| !classInfo.TypeNameMatches(typeof(RectangleF)) 228|| !classInfo.TypeNameMatches(typeof(Color)) 348|| !classInfo.TypeNameMatches(typeof(ArrayList)) 446|| !classInfo.TypeNameMatches(typeof(Hashtable)) 505|| !classInfo.TypeNameMatches(typeof(NotSupportedException)))
System.Windows.Forms (2)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (2)
26|| !types.TypeNameMatches(typeof(ImageListStreamer)) 46|| !types.TypeNameMatches(typeof(Bitmap))
System.Windows.Forms.Tests (1)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
125root.TypeNameMatches(typeof(Bitmap)).Should().BeTrue();