31 references to UIPropertyMetadata
PresentationCore (24)
MS\Internal\Media\TextOptionsInternal.cs (1)
30
new
UIPropertyMetadata
(TextHintingMode.Auto),
System\Windows\Automation\AutomationProperties.cs (14)
18
new
UIPropertyMetadata
(string.Empty),
51
new
UIPropertyMetadata
(string.Empty),
84
new
UIPropertyMetadata
(string.Empty),
117
new
UIPropertyMetadata
(string.Empty),
150
new
UIPropertyMetadata
(string.Empty),
183
new
UIPropertyMetadata
(string.Empty),
216
new
UIPropertyMetadata
(string.Empty),
345
new
UIPropertyMetadata
((UIElement)null));
377
new
UIPropertyMetadata
(IsOffscreenBehavior.Default));
409
new
UIPropertyMetadata
(AutomationLiveSetting.Off));
445
new
UIPropertyMetadata
(AutomationProperties.AutomationPositionInSetDefault));
481
new
UIPropertyMetadata
(AutomationProperties.AutomationSizeOfSetDefault));
510
new
UIPropertyMetadata
(AutomationHeadingLevel.None));
539
new
UIPropertyMetadata
(false));
System\Windows\Media\Animation\Animatable.cs (1)
127
propertyMetadata = new
UIPropertyMetadata
(defaultValue);
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
12
internal IndependentlyAnimatedPropertyMetadata(object defaultValue) :
base
(defaultValue) {}
System\Windows\Media\RenderOptions.cs (6)
34
new
UIPropertyMetadata
(EdgeMode.Unspecified),
67
new
UIPropertyMetadata
(BitmapScalingMode.Unspecified),
100
new
UIPropertyMetadata
(ClearTypeHint.Auto),
134
new
UIPropertyMetadata
(CachingHint.Unspecified),
167
new
UIPropertyMetadata
(0.707),
200
new
UIPropertyMetadata
(1.414),
System\Windows\UIElement.cs (1)
2921
new
UIPropertyMetadata
(String.Empty));
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
82
base
(defaultValue)
147
base
(defaultValue)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1290
DependencyProperty.RegisterAttached("CanClipKeyTip", typeof(bool), typeof(KeyTipService), new
UIPropertyMetadata
(true));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (1)
30
new
UIPropertyMetadata
(0.0),
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (3)
156
DependencyProperty.RegisterReadOnly("HasHeader", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));
234
DependencyProperty.RegisterReadOnly("HasFooter", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));
258
DependencyProperty.RegisterReadOnly("IsPlacementTargetInRibbonGroup", typeof(bool), typeof(RibbonToolTip), new
UIPropertyMetadata
(false));