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