31 references to UIPropertyMetadata
PresentationCore (16)
Core\CSharp\System\Windows\ContentElement.cs (1)
723new UIPropertyMetadata(
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
73DependencyProperty.Register("Command", typeof(ICommand), typeof(InputBinding), new UIPropertyMetadata(null, new PropertyChangedCallback(OnCommandPropertyChanged)));
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (2)
113DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(KeyBinding), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged))); 140DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
128DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new UIPropertyMetadata(MouseAction.None, new PropertyChangedCallback(OnMouseActionPropertyChanged)));
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
58new UIPropertyMetadata(
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
345new UIPropertyMetadata(Effect.ImplicitInput,
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (3)
901new UIPropertyMetadata(EdgeMode.Unspecified, 906new UIPropertyMetadata(BitmapScalingMode.Unspecified, 911new UIPropertyMetadata(ClearTypeHint.Auto,
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (3)
427new UIPropertyMetadata(CachingHint.Unspecified, 432new UIPropertyMetadata(0.707, 437new UIPropertyMetadata(1.414,
Core\CSharp\System\Windows\UIElement.cs (2)
2708new UIPropertyMetadata( 3979new UIPropertyMetadata(
Core\CSharp\System\Windows\UIElement3D.cs (1)
1172new UIPropertyMetadata(
PresentationFramework (2)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (2)
122base(defaultValue, propertyChangedCallback) 164base(defaultValue, propertyChangedCallback)
System.Activities.Core.Presentation (9)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (4)
41new UIPropertyMetadata(true, OnIsDirectionReadOnlyChanged)); 727new UIPropertyMetadata(string.Empty, OnArgumentPropertyChanged)); 733new UIPropertyMetadata(typeof(string), OnArgumentPropertyChanged)); 739new UIPropertyMetadata(ArgumentDirection.In, OnArgumentPropertyChanged));
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (2)
26new UIPropertyMetadata(false, OnIsSelectionValidChanged)); 46new UIPropertyMetadata(null, OnTypesToExpandChanged));
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
182DependencyProperty.Register("Key", typeof(string), typeof(CorrelationDataWrapper), new UIPropertyMetadata(string.Empty, OnKeyChanged));
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
31new UIPropertyMetadata(null, OnTypeCollectionChanged));
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
39new UIPropertyMetadata(null, OnMessageQuerySetContainerChanged));
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
39new UIPropertyMetadata(null, OnPlacementTargetChanged)); 51new UIPropertyMetadata(PlacementMode.Absolute, OnPlacementModeChanged));
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
41new UIPropertyMetadata(null, new PropertyChangedCallback(OnVariableScopeChanged)));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
35DependencyProperty.Register("HintText", typeof(string), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(String.Empty, new PropertyChangedCallback(WorkflowItemsPresenter.OnHintTextChanged)));