76 instantiations of DictionaryEntry
mscorlib (46)
system\runtime\remoting\remotingconfigparser.cs (23)
445node.Attributes.Add(new DictionaryEntry("ref", "http client"));
446node.Attributes.Add(new DictionaryEntry("displayName", "http client (delay loaded)"));
447node.Attributes.Add(new DictionaryEntry("delayLoadAsClientChannel", "true"));
451node.Attributes.Add(new DictionaryEntry("ref", "tcp client"));
452node.Attributes.Add(new DictionaryEntry("displayName", "tcp client (delay loaded)"));
453node.Attributes.Add(new DictionaryEntry("delayLoadAsClientChannel", "true"));
457node.Attributes.Add(new DictionaryEntry("ref", "ipc client"));
458node.Attributes.Add(new DictionaryEntry("displayName", "ipc client (delay loaded)"));
459node.Attributes.Add(new DictionaryEntry("delayLoadAsClientChannel", "true"));
479node.Attributes.Add(new DictionaryEntry("id", "http"));
484node.Attributes.Add(new DictionaryEntry("id", "http client"));
489node.Attributes.Add(new DictionaryEntry("id", "http server"));
494node.Attributes.Add(new DictionaryEntry("id", "tcp"));
499node.Attributes.Add(new DictionaryEntry("id", "tcp client"));
504node.Attributes.Add(new DictionaryEntry("id", "tcp server"));
509node.Attributes.Add(new DictionaryEntry("id", "ipc"));
514node.Attributes.Add(new DictionaryEntry("id", "ipc client"));
519node.Attributes.Add(new DictionaryEntry("id", "ipc server"));
543node.Attributes.Add(new DictionaryEntry("id", "soap"));
548node.Attributes.Add(new DictionaryEntry("id", "binary"));
556node.Attributes.Add(new DictionaryEntry("id", "soap"));
561node.Attributes.Add(new DictionaryEntry("id", "binary"));
566node.Attributes.Add(new DictionaryEntry("id", "wsdl"));
PresentationCore (7)
PresentationFramework (2)
System (13)
System.Activities.Presentation (1)
System.Configuration (1)
System.Data (1)
System.Runtime.Remoting (2)
System.Web (1)
System.Xml (2)
477 references to DictionaryEntry
mscorlib (82)
PresentationBuildTasks (1)
PresentationCore (13)
PresentationFramework (39)
System (45)
System.Activities.Presentation (3)
System.Configuration (10)
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
446public DictionaryEntry Entry {
System.Data.SqlXml (2)
System.Drawing (1)
System.Management (6)
System.Runtime.Caching (2)
System.Runtime.Remoting (29)
System.Runtime.Serialization (1)
System.ServiceModel (2)
System.ServiceModel.Internals (2)
System.Transactions (1)
System.Web (103)
System.Web.ApplicationServices (1)
System.Web.DataVisualization (4)
System.Web.DynamicData (2)
System.Web.Entity (3)
System.Web.Extensions (18)
System.Web.Mobile (17)
System.Web.Services (10)
System.Windows.Forms (9)
System.Windows.Forms.DataVisualization (4)
System.Workflow.Activities (3)
System.Workflow.ComponentModel (29)
System.Xml (17)
UIAutomationClient (4)
WindowsBase (4)