12 references to UIPropertyMetadata
PresentationCore (8)
System\Windows\ContentElement.cs (1)
597new UIPropertyMetadata(
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
16: base(defaultValue, propertyChangedCallback, coerceValueCallback) {}
System\Windows\Media\BitmapCacheBrush.cs (2)
379TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, propertyChangedCallback: null, CoerceTransform)); 380RelativeTransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, propertyChangedCallback: null, CoerceRelativeTransform));
System\Windows\UIElement.cs (2)
3563new UIPropertyMetadata( 3689new UIPropertyMetadata(
System\Windows\UIElement3D.cs (2)
803new UIPropertyMetadata( 923new UIPropertyMetadata(
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
135base(defaultValue, propertyChangedCallback, coerceValueCallback) 179base(defaultValue, propertyChangedCallback, coerceValueCallback)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (2)
58new UIPropertyMetadata(double.PositiveInfinity, null, new CoerceValueCallback(OnCoerceRequestedStarMaxWidth)), 72new UIPropertyMetadata(0.0, null, new CoerceValueCallback(OnCoerceAllocatedStarWidth)));