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