22 references to GetSingle
Microsoft.Private.Windows.Core (8)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (8)
157value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 182value = new SizeF(classInfo.GetSingle("width"), classInfo.GetSingle("height")); 210classInfo.GetSingle("x"), 211classInfo.GetSingle("y"), 212classInfo.GetSingle("width"), 213classInfo.GetSingle("height"));
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)
157value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 182value = new SizeF(classInfo.GetSingle("width"), classInfo.GetSingle("height")); 210classInfo.GetSingle("x"), 211classInfo.GetSingle("y"), 212classInfo.GetSingle("width"), 213classInfo.GetSingle("height"));