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\Core\Nrbf\SerializationRecordExtensions.cs (8)
204value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 229value = new SizeF(classInfo.GetSingle("width"), classInfo.GetSingle("height")); 257classInfo.GetSingle("x"), 258classInfo.GetSingle("y"), 259classInfo.GetSingle("width"), 260classInfo.GetSingle("height"));