14 references to GetSingle
PresentationCore (6)
System\Windows\Nrbf\SerializationRecordExtensions.cs (6)
52value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 80classInfo.GetSingle("x"), 81classInfo.GetSingle("y"), 82classInfo.GetSingle("width"), 83classInfo.GetSingle("height"));
System.Private.Windows.Core (8)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (8)
161value = new PointF(classInfo.GetSingle("x"), classInfo.GetSingle("y")); 186value = new SizeF(classInfo.GetSingle("width"), classInfo.GetSingle("height")); 214classInfo.GetSingle("x"), 215classInfo.GetSingle("y"), 216classInfo.GetSingle("width"), 217classInfo.GetSingle("height"));