12 references to UIPropertyMetadata
PresentationCore (8)
System\Windows\ContentElement.cs (1)
598new UIPropertyMetadata(
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
17: base(defaultValue, propertyChangedCallback, coerceValueCallback) {}
System\Windows\Media\BitmapCacheBrush.cs (2)
380TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, propertyChangedCallback: null, CoerceTransform)); 381RelativeTransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, propertyChangedCallback: null, CoerceRelativeTransform));
System\Windows\UIElement.cs (2)
3564new UIPropertyMetadata( 3690new UIPropertyMetadata(
System\Windows\UIElement3D.cs (2)
804new UIPropertyMetadata( 924new UIPropertyMetadata(
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
136base(defaultValue, propertyChangedCallback, coerceValueCallback) 180base(defaultValue, propertyChangedCallback, coerceValueCallback)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (2)
59new UIPropertyMetadata(double.PositiveInfinity, null, new CoerceValueCallback(OnCoerceRequestedStarMaxWidth)), 73new UIPropertyMetadata(0.0, null, new CoerceValueCallback(OnCoerceAllocatedStarWidth)));