8 references to GetInt32
System.Private.Windows.Core (8)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (8)
99value = new Point(classInfo.GetInt32("x"), classInfo.GetInt32("y")); 124value = new Size(classInfo.GetInt32("width"), classInfo.GetInt32("height")); 152classInfo.GetInt32("x"), 153classInfo.GetInt32("y"), 154classInfo.GetInt32("width"), 155classInfo.GetInt32("height"));