17 references to Add
mscorlib (5)
system\collections\generic\dictionary.cs (1)
122
HashHelpers.SerializationInfoTable.
Add
(this, info);
system\collections\hashtable.cs (1)
399
HashHelpers.SerializationInfoTable.
Add
(this, info);
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
273
s_eventRegistrations.
Add
(instance, instanceMap);
606
registrationTokens.
Add
(handler, tokens);
system\threading\Tasks\TaskScheduler.cs (1)
327
activeTaskSchedulers.
Add
(this, null);
PresentationCore (3)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
131
s_sourceInfoTable.
Add
(obj, new XamlSourceInfo(sourceUri, elementLineNumber, elementLinePosition));
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
265
cwt.
Add
(target, handler);
281
cwt.
Add
(target, list);
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
445
_propertyTransferEnabledMap.
Add
(d, propertyTransferEnabledForObject);
src\Framework\System\Windows\Localization.cs (2)
154
_commentsOnObjects.
Add
(element, value);
159
_attributesOnObjects.
Add
(element, value);
src\Framework\System\Windows\StyleHelper.cs (1)
4790
deferredActions.
Add
(/* key */triggerContainer,/* value */actionList);
System (1)
compmod\system\collections\specialized\marshalinghelpers.cs (1)
479
table.
Add
(key, value);
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
589
this.cache.
Add
(rootElement, runtimeProfileList);
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
85
_legacyCtorSupportTable.
Add
(this, new ExtensionInfo(nodeType, type));
WindowsBase (2)
Base\System\Windows\WeakEventManager.cs (2)
653
_cwt.
Add
(target, handler);
669
_cwt.
Add
(target, list);