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