35 implementations of GetPropertyOwner
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
223public virtual object GetPropertyOwner(PropertyDescriptor pd)
compmod\system\componentmodel\TypeDescriptor.cs (4)
3602object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) 3876object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) 4329object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) 4659object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
201object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) 389object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
139public object GetPropertyOwner(PropertyDescriptor pd)
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
727object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) { return _parent.GetPropertyOwner(pd); }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
339public object GetPropertyOwner(PropertyDescriptor pd)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1283object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
410object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
727object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) { return _parent.GetPropertyOwner(pd); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
339public object GetPropertyOwner(PropertyDescriptor pd)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1283object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
410object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
335object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
515object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
133object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
fx\src\data\System\Data\DataRowView.cs (1)
303object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
149object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
561object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) { return this; }
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
82object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
UI\WebControls\ErrorTableItemStyle.cs (1)
80object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
UI\WebControls\SubMenuStyle.cs (1)
296 object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
92object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
UI\WebControls\XmlHierarchyData.cs (1)
185object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
UI\WebParts\WebPartMenuStyle.cs (1)
228object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
99object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1150Object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor property)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
3003Object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
571object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
713object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
214public object GetPropertyOwner(PropertyDescriptor property) { return _parent.GetPropertyOwner(property); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
235public object GetPropertyOwner(PropertyDescriptor property) { return _parent.GetPropertyOwner(property); }
26 references to GetPropertyOwner
System (6)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
227return _parent.GetPropertyOwner(pd);
compmod\system\componentmodel\PropertyDescriptor.cs (1)
367target = td.GetPropertyOwner(this);
compmod\system\componentmodel\TypeDescriptor.cs (4)
3878object owner = _primary.GetPropertyOwner(pd); 3881owner = _secondary.GetPropertyOwner(pd); 4344object owner = desc.GetPropertyOwner(pd); 4675owner = desc.GetPropertyOwner(pd);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
727object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) { return _parent.GetPropertyOwner(pd); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
727object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) { return _parent.GetPropertyOwner(pd); }
System.Web.DynamicData (1)
DynamicData\Util\Misc.cs (1)
26dataItem = ((ICustomTypeDescriptor)dataItem).GetPropertyOwner(null);
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
65obj = ((ICustomTypeDescriptor)obj).GetPropertyOwner(propDesc);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
685component = ((ICustomTypeDescriptor)component).GetPropertyOwner(this); 867component = ((ICustomTypeDescriptor)component).GetPropertyOwner(this); 1175component = ((ICustomTypeDescriptor)component).GetPropertyOwner(this); 1215owner = ((ICustomTypeDescriptor)owner).GetPropertyOwner(this);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
59instance = ((ICustomTypeDescriptor)instance).GetPropertyOwner(propDesc);
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
1212objTemp = ((ICustomTypeDescriptor)objTemp).GetPropertyOwner(null); 1304tempObj = ((ICustomTypeDescriptor)tempObj).GetPropertyOwner(null); 2639obj = ((ICustomTypeDescriptor)obj).GetPropertyOwner(null);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1628owner = ((ICustomTypeDescriptor)obj).GetPropertyOwner(pd);
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
249propertyOwner = ((ICustomTypeDescriptor) propertyOwner).GetPropertyOwner(descriptors[i]);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
233obj = ((ICustomTypeDescriptor)obj).GetPropertyOwner(propertyInfo);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
447target = ((ICustomTypeDescriptor)target).GetPropertyOwner(propertyInfo); 519obj = ((ICustomTypeDescriptor)obj).GetPropertyOwner(propertyInfo); 828target = ((ICustomTypeDescriptor)target).GetPropertyOwner(propertyInfo);
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
214public object GetPropertyOwner(PropertyDescriptor property) { return _parent.GetPropertyOwner(property); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
235public object GetPropertyOwner(PropertyDescriptor property) { return _parent.GetPropertyOwner(property); }