8 references to GetInt32
System.Private.Windows.Core (8)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (8)
73value = new Point(classInfo.GetInt32("x"), classInfo.GetInt32("y")); 98value = new Size(classInfo.GetInt32("width"), classInfo.GetInt32("height")); 126classInfo.GetInt32("x"), 127classInfo.GetInt32("y"), 128classInfo.GetInt32("width"), 129classInfo.GetInt32("height"));