25 references to UIPropertyMetadata
Microsoft.VisualStudio.LanguageServices (1)
Utilities\BindableTextBlock.cs (1)
24DependencyProperty.Register(nameof(InlineCollection), typeof(IList<Inline>), typeof(BindableTextBlock), new UIPropertyMetadata(null, OnPropertyChanged));
PresentationCore (16)
System\Windows\ContentElement.cs (1)
705new UIPropertyMetadata(
System\Windows\Input\Command\InputBinding.cs (1)
57DependencyProperty.Register("Command", typeof(ICommand), typeof(InputBinding), new UIPropertyMetadata(null, new PropertyChangedCallback(OnCommandPropertyChanged)));
System\Windows\Input\Command\KeyBinding.cs (2)
97DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(KeyBinding), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged))); 124DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
System\Windows\Input\Command\MouseBinding.cs (1)
113DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new UIPropertyMetadata(MouseAction.None, new PropertyChangedCallback(OnMouseActionPropertyChanged)));
System\Windows\InterOp\D3DImage.cs (1)
36new UIPropertyMetadata(
System\Windows\Media\Effects\ShaderEffect.cs (1)
326new UIPropertyMetadata(Effect.ImplicitInput,
System\Windows\Media\Generated\DrawingGroup.cs (3)
864new UIPropertyMetadata(EdgeMode.Unspecified, 869new UIPropertyMetadata(BitmapScalingMode.Unspecified, 874new UIPropertyMetadata(ClearTypeHint.Auto,
System\Windows\Media\Generated\TileBrush.cs (3)
402new UIPropertyMetadata(CachingHint.Unspecified, 407new UIPropertyMetadata(0.707, 412new UIPropertyMetadata(1.414,
System\Windows\UIElement.cs (2)
2665new UIPropertyMetadata( 3917new UIPropertyMetadata(
System\Windows\UIElement3D.cs (1)
1141new UIPropertyMetadata(
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
120base(defaultValue, propertyChangedCallback) 162base(defaultValue, propertyChangedCallback)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (3)
140new UIPropertyMetadata(null, new PropertyChangedCallback(OnKeyTipScopeChanged))); 427new UIPropertyMetadata(null, new PropertyChangedCallback(OnCustomSiblingKeyTipElementsChanged))); 1346new UIPropertyMetadata(false, new PropertyChangedCallback(OnShowingKeyTipChanged)));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (1)
44new UIPropertyMetadata(0.0, new PropertyChangedCallback(OnRequestedStarMinWidthChanged)),
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
204new UIPropertyMetadata(Visibility.Visible, OnWindowIconVisibilityChanged));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
126DependencyProperty.Register("ContextualTabGroupHeader", typeof(object), typeof(RibbonTab), new UIPropertyMetadata(null, new PropertyChangedCallback(OnContextualTabGroupHeaderChanged)));