17 references to Add
mscorlib (5)
system\collections\generic\dictionary.cs (1)
122HashHelpers.SerializationInfoTable.Add(this, info);
system\collections\hashtable.cs (1)
399HashHelpers.SerializationInfoTable.Add(this, info);
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
273s_eventRegistrations.Add(instance, instanceMap); 606registrationTokens.Add(handler, tokens);
system\threading\Tasks\TaskScheduler.cs (1)
327activeTaskSchedulers.Add(this, null);
PresentationCore (3)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (1)
131s_sourceInfoTable.Add(obj, new XamlSourceInfo(sourceUri, elementLineNumber, elementLinePosition));
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
265cwt.Add(target, handler); 281cwt.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)
4790deferredActions.Add(/* key */triggerContainer,/* value */actionList);
System (1)
compmod\system\collections\specialized\marshalinghelpers.cs (1)
479table.Add(key, value);
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
589this.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);