14 references to TryGet
System.Private.Windows.Core (13)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (13)
62
return
TryGet
(Get, record, out value);
87
return
TryGet
(Get, record, out value);
112
return
TryGet
(Get, record, out value);
143
return
TryGet
(Get, record, out value);
168
return
TryGet
(Get, record, out value);
193
return
TryGet
(Get, record, out value);
224
return
TryGet
(Get, record, out value);
267
return
TryGet
(Get, record, out value);
298
return
TryGet
(Get, record, out list);
348
return
TryGet
(Get, record, out value);
395
return
TryGet
(Get, record, out value);
445
return
TryGet
(Get, record, out hashtable);
505
return
TryGet
(Get, record, out exception);
System.Windows.Forms (1)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
19
return SerializationRecordExtensions.
TryGet
(Get, record, out imageListStreamer);