8 references to GetInt32
System.Private.Windows.Core (8)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (8)
123value = new Point(classInfo.GetInt32("x"), classInfo.GetInt32("y")); 148value = new Size(classInfo.GetInt32("width"), classInfo.GetInt32("height")); 176classInfo.GetInt32("x"), 177classInfo.GetInt32("y"), 178classInfo.GetInt32("width"), 179classInfo.GetInt32("height"));