24 references to
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1492if (properties[name] != null)
System (1)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
87return options.Properties[valueName];
System.Web (11)
UI\ControlBuilder.cs (1)
3096PropertyDescriptor propDesc = propertyDescriptors[propInfo.Name];
UI\PropertyMapper.cs (1)
182return properties[propertyName];
UI\TargetFrameworkUtil.cs (1)
377let d = propertyDescriptors[p]
UI\WebControls\ErrorStyle.cs (1)
66PropertyDescriptor foreColor = oldProperties["ForeColor"];
UI\WebControls\ErrorTableItemStyle.cs (1)
64PropertyDescriptor foreColor = oldProperties["ForeColor"];
UI\WebControls\SubMenuStyle.cs (2)
274 PropertyDescriptor fontProperty = oldProperties["Font"]; 275 PropertyDescriptor forecolorProperty = oldProperties["ForeColor"];
UI\WebParts\WebPartMenuStyle.cs (4)
184PropertyDescriptor oldPaddingProperty = oldProperties["CellPadding"]; 188PropertyDescriptor oldSpacingProperty = oldProperties["CellSpacing"]; 192PropertyDescriptor oldFontProperty = oldProperties["Font"]; 199PropertyDescriptor oldForeColorProperty = oldProperties["ForeColor"];
System.Windows.Forms (6)
winforms\Managed\System\WinForms\BindingSource.cs (2)
874PropertyDescriptor dmProp = dsProps[this.dataMember]; 1059PropertyDescriptor dmProp = dsProps[this.dataMember];
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1641if (this.dataMember.Length != 0 && props[this.dataMember] != null)
winforms\Managed\System\WinForms\ImageIndexConverter.cs (1)
114PropertyDescriptor parentProp = props[ParentImageListProperty];
winforms\Managed\System\WinForms\ImageKeyConverter.cs (1)
129PropertyDescriptor parentProp = props[ParentImageListProperty];
winforms\Managed\System\WinForms\TreeViewImageIndexConverter.cs (1)
109PropertyDescriptor parentProp = props[ParentImageListProperty];
System.Workflow.ComponentModel (5)
AuthoringOM\Design\CustomActivityDesigner.cs (1)
346PropertyDescriptor realBaseActivityTypePropertyDescriptor = properties["BaseActivityType"];
AuthoringOM\Design\FreeFormDesigner.cs (2)
1046PropertyDescriptor sizeProperty = (properties != null) ? properties["Size"] : null; 1052PropertyDescriptor locationProperty = (properties != null) ? properties["Location"] : null;
AuthoringOM\Design\TypeConverters.cs (2)
276PropertyDescriptor activityDescriptor = props["Name"]; 280PropertyDescriptor pathDescriptor = props["Path"];