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