19 references to TryGetValue
mscorlib (4)
system\collections\generic\dictionary.cs (1)
397
HashHelpers.SerializationInfoTable.
TryGetValue
(this, out siInfo);
system\collections\hashtable.cs (1)
1217
HashHelpers.SerializationInfoTable.
TryGetValue
(this, out siInfo);
system\runtime\compilerservices\ConditionalWeakTable.cs (1)
241
if (
TryGetValue
(key, out existingValue))
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
270
if (!s_eventRegistrations.
TryGetValue
(instance, out instanceMap))
PresentationCore (3)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
140
if (s_sourceInfoTable != null && obj != null && s_sourceInfoTable.
TryGetValue
(obj, out info))
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
262
if (!cwt.
TryGetValue
(target, out value))
296
if (_cwt.
TryGetValue
(target, out value))
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGridHelper.cs (2)
442
if (!_propertyTransferEnabledMap.
TryGetValue
(d, out propertyTransferEnabledForObject))
455
if ( _propertyTransferEnabledMap.
TryGetValue
(d, out propertyTransferEnabledForObject))
src\Framework\System\Windows\Localization.cs (2)
129
_commentsOnObjects.
TryGetValue
(element, out result);
134
_attributesOnObjects.
TryGetValue
(element, out result);
src\Framework\System\Windows\StyleHelper.cs (2)
4787
if( !deferredActions.
TryGetValue
(triggerContainer, out actionList) )
4806
if (frameworkTemplate.DeferredActions.
TryGetValue
(triggerContainer, out actionList))
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
583
if (!this.cache.
TryGetValue
(rootElement, out runtimeProfileList))
System.Core (2)
Microsoft\Scripting\Ast\Expression.cs (2)
102
if (_legacyCtorSupportTable != null && _legacyCtorSupportTable.
TryGetValue
(this, out extInfo)) {
120
if (_legacyCtorSupportTable != null && _legacyCtorSupportTable.
TryGetValue
(this, out extInfo)) {
System.Transactions (1)
System\Transactions\Transaction.cs (1)
1524
return ContextDataTable.
TryGetValue
(contextKey, out currentData);
WindowsBase (2)
Base\System\Windows\WeakEventManager.cs (2)
650
if (!_cwt.
TryGetValue
(target, out value))
697
if (_cwt.
TryGetValue
(target, out value))