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)
180value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 205value = new SizeF(classInfo.GetSingle("width"), classInfo.GetSingle("height")); 233classInfo.GetSingle("x"), 234classInfo.GetSingle("y"), 235classInfo.GetSingle("width"), 236classInfo.GetSingle("height"));