47 references to PropertyMetadata
PresentationCore (4)
Core\CSharp\System\Windows\Input\FocusManager.cs (1)
99new PropertyMetadata(new PropertyChangedCallback(OnFocusedElementChanged)));
Core\CSharp\System\Windows\Media3D\ModelUIElement3D.cs (1)
62new PropertyMetadata(ModelPropertyChanged),
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
143new PropertyMetadata(ContentPropertyChanged),
Core\CSharp\System\Windows\UIPropertyMetadata.cs (1)
37base(propertyChangedCallback)
PresentationFramework (8)
src\Framework\System\Windows\Controls\Control.cs (1)
45IsKeyboardFocusedPropertyKey.OverrideMetadata(typeof(Control), new PropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\GridViewColumn.cs (2)
322new PropertyMetadata( 353new PropertyMetadata(
src\Framework\System\Windows\Controls\ListView.cs (1)
73new PropertyMetadata(
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
63"Watermark", typeof(object), typeof(DatePickerTextBox), new PropertyMetadata(OnWatermarkPropertyChanged));
src\Framework\System\Windows\FrameworkElement.cs (2)
5642new PropertyMetadata(null)); // default value 5659new PropertyMetadata(null)); // default value
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
58new PropertyMetadata(null));
System.Activities.Core.Presentation (9)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
25DependencyProperty.Register("Value", typeof(object), typeof(CaseKeyBox), new PropertyMetadata(OnValueChanged)); 28DependencyProperty.Register("ValueType", typeof(Type), typeof(CaseKeyBox), new PropertyMetadata(OnValueTypeChanged));
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (3)
17public static readonly DependencyProperty ItemTemplateProperty = DependencyProperty.Register("ItemTemplate", typeof(DataTemplate), typeof(ReorderableListEditor), new PropertyMetadata(null)); 18public static readonly DependencyProperty ListProperty = DependencyProperty.Register("List", typeof(ObservableCollection<ExpandableItemWrapper>), typeof(ReorderableListEditor), new PropertyMetadata(null)); 19public static readonly DependencyProperty SelectedListItemProperty = DependencyProperty.Register("SelectedListItem", typeof(ExpandableItemWrapper), typeof(ReorderableListEditor), new PropertyMetadata(null));
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (3)
30public static readonly DependencyProperty NewTransitionProperty = DependencyProperty.Register("NewTransition", typeof(object), typeof(TransitionDesigner), new PropertyMetadata(null)); 31public static readonly DependencyProperty TransitionsSharingTriggerProperty = DependencyProperty.Register("TransitionsSharingTrigger", typeof(ObservableCollection<ExpandableItemWrapper>), typeof(TransitionDesigner), new PropertyMetadata(null)); 32public static readonly DependencyProperty SelectedTransitionProperty = DependencyProperty.Register("SelectedTransition", typeof(ExpandableItemWrapper), typeof(TransitionDesigner), new PropertyMetadata(null));
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (1)
23new PropertyMetadata(OnBindingChanged));
System.Activities.Presentation (26)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateInfoPresenter.xaml.cs (1)
15public static readonly DependencyProperty DelegateInfoProperty = DependencyProperty.Register("DelegateInfo", typeof(ActivityDelegateInfo), typeof(ActivityDelegateInfoPresenter), new PropertyMetadata(new PropertyChangedCallback(OnDelegateInfoChanged)));
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (2)
27public static readonly DependencyProperty ActivityDelegateProperty = DependencyProperty.Register("ActivityDelegate", typeof(ModelItem), typeof(ActivityDelegatePresenter), new PropertyMetadata(new PropertyChangedCallback(ActivityDelegatePresenter.OnActivityDelegateChanged))); 28public static readonly DependencyProperty HandlerProperty = DependencyProperty.Register("Handler", typeof(ModelItem), typeof(ActivityDelegatePresenter), new PropertyMetadata(new PropertyChangedCallback(ActivityDelegatePresenter.OnHandlerChanged)));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\AutomatedChoiceEditor.cs (1)
29new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
21DependencyProperty.Register("FlagType", typeof(Type), typeof(FlagEditor), new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (6)
65public static readonly DependencyProperty BeginCommandProperty = DependencyProperty.Register("BeginCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 66public static readonly DependencyProperty UpdateCommandProperty = DependencyProperty.Register("UpdateCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 67public static readonly DependencyProperty CancelCommandProperty = DependencyProperty.Register("CancelCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 68public static readonly DependencyProperty CommitCommandProperty = DependencyProperty.Register("CommitCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 69public static readonly DependencyProperty FinishEditingCommandProperty = DependencyProperty.Register("FinishEditingCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 71public static readonly DependencyProperty ComboBoxLoadingCursorProperty = DependencyProperty.Register("ComboBoxLoadingCursor", typeof(Cursor), typeof(ChoiceEditor), new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (5)
30public static readonly DependencyProperty BeginCommandProperty = DependencyProperty.Register("BeginCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 31public static readonly DependencyProperty CommitCommandProperty = DependencyProperty.Register("CommitCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 32public static readonly DependencyProperty CancelCommandProperty = DependencyProperty.Register("CancelCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 33public static readonly DependencyProperty FinishEditingCommandProperty = DependencyProperty.Register("FinishEditingCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 34public static readonly DependencyProperty LostFocusCommandProperty = DependencyProperty.Register("LostFocusCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
46new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
31new PropertyMetadata(new PropertyChangedCallback(OnEditedTypeChanged)));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
27new PropertyMetadata(OnDesignerChanged));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
98VisibilityProperty.AddOwner(typeof(ExtensionWindow), new PropertyMetadata(OnVisibilityChanged));
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
33new PropertyMetadata(new PropertyChangedCallback(OnContextChanged))); 63new PropertyMetadata(new PropertyChangedCallback(OnFilterChanged)));
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
17private static DependencyProperty versionProperty = DependencyProperty.Register("Version", typeof(Version), typeof(VersionEditor), new PropertyMetadata(new PropertyChangedCallback(VersionEditor.OnVersionChanged)));
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
66new PropertyMetadata(null)); 69new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (1)
20new PropertyMetadata(OnModelItemChanged));