14 references to TryGet
System.Private.Windows.Core (13)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (13)
59return TryGet(Get, record, out value); 84return TryGet(Get, record, out value); 109return TryGet(Get, record, out value); 140return TryGet(Get, record, out value); 165return TryGet(Get, record, out value); 190return TryGet(Get, record, out value); 221return TryGet(Get, record, out value); 260return TryGet(Get, record, out value); 291return TryGet(Get, record, out list); 341return TryGet(Get, record, out value); 388return TryGet(Get, record, out value); 438return TryGet(Get, record, out hashtable); 498return TryGet(Get, record, out exception);
System.Windows.Forms (1)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
19return SerializationRecordExtensions.TryGet(Get, record, out imageListStreamer);