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