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