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)
78if (!TypeNameMatches(expectedArrayType))
System.Private.Windows.Core (10)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (10)
92|| !classInfo.TypeNameMatches(typeof(Point)) 117|| !classInfo.TypeNameMatches(typeof(Size)) 142|| !classInfo.TypeNameMatches(typeof(Rectangle)) 173|| !classInfo.TypeNameMatches(typeof(PointF)) 198|| !classInfo.TypeNameMatches(typeof(SizeF)) 223|| !classInfo.TypeNameMatches(typeof(RectangleF)) 254|| !classInfo.TypeNameMatches(typeof(Color)) 374|| !classInfo.TypeNameMatches(typeof(ArrayList)) 472|| !classInfo.TypeNameMatches(typeof(Hashtable)) 531|| !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)
127root.TypeNameMatches(typeof(Bitmap)).Should().BeTrue();