31 references to UIPropertyMetadata
PresentationCore (24)
MS\Internal\Media\TextOptionsInternal.cs (1)
31
new
UIPropertyMetadata
(TextHintingMode.Auto),
System\Windows\Automation\AutomationProperties.cs (14)
19
new
UIPropertyMetadata
(string.Empty),
52
new
UIPropertyMetadata
(string.Empty),
85
new
UIPropertyMetadata
(string.Empty),
118
new
UIPropertyMetadata
(string.Empty),
151
new
UIPropertyMetadata
(string.Empty),
184
new
UIPropertyMetadata
(string.Empty),
217
new
UIPropertyMetadata
(string.Empty),
346
new
UIPropertyMetadata
((UIElement)null));
378
new
UIPropertyMetadata
(IsOffscreenBehavior.Default));
410
new
UIPropertyMetadata
(AutomationLiveSetting.Off));
446
new
UIPropertyMetadata
(AutomationProperties.AutomationPositionInSetDefault));
482
new
UIPropertyMetadata
(AutomationProperties.AutomationSizeOfSetDefault));
511
new
UIPropertyMetadata
(AutomationHeadingLevel.None));
540
new
UIPropertyMetadata
(false));
System\Windows\Media\Animation\Animatable.cs (1)
139
propertyMetadata = new
UIPropertyMetadata
(defaultValue);
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
13
internal IndependentlyAnimatedPropertyMetadata(object defaultValue) :
base
(defaultValue) {}
System\Windows\Media\RenderOptions.cs (6)
35
new
UIPropertyMetadata
(EdgeMode.Unspecified),
68
new
UIPropertyMetadata
(BitmapScalingMode.Unspecified),
101
new
UIPropertyMetadata
(ClearTypeHint.Auto),
135
new
UIPropertyMetadata
(CachingHint.Unspecified),
168
new
UIPropertyMetadata
(0.707),
201
new
UIPropertyMetadata
(1.414),
System\Windows\UIElement.cs (1)
2930
new
UIPropertyMetadata
(String.Empty));
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
83
base
(defaultValue)
148
base
(defaultValue)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1296
DependencyProperty.RegisterAttached("CanClipKeyTip", typeof(bool), typeof(KeyTipService), new
UIPropertyMetadata
(true));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (1)
31
new
UIPropertyMetadata
(0.0),
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (3)
157
DependencyProperty.RegisterReadOnly("HasHeader", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));
235
DependencyProperty.RegisterReadOnly("HasFooter", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));
259
DependencyProperty.RegisterReadOnly("IsPlacementTargetInRibbonGroup", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));