14 references to TryGet
System.Private.Windows.Core (13)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (13)
85return TryGet(Get, record, out value); 110return TryGet(Get, record, out value); 135return TryGet(Get, record, out value); 166return TryGet(Get, record, out value); 191return TryGet(Get, record, out value); 216return TryGet(Get, record, out value); 247return TryGet(Get, record, out value); 286return TryGet(Get, record, out value); 317return TryGet(Get, record, out list); 367return TryGet(Get, record, out value); 414return TryGet(Get, record, out value); 464return TryGet(Get, record, out hashtable); 524return TryGet(Get, record, out exception);
System.Windows.Forms (1)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
19return SerializationRecordExtensions.TryGet(Get, record, out imageListStreamer);