12 references to UIPropertyMetadata
PresentationCore (8)
System\Windows\ContentElement.cs (1)
609new UIPropertyMetadata(
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
20: base(defaultValue, propertyChangedCallback, coerceValueCallback) {}
System\Windows\Media\BitmapCacheBrush.cs (2)
394TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceTransform)); 395RelativeTransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceRelativeTransform));
System\Windows\UIElement.cs (2)
3583new UIPropertyMetadata( 3710new UIPropertyMetadata(
System\Windows\UIElement3D.cs (2)
819new UIPropertyMetadata( 940new UIPropertyMetadata(
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
138base(defaultValue, propertyChangedCallback, coerceValueCallback) 182base(defaultValue, propertyChangedCallback, coerceValueCallback)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (2)
60new UIPropertyMetadata(double.PositiveInfinity, null, new CoerceValueCallback(OnCoerceRequestedStarMaxWidth)), 74new UIPropertyMetadata(0.0, null, new CoerceValueCallback(OnCoerceAllocatedStarWidth)));