16 references to GetInt32
Microsoft.Private.Windows.Core (8)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (8)
76value = new Point(classInfo.GetInt32("x"), classInfo.GetInt32("y")); 101value = new Size(classInfo.GetInt32("width"), classInfo.GetInt32("height")); 129classInfo.GetInt32("x"), 130classInfo.GetInt32("y"), 131classInfo.GetInt32("width"), 132classInfo.GetInt32("height"));
System.Private.Windows.Core (8)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (8)
76value = new Point(classInfo.GetInt32("x"), classInfo.GetInt32("y")); 101value = new Size(classInfo.GetInt32("width"), classInfo.GetInt32("height")); 129classInfo.GetInt32("x"), 130classInfo.GetInt32("y"), 131classInfo.GetInt32("width"), 132classInfo.GetInt32("height"));