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