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