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)
78
if (!
TypeNameMatches
(expectedArrayType))
System.Private.Windows.Core (10)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (10)
116
|| !classInfo.
TypeNameMatches
(typeof(Point))
141
|| !classInfo.
TypeNameMatches
(typeof(Size))
166
|| !classInfo.
TypeNameMatches
(typeof(Rectangle))
197
|| !classInfo.
TypeNameMatches
(typeof(PointF))
222
|| !classInfo.
TypeNameMatches
(typeof(SizeF))
247
|| !classInfo.
TypeNameMatches
(typeof(RectangleF))
278
|| !classInfo.
TypeNameMatches
(typeof(Color))
398
|| !classInfo.
TypeNameMatches
(typeof(ArrayList))
496
|| !classInfo.
TypeNameMatches
(typeof(Hashtable))
555
|| !classInfo.
TypeNameMatches
(typeof(NotSupportedException)))
System.Windows.Forms (2)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (2)
30
|| !types.
TypeNameMatches
(typeof(ImageListStreamer))
50
|| !types.
TypeNameMatches
(typeof(Bitmap))
System.Windows.Forms.Tests (1)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
116
root.
TypeNameMatches
(typeof(Bitmap)).Should().BeTrue();