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