8 references to
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
1495if (properties[name] != null)
PresentationFramework-SystemData (2)
SystemDataExtension.cs (2)
71s_DataTablePropertyDescriptorType = pdc["Table1"].GetType(); 74s_DataRelationPropertyDescriptorType = pdc["IDRelation"].GetType();
PresentationFramework-SystemXmlLinq (4)
SystemXmlLinqExtension.cs (4)
24s_XElementElementsPropertyDescriptorType = pdc["Elements"].GetType(); 25s_XElementDescendantsPropertyDescriptorType = pdc["Descendants"].GetType(); 26s_XElementAttributePropertyDescriptorType = pdc["Attribute"].GetType(); 27s_XElementElementPropertyDescriptorType = pdc["Element"].GetType();
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
70return options.Properties[valueName];