11 references to UIPropertyMetadata
PresentationCore (8)
Core\CSharp\System\Windows\ContentElement.cs (1)
615new UIPropertyMetadata(
Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
17: base(defaultValue, propertyChangedCallback, coerceValueCallback) {}
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
397TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceTransform)); 398RelativeTransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceRelativeTransform));
Core\CSharp\System\Windows\UIElement.cs (2)
3618new UIPropertyMetadata( 3745new UIPropertyMetadata(
Core\CSharp\System\Windows\UIElement3D.cs (2)
827new UIPropertyMetadata( 948new UIPropertyMetadata(
PresentationFramework (2)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (2)
137base(defaultValue, propertyChangedCallback, coerceValueCallback) 181base(defaultValue, propertyChangedCallback, coerceValueCallback)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
32DependencyProperty.Register("NameString", typeof(string), typeof(VBIdentifierDesigner), new UIPropertyMetadata(null, null, OnNameChanging));