2 types derived from UIPropertyMetadata
PresentationCore (1)
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
14internal class IndependentlyAnimatedPropertyMetadata : UIPropertyMetadata
PresentationFramework (1)
System\Windows\FrameworkPropertyMetadata.cs (1)
67public class FrameworkPropertyMetadata : UIPropertyMetadata
104 instantiations of UIPropertyMetadata
Microsoft.VisualStudio.LanguageServices (1)
Utilities\BindableTextBlock.cs (1)
24DependencyProperty.Register(nameof(InlineCollection), typeof(IList<Inline>), typeof(BindableTextBlock), new UIPropertyMetadata(null, OnPropertyChanged));
PresentationCore (59)
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\ContentElement.cs (2)
609new UIPropertyMetadata( 717new UIPropertyMetadata(
System\Windows\Input\Command\InputBinding.cs (1)
62DependencyProperty.Register("Command", typeof(ICommand), typeof(InputBinding), new UIPropertyMetadata(null, new PropertyChangedCallback(OnCommandPropertyChanged)));
System\Windows\Input\Command\KeyBinding.cs (2)
106DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(KeyBinding), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged))); 133DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
System\Windows\Input\Command\MouseBinding.cs (1)
123DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new UIPropertyMetadata(MouseAction.None, new PropertyChangedCallback(OnMouseActionPropertyChanged)));
System\Windows\InterOp\D3DImage.cs (1)
49new UIPropertyMetadata(
System\Windows\Media\Animation\Animatable.cs (1)
146propertyMetadata = new UIPropertyMetadata(defaultValue);
System\Windows\Media\BitmapCacheBrush.cs (2)
394TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceTransform)); 395RelativeTransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceRelativeTransform));
System\Windows\Media\Effects\ShaderEffect.cs (1)
343new UIPropertyMetadata(Effect.ImplicitInput,
System\Windows\Media\Generated\DrawingGroup.cs (3)
856new UIPropertyMetadata(EdgeMode.Unspecified, 861new UIPropertyMetadata(BitmapScalingMode.Unspecified, 866new UIPropertyMetadata(ClearTypeHint.Auto,
System\Windows\Media\Generated\TileBrush.cs (3)
421new UIPropertyMetadata(CachingHint.Unspecified, 426new UIPropertyMetadata(0.707, 431new UIPropertyMetadata(1.414,
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\Media3D\Viewport2DVisual3D.cs (3)
892new UIPropertyMetadata( 908new UIPropertyMetadata( 925new UIPropertyMetadata(
System\Windows\UIElement.cs (14)
85new UIPropertyMetadata(new PropertyChangedCallback(EdgeMode_Changed))); 89new UIPropertyMetadata(new PropertyChangedCallback(BitmapScalingMode_Changed))); 93new UIPropertyMetadata(new PropertyChangedCallback(ClearTypeHint_Changed))); 97new UIPropertyMetadata(new PropertyChangedCallback(TextHintingMode_Changed))); 2679new UIPropertyMetadata( 2714new UIPropertyMetadata(new PropertyChangedCallback(OpacityMask_Changed))); 2746new UIPropertyMetadata(new PropertyChangedCallback(OnBitmapEffectChanged))); 2780new UIPropertyMetadata(new PropertyChangedCallback(OnEffectChanged))); 2810new UIPropertyMetadata(new PropertyChangedCallback(OnBitmapEffectInputChanged))); 2887new UIPropertyMetadata(new PropertyChangedCallback(OnCacheModeChanged))); 2935new UIPropertyMetadata(String.Empty)); 3583new UIPropertyMetadata( 3710new UIPropertyMetadata( 3938new UIPropertyMetadata(
System\Windows\UIElement3D.cs (3)
819new UIPropertyMetadata( 940new UIPropertyMetadata( 1158new UIPropertyMetadata(
System\Windows\UIPropertyMetadata.cs (1)
93return new UIPropertyMetadata();
PresentationFramework (26)
System\Windows\Controls\ComboBox.cs (2)
69IsEnabledProperty.OverrideMetadata(typeof(ComboBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 70IsMouseOverPropertyKey.OverrideMetadata(typeof(ComboBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\DataGridCell.cs (1)
47IsMouseOverPropertyKey.OverrideMetadata(typeof(DataGridCell), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\DataGridRow.cs (1)
110IsMouseOverPropertyKey.OverrideMetadata(typeof(DataGridRow), new UIPropertyMetadata(new PropertyChangedCallback(OnNotifyRowAndRowHeaderPropertyChanged)));
System\Windows\Controls\DatePicker.cs (1)
93IsEnabledProperty.OverrideMetadata(typeof(DatePicker), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged)));
System\Windows\Controls\Expander.cs (2)
64IsMouseOverPropertyKey.OverrideMetadata(typeof(Expander), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 65IsEnabledProperty.OverrideMetadata(typeof(Expander), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\ListBoxItem.cs (2)
56IsEnabledProperty.OverrideMetadata(typeof(ListBoxItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 57IsMouseOverPropertyKey.OverrideMetadata(typeof(ListBoxItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\PasswordBox.cs (2)
83IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 84IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\Primitives\ButtonBase.cs (2)
47IsMouseOverPropertyKey.OverrideMetadata(typeof(ButtonBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 48IsEnabledProperty.OverrideMetadata(typeof(ButtonBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\Primitives\CalendarItem.cs (1)
69IsEnabledProperty.OverrideMetadata(typeof(CalendarItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\Primitives\RangeBase.cs (2)
42IsEnabledProperty.OverrideMetadata(typeof(RangeBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 43IsMouseOverPropertyKey.OverrideMetadata(typeof(RangeBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
71IsEnabledProperty.OverrideMetadata(typeof(TextBoxBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 72IsMouseOverPropertyKey.OverrideMetadata(typeof(TextBoxBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\Primitives\Thumb.cs (2)
60IsEnabledProperty.OverrideMetadata(typeof(Thumb), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 61IsMouseOverPropertyKey.OverrideMetadata(typeof(Thumb), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\Primitives\Track.cs (1)
46IsEnabledProperty.OverrideMetadata(typeof(Track), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged)));
System\Windows\Controls\TabControl.cs (1)
50IsEnabledProperty.OverrideMetadata(typeof(TabControl), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\TabItem.cs (2)
61IsEnabledProperty.OverrideMetadata(typeof(TabItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 62IsMouseOverPropertyKey.OverrideMetadata(typeof(TabItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System\Windows\Controls\TreeViewItem.cs (2)
43IsMouseOverPropertyKey.OverrideMetadata(typeof(TreeViewItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 44IsEnabledProperty.OverrideMetadata(typeof(TreeViewItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
System.Windows.Controls.Ribbon (18)
Microsoft\Windows\Controls\KeyTipService.cs (6)
143new UIPropertyMetadata(null, new PropertyChangedCallback(OnKeyTipScopeChanged))); 433new UIPropertyMetadata(null, new PropertyChangedCallback(OnCustomSiblingKeyTipElementsChanged))); 1298DependencyProperty.RegisterAttached("CanClipKeyTip", typeof(bool), typeof(KeyTipService), new UIPropertyMetadata(true)); 1347DependencyProperty.RegisterAttached("KeyTipAdorner", typeof(KeyTipAdorner), typeof(KeyTipService), new UIPropertyMetadata(null)); 1350DependencyProperty.RegisterAttached("KeyTipAdornerHolder", typeof(UIElement), typeof(KeyTipService), new UIPropertyMetadata(null)); 1354new UIPropertyMetadata(false, new PropertyChangedCallback(OnShowingKeyTipChanged)));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (4)
32new UIPropertyMetadata(0.0), 46new UIPropertyMetadata(0.0, new PropertyChangedCallback(OnRequestedStarMinWidthChanged)), 60new UIPropertyMetadata(double.PositiveInfinity, null, new CoerceValueCallback(OnCoerceRequestedStarMaxWidth)), 74new UIPropertyMetadata(0.0, null, new CoerceValueCallback(OnCoerceAllocatedStarWidth)));
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
208new UIPropertyMetadata(Visibility.Visible, OnWindowIconVisibilityChanged));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
129DependencyProperty.Register("ContextualTabGroupHeader", typeof(object), typeof(RibbonTab), new UIPropertyMetadata(null, new PropertyChangedCallback(OnContextualTabGroupHeaderChanged)));
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (6)
160DependencyProperty.RegisterReadOnly("HasHeader", typeof(bool), typeof(RibbonToolTip), new UIPropertyMetadata(false)); 193DependencyProperty.Register("FooterTitle", typeof(string), typeof(RibbonToolTip), new UIPropertyMetadata(new PropertyChangedCallback(OnToolTipFooterPropertyChanged))); 208DependencyProperty.Register("FooterDescription", typeof(string), typeof(RibbonToolTip), new UIPropertyMetadata(new PropertyChangedCallback(OnToolTipFooterPropertyChanged))); 223DependencyProperty.Register("FooterImageSource", typeof(ImageSource), typeof(RibbonToolTip), new UIPropertyMetadata(new PropertyChangedCallback(OnToolTipFooterPropertyChanged))); 238DependencyProperty.RegisterReadOnly("HasFooter", typeof(bool), typeof(RibbonToolTip), new UIPropertyMetadata(false)); 262DependencyProperty.RegisterReadOnly("IsPlacementTargetInRibbonGroup", typeof(bool), typeof(RibbonToolTip), new UIPropertyMetadata(false));
3 references to UIPropertyMetadata
PresentationCore (3)
System\Windows\Media\Animation\Animatable.cs (1)
135UIPropertyMetadata propertyMetadata;
System\Windows\Media\Animation\AnimationStorage.cs (2)
1036UIPropertyMetadata uiMetadata = dp.GetMetadata(d.DependencyObjectType) as UIPropertyMetadata;