8 references to GetInt32
System.Private.Windows.Core (8)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (8)
80value = new Point(classInfo.GetInt32("x"), classInfo.GetInt32("y")); 105value = new Size(classInfo.GetInt32("width"), classInfo.GetInt32("height")); 133classInfo.GetInt32("x"), 134classInfo.GetInt32("y"), 135classInfo.GetInt32("width"), 136classInfo.GetInt32("height"));