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