14 references to GetSingle
PresentationCore (6)
System\Windows\Nrbf\SerializationRecordExtensions.cs (6)
50value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 78classInfo.GetSingle("x"), 79classInfo.GetSingle("y"), 80classInfo.GetSingle("width"), 81classInfo.GetSingle("height"));
System.Private.Windows.Core (8)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (8)
154value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 179value = new SizeF(classInfo.GetSingle("width"), classInfo.GetSingle("height")); 207classInfo.GetSingle("x"), 208classInfo.GetSingle("y"), 209classInfo.GetSingle("width"), 210classInfo.GetSingle("height"));