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