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