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)
706new UIPropertyMetadata(
System\Windows\Input\Command\InputBinding.cs (1)
58DependencyProperty.Register("Command", typeof(ICommand), typeof(InputBinding), new UIPropertyMetadata(null, new PropertyChangedCallback(OnCommandPropertyChanged)));
System\Windows\Input\Command\KeyBinding.cs (2)
98DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(KeyBinding), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged))); 125DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
System\Windows\Input\Command\MouseBinding.cs (1)
114DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new UIPropertyMetadata(MouseAction.None, new PropertyChangedCallback(OnMouseActionPropertyChanged)));
System\Windows\InterOp\D3DImage.cs (1)
37new UIPropertyMetadata(
System\Windows\Media\Effects\ShaderEffect.cs (1)
330new UIPropertyMetadata(Effect.ImplicitInput,
System\Windows\Media\Generated\DrawingGroup.cs (3)
830new UIPropertyMetadata(EdgeMode.Unspecified, 835new UIPropertyMetadata(BitmapScalingMode.Unspecified, 840new UIPropertyMetadata(ClearTypeHint.Auto,
System\Windows\Media\Generated\TileBrush.cs (3)
391new UIPropertyMetadata(CachingHint.Unspecified, 396new UIPropertyMetadata(0.707, 401new UIPropertyMetadata(1.414,
System\Windows\UIElement.cs (2)
2666new UIPropertyMetadata( 3925new UIPropertyMetadata(
System\Windows\UIElement3D.cs (1)
1143new UIPropertyMetadata(
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
121base(defaultValue, propertyChangedCallback) 163base(defaultValue, propertyChangedCallback)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (3)
141new UIPropertyMetadata(null, new PropertyChangedCallback(OnKeyTipScopeChanged))); 431new UIPropertyMetadata(null, new PropertyChangedCallback(OnCustomSiblingKeyTipElementsChanged))); 1356new UIPropertyMetadata(false, new PropertyChangedCallback(OnShowingKeyTipChanged)));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (1)
45new UIPropertyMetadata(0.0, new PropertyChangedCallback(OnRequestedStarMinWidthChanged)),
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
205new UIPropertyMetadata(Visibility.Visible, OnWindowIconVisibilityChanged));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
127DependencyProperty.Register("ContextualTabGroupHeader", typeof(object), typeof(RibbonTab), new UIPropertyMetadata(null, new PropertyChangedCallback(OnContextualTabGroupHeaderChanged)));