31 references to UIPropertyMetadata
PresentationCore (24)
MS\Internal\Media\TextOptionsInternal.cs (1)
32
new
UIPropertyMetadata
(TextHintingMode.Auto),
System\Windows\Automation\AutomationProperties.cs (14)
21
new
UIPropertyMetadata
(string.Empty),
54
new
UIPropertyMetadata
(string.Empty),
87
new
UIPropertyMetadata
(string.Empty),
120
new
UIPropertyMetadata
(string.Empty),
153
new
UIPropertyMetadata
(string.Empty),
186
new
UIPropertyMetadata
(string.Empty),
219
new
UIPropertyMetadata
(string.Empty),
348
new
UIPropertyMetadata
((UIElement)null));
380
new
UIPropertyMetadata
(IsOffscreenBehavior.Default));
412
new
UIPropertyMetadata
(AutomationLiveSetting.Off));
448
new
UIPropertyMetadata
(AutomationProperties.AutomationPositionInSetDefault));
484
new
UIPropertyMetadata
(AutomationProperties.AutomationSizeOfSetDefault));
513
new
UIPropertyMetadata
(AutomationHeadingLevel.None));
542
new
UIPropertyMetadata
(false));
System\Windows\Media\Animation\Animatable.cs (1)
146
propertyMetadata = new
UIPropertyMetadata
(defaultValue);
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
16
internal IndependentlyAnimatedPropertyMetadata(object defaultValue) :
base
(defaultValue) {}
System\Windows\Media\RenderOptions.cs (6)
39
new
UIPropertyMetadata
(EdgeMode.Unspecified),
72
new
UIPropertyMetadata
(BitmapScalingMode.Unspecified),
105
new
UIPropertyMetadata
(ClearTypeHint.Auto),
139
new
UIPropertyMetadata
(CachingHint.Unspecified),
172
new
UIPropertyMetadata
(0.707),
205
new
UIPropertyMetadata
(1.414),
System\Windows\UIElement.cs (1)
2935
new
UIPropertyMetadata
(String.Empty));
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
85
base
(defaultValue)
150
base
(defaultValue)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1298
DependencyProperty.RegisterAttached("CanClipKeyTip", typeof(bool), typeof(KeyTipService), new
UIPropertyMetadata
(true));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (1)
32
new
UIPropertyMetadata
(0.0),
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (3)
160
DependencyProperty.RegisterReadOnly("HasHeader", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));
238
DependencyProperty.RegisterReadOnly("HasFooter", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));
262
DependencyProperty.RegisterReadOnly("IsPlacementTargetInRibbonGroup", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));