29 references to TypeNameMatches
Microsoft.Private.Windows.Core (10)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (10)
69
|| !classInfo.
TypeNameMatches
(typeof(Point))
94
|| !classInfo.
TypeNameMatches
(typeof(Size))
119
|| !classInfo.
TypeNameMatches
(typeof(Rectangle))
150
|| !classInfo.
TypeNameMatches
(typeof(PointF))
175
|| !classInfo.
TypeNameMatches
(typeof(SizeF))
200
|| !classInfo.
TypeNameMatches
(typeof(RectangleF))
231
|| !classInfo.
TypeNameMatches
(typeof(Color))
355
|| !classInfo.
TypeNameMatches
(typeof(ArrayList))
453
|| !classInfo.
TypeNameMatches
(typeof(Hashtable))
512
|| !classInfo.
TypeNameMatches
(typeof(NotSupportedException)))
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)
76
if (!
TypeNameMatches
(expectedArrayType))
System.Private.Windows.Core (10)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (10)
69
|| !classInfo.
TypeNameMatches
(typeof(Point))
94
|| !classInfo.
TypeNameMatches
(typeof(Size))
119
|| !classInfo.
TypeNameMatches
(typeof(Rectangle))
150
|| !classInfo.
TypeNameMatches
(typeof(PointF))
175
|| !classInfo.
TypeNameMatches
(typeof(SizeF))
200
|| !classInfo.
TypeNameMatches
(typeof(RectangleF))
231
|| !classInfo.
TypeNameMatches
(typeof(Color))
355
|| !classInfo.
TypeNameMatches
(typeof(ArrayList))
453
|| !classInfo.
TypeNameMatches
(typeof(Hashtable))
512
|| !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)
125
root.
TypeNameMatches
(typeof(Bitmap)).Should().BeTrue();