34 implementations of GetDefaultProperty
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
124public virtual PropertyDescriptor GetDefaultProperty()
compmod\system\componentmodel\TypeDescriptor.cs (4)
3554PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() 3783PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() 4180PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() 4500PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
171PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() 359PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
System\Activities\DynamicActivityTypeDescriptor.cs (1)
67public PropertyDescriptor GetDefaultProperty()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
725PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() { return _parent.GetDefaultProperty(); }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
211public PropertyDescriptor GetDefaultProperty()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1232PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
355PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
725PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() { return _parent.GetDefaultProperty(); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
211public PropertyDescriptor GetDefaultProperty()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1232PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
355PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
308PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
497PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
109PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
fx\src\data\System\Data\DataRowView.cs (1)
279PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
77PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
43PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
UI\WebControls\ErrorTableItemStyle.cs (1)
41PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
UI\WebControls\SubMenuStyle.cs (1)
250 PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
60PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
UI\WebControls\XmlHierarchyData.cs (1)
149PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
UI\WebParts\WebPartMenuStyle.cs (1)
160PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
83PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() { return null; }
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1109PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2775PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
523PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
573PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
210public PropertyDescriptor GetDefaultProperty() { return _parent.GetDefaultProperty(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
231public PropertyDescriptor GetDefaultProperty() { return _parent.GetDefaultProperty(); }
11 references to GetDefaultProperty
System (7)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
128return _parent.GetDefaultProperty();
compmod\system\componentmodel\TypeDescriptor.cs (6)
1604return GetDescriptor(componentType, "componentType").GetDefaultProperty(); 1627return GetDescriptor(component, noCustomTypeDesc).GetDefaultProperty(); 3785PropertyDescriptor prop = _primary.GetDefaultProperty(); 3788prop = _secondary.GetDefaultProperty(); 4195return desc.GetDefaultProperty(); 4516defaultProperty = desc.GetDefaultProperty();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
725PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() { return _parent.GetDefaultProperty(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
725PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() { return _parent.GetDefaultProperty(); }
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
210public PropertyDescriptor GetDefaultProperty() { return _parent.GetDefaultProperty(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
231public PropertyDescriptor GetDefaultProperty() { return _parent.GetDefaultProperty(); }