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)
717
new
UIPropertyMetadata
(
System\Windows\Input\Command\InputBinding.cs (1)
62
DependencyProperty.Register("Command", typeof(ICommand), typeof(InputBinding), new
UIPropertyMetadata
(null, new PropertyChangedCallback(OnCommandPropertyChanged)));
System\Windows\Input\Command\KeyBinding.cs (2)
106
DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(KeyBinding), new
UIPropertyMetadata
(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged)));
133
DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new
UIPropertyMetadata
(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
System\Windows\Input\Command\MouseBinding.cs (1)
123
DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new
UIPropertyMetadata
(MouseAction.None, new PropertyChangedCallback(OnMouseActionPropertyChanged)));
System\Windows\InterOp\D3DImage.cs (1)
49
new
UIPropertyMetadata
(
System\Windows\Media\Effects\ShaderEffect.cs (1)
343
new
UIPropertyMetadata
(Effect.ImplicitInput,
System\Windows\Media\Generated\DrawingGroup.cs (3)
856
new
UIPropertyMetadata
(EdgeMode.Unspecified,
861
new
UIPropertyMetadata
(BitmapScalingMode.Unspecified,
866
new
UIPropertyMetadata
(ClearTypeHint.Auto,
System\Windows\Media\Generated\TileBrush.cs (3)
421
new
UIPropertyMetadata
(CachingHint.Unspecified,
426
new
UIPropertyMetadata
(0.707,
431
new
UIPropertyMetadata
(1.414,
System\Windows\UIElement.cs (2)
2679
new
UIPropertyMetadata
(
3938
new
UIPropertyMetadata
(
System\Windows\UIElement3D.cs (1)
1158
new
UIPropertyMetadata
(
PresentationFramework (2)
System\Windows\FrameworkPropertyMetadata.cs (2)
123
base
(defaultValue, propertyChangedCallback)
165
base
(defaultValue, propertyChangedCallback)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\KeyTipService.cs (3)
143
new
UIPropertyMetadata
(null, new PropertyChangedCallback(OnKeyTipScopeChanged)));
433
new
UIPropertyMetadata
(null, new PropertyChangedCallback(OnCustomSiblingKeyTipElementsChanged)));
1354
new
UIPropertyMetadata
(false, new PropertyChangedCallback(OnShowingKeyTipChanged)));
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (1)
46
new
UIPropertyMetadata
(0.0, new PropertyChangedCallback(OnRequestedStarMinWidthChanged)),
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
208
new
UIPropertyMetadata
(Visibility.Visible, OnWindowIconVisibilityChanged));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
129
DependencyProperty.Register("ContextualTabGroupHeader", typeof(object), typeof(RibbonTab), new
UIPropertyMetadata
(null, new PropertyChangedCallback(OnContextualTabGroupHeaderChanged)));