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