Implemented interface member:
property
this
System.Collections.IDictionary.this[System.Object]
6 overrides of
mscorlib (3)
System.Drawing (1)
System.Windows.Forms (2)
1005 writes to
mscorlib (45)
PresentationBuildTasks (22)
PresentationCore (69)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (48)
2293s_patternInfo[InvokePatternIdentifiers.Pattern.Id] = new PatternInfo(InvokePatternIdentifiers.Pattern.Id, new WrapObject(InvokeProviderWrapper.Wrap), PatternInterface.Invoke);
2294s_patternInfo[SelectionPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionPatternIdentifiers.Pattern.Id, new WrapObject(SelectionProviderWrapper.Wrap), PatternInterface.Selection);
2295s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
2296s_patternInfo[RangeValuePatternIdentifiers.Pattern.Id] = new PatternInfo(RangeValuePatternIdentifiers.Pattern.Id, new WrapObject(RangeValueProviderWrapper.Wrap), PatternInterface.RangeValue);
2297s_patternInfo[ScrollPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollPatternIdentifiers.Pattern.Id, new WrapObject(ScrollProviderWrapper.Wrap), PatternInterface.Scroll);
2298s_patternInfo[ScrollItemPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollItemPatternIdentifiers.Pattern.Id, new WrapObject(ScrollItemProviderWrapper.Wrap), PatternInterface.ScrollItem);
2299s_patternInfo[ExpandCollapsePatternIdentifiers.Pattern.Id] = new PatternInfo(ExpandCollapsePatternIdentifiers.Pattern.Id, new WrapObject(ExpandCollapseProviderWrapper.Wrap), PatternInterface.ExpandCollapse);
2300s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
2301s_patternInfo[GridItemPatternIdentifiers.Pattern.Id] = new PatternInfo(GridItemPatternIdentifiers.Pattern.Id, new WrapObject(GridItemProviderWrapper.Wrap), PatternInterface.GridItem);
2302s_patternInfo[MultipleViewPatternIdentifiers.Pattern.Id] = new PatternInfo(MultipleViewPatternIdentifiers.Pattern.Id, new WrapObject(MultipleViewProviderWrapper.Wrap), PatternInterface.MultipleView);
2303s_patternInfo[WindowPatternIdentifiers.Pattern.Id] = new PatternInfo(WindowPatternIdentifiers.Pattern.Id, new WrapObject(WindowProviderWrapper.Wrap), PatternInterface.Window);
2304s_patternInfo[SelectionItemPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionItemPatternIdentifiers.Pattern.Id, new WrapObject(SelectionItemProviderWrapper.Wrap), PatternInterface.SelectionItem);
2305s_patternInfo[DockPatternIdentifiers.Pattern.Id] = new PatternInfo(DockPatternIdentifiers.Pattern.Id, new WrapObject(DockProviderWrapper.Wrap), PatternInterface.Dock);
2306s_patternInfo[TablePatternIdentifiers.Pattern.Id] = new PatternInfo(TablePatternIdentifiers.Pattern.Id, new WrapObject(TableProviderWrapper.Wrap), PatternInterface.Table);
2307s_patternInfo[TableItemPatternIdentifiers.Pattern.Id] = new PatternInfo(TableItemPatternIdentifiers.Pattern.Id, new WrapObject(TableItemProviderWrapper.Wrap), PatternInterface.TableItem);
2308s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.Toggle);
2309s_patternInfo[TransformPatternIdentifiers.Pattern.Id] = new PatternInfo(TransformPatternIdentifiers.Pattern.Id, new WrapObject(TransformProviderWrapper.Wrap), PatternInterface.Transform);
2310s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text);
2315s_patternInfo[VirtualizedItemPatternIdentifiers.Pattern.Id] = new PatternInfo(VirtualizedItemPatternIdentifiers.Pattern.Id, new WrapObject(VirtualizedItemProviderWrapper.Wrap), PatternInterface.VirtualizedItem);
2317s_patternInfo[ItemContainerPatternIdentifiers.Pattern.Id] = new PatternInfo(ItemContainerPatternIdentifiers.Pattern.Id, new WrapObject(ItemContainerProviderWrapper.Wrap), PatternInterface.ItemContainer);
2320s_patternInfo[SynchronizedInputPatternIdentifiers.Pattern.Id] = new PatternInfo(SynchronizedInputPatternIdentifiers.Pattern.Id, new WrapObject(SynchronizedInputProviderWrapper.Wrap), PatternInterface.SynchronizedInput);
2325s_propertyInfo[AutomationElementIdentifiers.IsControlElementProperty.Id] = new GetProperty(IsControlElement);
2326s_propertyInfo[AutomationElementIdentifiers.ControlTypeProperty.Id] = new GetProperty(GetControlType);
2327s_propertyInfo[AutomationElementIdentifiers.IsContentElementProperty.Id] = new GetProperty(IsContentElement);
2328s_propertyInfo[AutomationElementIdentifiers.LabeledByProperty.Id] = new GetProperty(GetLabeledBy);
2329s_propertyInfo[AutomationElementIdentifiers.NativeWindowHandleProperty.Id] = new GetProperty(GetNativeWindowHandle);
2330s_propertyInfo[AutomationElementIdentifiers.AutomationIdProperty.Id] = new GetProperty(GetAutomationId);
2331s_propertyInfo[AutomationElementIdentifiers.ItemTypeProperty.Id] = new GetProperty(GetItemType);
2332s_propertyInfo[AutomationElementIdentifiers.IsPasswordProperty.Id] = new GetProperty(IsPassword);
2333s_propertyInfo[AutomationElementIdentifiers.LocalizedControlTypeProperty.Id] = new GetProperty(GetLocalizedControlType);
2334s_propertyInfo[AutomationElementIdentifiers.NameProperty.Id] = new GetProperty(GetName);
2335s_propertyInfo[AutomationElementIdentifiers.AcceleratorKeyProperty.Id] = new GetProperty(GetAcceleratorKey);
2336s_propertyInfo[AutomationElementIdentifiers.AccessKeyProperty.Id] = new GetProperty(GetAccessKey);
2337s_propertyInfo[AutomationElementIdentifiers.HasKeyboardFocusProperty.Id] = new GetProperty(HasKeyboardFocus);
2338s_propertyInfo[AutomationElementIdentifiers.IsKeyboardFocusableProperty.Id] = new GetProperty(IsKeyboardFocusable);
2339s_propertyInfo[AutomationElementIdentifiers.IsEnabledProperty.Id] = new GetProperty(IsEnabled);
2340s_propertyInfo[AutomationElementIdentifiers.BoundingRectangleProperty.Id] = new GetProperty(GetBoundingRectangle);
2341s_propertyInfo[AutomationElementIdentifiers.ProcessIdProperty.Id] = new GetProperty(GetCurrentProcessId);
2342s_propertyInfo[AutomationElementIdentifiers.RuntimeIdProperty.Id] = new GetProperty(GetRuntimeId);
2343s_propertyInfo[AutomationElementIdentifiers.ClassNameProperty.Id] = new GetProperty(GetClassName);
2344s_propertyInfo[AutomationElementIdentifiers.HelpTextProperty.Id] = new GetProperty(GetHelpText);
2345s_propertyInfo[AutomationElementIdentifiers.ClickablePointProperty.Id] = new GetProperty(GetClickablePoint);
2346s_propertyInfo[AutomationElementIdentifiers.CultureProperty.Id] = new GetProperty(GetCultureInfo);
2347s_propertyInfo[AutomationElementIdentifiers.IsOffscreenProperty.Id] = new GetProperty(IsOffscreen);
2348s_propertyInfo[AutomationElementIdentifiers.OrientationProperty.Id] = new GetProperty(GetOrientation);
2349s_propertyInfo[AutomationElementIdentifiers.FrameworkIdProperty.Id] = new GetProperty(GetFrameworkId);
2350s_propertyInfo[AutomationElementIdentifiers.IsRequiredForFormProperty.Id] = new GetProperty(IsRequiredForForm);
2351s_propertyInfo[AutomationElementIdentifiers.ItemStatusProperty.Id] = new GetProperty(GetItemStatus);
PresentationFramework (38)
SMSvcHost (1)
System (122)
System.Activities (5)
System.Activities.Presentation (9)
System.Configuration (17)
System.Data (82)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
52_cachedLookups[type] = returnValue;
System.Data.Entity (3)
System.Data.SqlXml (27)
System.Drawing (39)
System.Management (1)
System.Messaging (9)
System.Runtime.Caching (4)
System.Runtime.Remoting (105)
System.Runtime.Serialization (4)
System.ServiceModel (10)
System.ServiceModel.Internals (2)
System.ServiceModel.Web (1)
System.Transactions (3)
System.Web (136)
System.Web.ApplicationServices (1)
System.Web.DataVisualization (12)
System.Web.DynamicData (2)
System.Web.Extensions (16)
System.Web.Mobile (13)
System.Web.Services (32)
System.Windows.Forms (46)
System.Windows.Forms.DataVisualization (10)
System.Workflow.Activities (5)
System.Workflow.ComponentModel (33)
System.Workflow.Runtime (3)
System.WorkflowServices (2)
System.Xml (51)
System\Xml\Serialization\Compilation.cs (6)
298scopeTable[mapping.Scope] = mapping;
312assemblies[name] = a;
400serializers[xmlMappings[i].Key] = readerCodeGen.GenerateTypedSerializer(readMethodNames[i], writeMethodNames[i], xmlMappings[i], classes, baseSerializer, readerClass, writerClass);
418scopeTable[mapping.Scope] = mapping;
503serializers[xmlMappings[i].Key] = readerCodeGen.GenerateTypedSerializer(readMethodNames[i], writeMethodNames[i], xmlMappings[i], classes, baseSerializer, readerClass, writerClass);
719cache[key] = assembly;
UIAutomationClientsideProviders (7)
WindowsBase (15)
XamlBuildTask (3)
1346 references to
mscorlib (76)
PresentationBuildTasks (21)
PresentationCore (35)
PresentationFramework (73)
SMSvcHost (3)
System (149)
System.Activities (6)
System.Activities.Presentation (7)
System.Configuration (18)
System.Data (118)
fx\src\data\System\Data\xmlsaver.cs (23)
386if (autogenerated[fk.Columns[0]] != null)
388if (autogenerated[fk.RelatedColumnsReference[0]] != null)
396if(autogenerated[_constraint] != null)
398if(autogenerated[_constraint.Key.ColumnsReference[0]] != null)
407if (autogenerated[unique.Key.ColumnsReference[0]] != null)
633node.SetAttribute(Keywords.REF, ((string)prefixes[top[i].Namespace])+':'+top[i].EncodedTableName);
643node.SetAttribute(Keywords.REF, ((string)prefixes[top[i].Namespace])+':'+top[i].EncodedTableName);
701_import.SetAttribute(Keywords.XSD_SCHEMALOCATION, fileName + "_" + prefixes[ns] + ".xsd");
731xw = new XmlTextWriter(filePath + fileName + "_" + prefixes[ns] + ".xsd", null);
742XmlElement tNode = (XmlElement) namespaces[ns] ;
750string prefix = (string) prefixes[imp_ns];
1033XmlElement schemaEl = (XmlElement) namespaces[NamespaceURI];
1077string prefix = (string) prefixes[nSpace];
1281string prefix = (string)prefixes[col.Namespace];
1469return autogenerated[o]!=null;
1584root.SetAttribute( Keywords.TYPE, NewDiffgramGen.QualifiedName((string)prefixes[table.TypeName.Namespace], table.TypeName.Name) );
1679NestedTable.SetAttribute( Keywords.REF, ((string)prefixes[childTable.Namespace])+':'+childTable.EncodedTableName);
1710xpathprefix = table.Namespace.Length != 0 ? (string) prefixes[table.Namespace] +':' : String.Empty;
1759encodedName.Append(prefixes[fields[k].Namespace]).Append(':');
1818encodedName.Append(prefixes[fields[k].Namespace]).Append(':');
1892encodedName.Append(prefixes[fields[k].Namespace]).Append(':');
2192_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString());
2547_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString());
System.Data.Entity (3)
System.Data.SqlXml (32)
System.Drawing (6)
System.Management (9)
System.Messaging (8)
System.Runtime.Caching (8)
System.Runtime.Remoting (16)
System.Runtime.Serialization (13)
System.Security (9)
System.ServiceModel (15)
System.ServiceModel.Activation (7)
System.ServiceModel.Internals (5)
System.ServiceModel.Web (2)
System.Transactions (5)
System.Web (130)
System.Web.ApplicationServices (3)
System.Web.DataVisualization (29)
System.Web.DynamicData (3)
System.Web.Extensions (11)
System.Web.Mobile (14)
System.Web.Services (66)
System.Windows.Forms (75)
System.Windows.Forms.DataVisualization (26)
System.Workflow.Activities (14)
System.Workflow.ComponentModel (51)
System.Workflow.Runtime (4)
System.WorkflowServices (4)
System.Xaml.Hosting (2)
System.Xml (237)
UIAutomationClient (3)
UIAutomationClientsideProviders (13)
WindowsBase (17)