90 references to UIPropertyMetadata
PresentationCore (12)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
902new UIPropertyMetadata( 918new UIPropertyMetadata( 935new UIPropertyMetadata(
Core\CSharp\System\Windows\UIElement.cs (9)
92new UIPropertyMetadata(new PropertyChangedCallback(EdgeMode_Changed))); 96new UIPropertyMetadata(new PropertyChangedCallback(BitmapScalingMode_Changed))); 100new UIPropertyMetadata(new PropertyChangedCallback(ClearTypeHint_Changed))); 104new UIPropertyMetadata(new PropertyChangedCallback(TextHintingMode_Changed))); 2743new UIPropertyMetadata(new PropertyChangedCallback(OpacityMask_Changed))); 2775new UIPropertyMetadata(new PropertyChangedCallback(OnBitmapEffectChanged))); 2809new UIPropertyMetadata(new PropertyChangedCallback(OnEffectChanged))); 2839new UIPropertyMetadata(new PropertyChangedCallback(OnBitmapEffectInputChanged))); 2916new UIPropertyMetadata(new PropertyChangedCallback(OnCacheModeChanged)));
PresentationFramework (28)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
70IsEnabledProperty.OverrideMetadata(typeof(ComboBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 71IsMouseOverPropertyKey.OverrideMetadata(typeof(ComboBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
45IsMouseOverPropertyKey.OverrideMetadata(typeof(DataGridCell), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
111IsMouseOverPropertyKey.OverrideMetadata(typeof(DataGridRow), new UIPropertyMetadata(new PropertyChangedCallback(OnNotifyRowAndRowHeaderPropertyChanged)));
src\Framework\System\Windows\Controls\DatePicker.cs (1)
94IsEnabledProperty.OverrideMetadata(typeof(DatePicker), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged)));
src\Framework\System\Windows\Controls\Expander.cs (2)
65IsMouseOverPropertyKey.OverrideMetadata(typeof(Expander), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 66IsEnabledProperty.OverrideMetadata(typeof(Expander), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\ListBoxItem.cs (2)
56IsEnabledProperty.OverrideMetadata(typeof(ListBoxItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 57IsMouseOverPropertyKey.OverrideMetadata(typeof(ListBoxItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
86IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 87IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (2)
44IsMouseOverPropertyKey.OverrideMetadata(typeof(ButtonBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 45IsEnabledProperty.OverrideMetadata(typeof(ButtonBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
70IsEnabledProperty.OverrideMetadata(typeof(CalendarItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (2)
43IsEnabledProperty.OverrideMetadata(typeof(RangeBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 44IsMouseOverPropertyKey.OverrideMetadata(typeof(RangeBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
74IsEnabledProperty.OverrideMetadata(typeof(TextBoxBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 75IsMouseOverPropertyKey.OverrideMetadata(typeof(TextBoxBase), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (2)
57IsEnabledProperty.OverrideMetadata(typeof(Thumb), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 58IsMouseOverPropertyKey.OverrideMetadata(typeof(Thumb), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
48IsEnabledProperty.OverrideMetadata(typeof(Track), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged)));
src\Framework\System\Windows\Controls\TabControl.cs (1)
51IsEnabledProperty.OverrideMetadata(typeof(TabControl), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\TabItem.cs (2)
62IsEnabledProperty.OverrideMetadata(typeof(TabItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 63IsMouseOverPropertyKey.OverrideMetadata(typeof(TabItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
44IsMouseOverPropertyKey.OverrideMetadata(typeof(TreeViewItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 45IsEnabledProperty.OverrideMetadata(typeof(TreeViewItem), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (2)
95base(propertyChangedCallback) 108base(propertyChangedCallback)
System.Activities.Core.Presentation (19)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
32new UIPropertyMetadata(new PropertyChangedCallback(OnShowAllConditionsChanged)));
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
31static DependencyProperty caseProperty = DependencyProperty.Register("Case", typeof(object), typeof(FlowSwitchCaseEditorDialog), new UIPropertyMetadata(null));
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
37new UIPropertyMetadata(new PropertyChangedCallback(OnShowAllConditionsChanged)));
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (3)
38new UIPropertyMetadata(null)); 45new UIPropertyMetadata(null)); 59new UIPropertyMetadata(null));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
65new UIPropertyMetadata(null));
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (2)
721new UIPropertyMetadata(null)); 746new UIPropertyMetadata(OnArgumentPropertyChanged));
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
33new UIPropertyMetadata(null));
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (3)
52new UIPropertyMetadata(null)); 279new UIPropertyMetadata(null)); 285new UIPropertyMetadata(null));
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (2)
29new UIPropertyMetadata(OnActivityChanged)); 35new UIPropertyMetadata(OnCorrelationDataChanged));
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
29new UIPropertyMetadata(OnActivityChanged));
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (2)
37new UIPropertyMetadata(null)); 43new UIPropertyMetadata(null));
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
33new UIPropertyMetadata(OnActivityChanged));
System.Activities.Presentation (31)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
39DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(ActivityDesigner), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (4)
146DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(Container), new UIPropertyMetadata(null)); 149DependencyProperty.Register("Context", typeof(EditingContext), typeof(Container), new UIPropertyMetadata(null)); 152DependencyProperty.Register("WorkflowViewElement", typeof(DependencyObject), typeof(Container), new UIPropertyMetadata(null)); 155DependencyProperty.Register("PropertyValue", typeof(PropertyValue), typeof(Container), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
35DependencyProperty.RegisterAttached("ChildContainers", typeof(HashSet<ICompositeView>), typeof(CutCopyPasteHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
34DependencyProperty.RegisterAttached("DragSource", typeof(UIElement), typeof(DragDropHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
31public static readonly DependencyProperty AutoConnectContainerProperty = DependencyProperty.Register("AutoConnectContainer", typeof(IAutoConnectContainer), typeof(FreeFormPanel), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (4)
50new UIPropertyMetadata(null)); 56new UIPropertyMetadata(null)); 62new UIPropertyMetadata(null)); 68new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (3)
43DependencyProperty.Register("AddNewRowCommand", typeof(ICommand), typeof(DataGridHelper), new UIPropertyMetadata(null)); 47DependencyProperty.RegisterAttached("DGHelper", typeof(DataGridHelper), typeof(DataGrid), new UIPropertyMetadata(null)); 50DependencyProperty.RegisterAttached("ControlBehavior", typeof(EditingControlBehavior), typeof(DataGridHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
45DependencyProperty.Register("MenuItemStyle", typeof(Style), typeof(DesignerView), new UIPropertyMetadata(null)); 48DependencyProperty.Register("MenuSeparatorStyle", typeof(Style), typeof(DesignerView), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (4)
55DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DesignerView), new UIPropertyMetadata(OnIsReadOnlyChanged)); 58DependencyProperty.RegisterReadOnly("ActivitySchema", typeof(ModelItem), typeof(DesignerView), new UIPropertyMetadata(OnActivitySchemaChanged)); 63DependencyProperty.RegisterReadOnly("FocusedViewElement", typeof(WorkflowViewElement), typeof(DesignerView), new UIPropertyMetadata(null)); 66DependencyProperty.Register("InPanMode", typeof(bool), typeof(DesignerView), new UIPropertyMetadata(OnInPanModeChanged));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerWithHeader.cs (1)
17DependencyProperty.Register("Header", typeof(DataTemplate), typeof(DesignerWithHeader), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
235DependencyProperty.Register("ExpressionActivityEditor", typeof(string), typeof(ExpressionTextBox), new UIPropertyMetadata(new PropertyChangedCallback(OnInnerControlRelatedPropertyChanged)));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
45new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\FilterableData.cs (1)
14DependencyProperty.Register("Data", typeof(object), typeof(FilterableData), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
69new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
29DependencyProperty.Register("Identifier", typeof(VBIdentifierName), typeof(VBIdentifierDesigner), new UIPropertyMetadata(OnIdentifierChanged));
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierName.cs (1)
21DependencyProperty.Register("IdentifierName", typeof(string), typeof(VBIdentifierName), new UIPropertyMetadata(OnIdentifierNameChanged));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
41DependencyProperty.Register("SpacerTemplate", typeof(DataTemplate), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(null)); 44DependencyProperty.Register("HeaderTemplate", typeof(DataTemplate), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(null)); 47DependencyProperty.Register("FooterTemplate", typeof(DataTemplate), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(null));