10 references to DefaultMetadata
PresentationFramework (5)
src\Framework\System\Windows\Controls\Control.cs (4)
78
Border.BorderBrushProperty.
DefaultMetadata
.DefaultValue,
100
Border.BorderThicknessProperty.
DefaultMetadata
.DefaultValue,
122
Panel.BackgroundProperty.
DefaultMetadata
.DefaultValue,
221
new FrameworkPropertyMetadata(TextElement.FontStretchProperty.
DefaultMetadata
.DefaultValue,
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
144
return property.
DefaultMetadata
.DefaultValue;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
173
this.lastSelection = (Type)TypeProperty.
DefaultMetadata
.DefaultValue;
WindowsBase (4)
Base\System\Windows\DependencyObject.cs (1)
287
return EffectiveValueEntry.CreateDefaultValueEntry(dp, dp.
DefaultMetadata
.DefaultValue);
Base\System\Windows\DependencyProperty.cs (3)
610
if (typeMetadata.DefaultValueWasSet() && (typeMetadata.DefaultValue !=
DefaultMetadata
.DefaultValue))
627
return
DefaultMetadata
.DefaultValue;
638
return
DefaultMetadata
.DefaultValue;