2 types derived from UIPropertyMetadata
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
11internal class IndependentlyAnimatedPropertyMetadata : UIPropertyMetadata
PresentationFramework (1)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (1)
66public class FrameworkPropertyMetadata : UIPropertyMetadata
190 instantiations of UIPropertyMetadata
PresentationCore (56)
Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs (1)
38new UIPropertyMetadata(TextHintingMode.Auto),
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (11)
17new UIPropertyMetadata(string.Empty), 56new UIPropertyMetadata(string.Empty), 95new UIPropertyMetadata(string.Empty), 134new UIPropertyMetadata(string.Empty), 173new UIPropertyMetadata(string.Empty), 212new UIPropertyMetadata(string.Empty), 251new UIPropertyMetadata(string.Empty), 404new UIPropertyMetadata((UIElement)null)); 442new UIPropertyMetadata(IsOffscreenBehavior.Default)); 522new UIPropertyMetadata(AutomationProperties.AutomationPositionInSetDefault)); 564new UIPropertyMetadata(AutomationProperties.AutomationSizeOfSetDefault));
Core\CSharp\System\Windows\ContentElement.cs (2)
615new UIPropertyMetadata( 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\Animation\Animatable.cs (1)
148propertyMetadata = new UIPropertyMetadata(defaultValue);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
397TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceTransform)); 398RelativeTransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceRelativeTransform));
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\Media\RenderOptions.cs (6)
40new UIPropertyMetadata(EdgeMode.Unspecified), 73new UIPropertyMetadata(BitmapScalingMode.Unspecified), 106new UIPropertyMetadata(ClearTypeHint.Auto), 140new UIPropertyMetadata(CachingHint.Unspecified), 173new UIPropertyMetadata(0.707), 206new UIPropertyMetadata(1.414),
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
902new UIPropertyMetadata( 918new UIPropertyMetadata( 935new UIPropertyMetadata(
Core\CSharp\System\Windows\UIElement.cs (14)
92new UIPropertyMetadata(new PropertyChangedCallback(EdgeMode_Changed))); 96new UIPropertyMetadata(new PropertyChangedCallback(BitmapScalingMode_Changed))); 100new UIPropertyMetadata(new PropertyChangedCallback(ClearTypeHint_Changed))); 104new UIPropertyMetadata(new PropertyChangedCallback(TextHintingMode_Changed))); 2708new UIPropertyMetadata( 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))); 2964new UIPropertyMetadata(String.Empty)); 3618new UIPropertyMetadata( 3745new UIPropertyMetadata( 3979new UIPropertyMetadata(
Core\CSharp\System\Windows\UIElement3D.cs (3)
827new UIPropertyMetadata( 948new UIPropertyMetadata( 1172new UIPropertyMetadata(
Core\CSharp\System\Windows\UIPropertyMetadata.cs (1)
90return new UIPropertyMetadata();
PresentationFramework (26)
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)));
System.Activities.Core.Presentation (44)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (5)
23DependencyProperty.Register("ComboBoxIsEditable", typeof(bool), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(false)); 26DependencyProperty.Register("ComboBoxVisibility", typeof(Visibility), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(Visibility.Collapsed)); 32DependencyProperty.Register("DataTemplateName", typeof(string), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata("Label")); 35DependencyProperty.Register("Text", typeof(string), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(String.Empty)); 38DependencyProperty.Register("TextBoxVisibility", typeof(Visibility), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(Visibility.Visible));
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
22DependencyProperty.Register("LabelText", typeof(string), typeof(CaseKeyBox), new UIPropertyMetadata(string.Empty));
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (1)
29DependencyProperty.Register("Disabled", typeof(bool), typeof(FlowchartResizeGrip), new UIPropertyMetadata(false));
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\ParallelSeparator.xaml.cs (1)
16DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(ParallelSeparator), new UIPropertyMetadata(typeof(object)));
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (1)
29DependencyProperty.Register("Disabled", typeof(bool), typeof(StateContainerResizeGrip), new UIPropertyMetadata(false));
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (4)
38new UIPropertyMetadata(null)); 45new UIPropertyMetadata(null)); 52new UIPropertyMetadata(false)); 59new UIPropertyMetadata(null));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (4)
41new UIPropertyMetadata(true) 49new UIPropertyMetadata(false) 57new UIPropertyMetadata(false) 65new UIPropertyMetadata(null));
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (1)
15DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(VerticalConnector), new UIPropertyMetadata(typeof(object)));
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (6)
41new UIPropertyMetadata(true, OnIsDirectionReadOnlyChanged)); 721new UIPropertyMetadata(null)); 727new UIPropertyMetadata(string.Empty, OnArgumentPropertyChanged)); 733new UIPropertyMetadata(typeof(string), OnArgumentPropertyChanged)); 739new UIPropertyMetadata(ArgumentDirection.In, OnArgumentPropertyChanged)); 746new UIPropertyMetadata(OnArgumentPropertyChanged));
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
33new UIPropertyMetadata(null));
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (6)
26new UIPropertyMetadata(false, OnIsSelectionValidChanged)); 46new UIPropertyMetadata(null, OnTypesToExpandChanged)); 52new UIPropertyMetadata(null)); 273new UIPropertyMetadata(string.Empty)); 279new UIPropertyMetadata(null)); 285new UIPropertyMetadata(null));
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (3)
29new UIPropertyMetadata(OnActivityChanged)); 35new UIPropertyMetadata(OnCorrelationDataChanged)); 182DependencyProperty.Register("Key", typeof(string), typeof(CorrelationDataWrapper), new UIPropertyMetadata(string.Empty, OnKeyChanged));
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
29new UIPropertyMetadata(OnActivityChanged));
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (3)
31new UIPropertyMetadata(null, OnTypeCollectionChanged)); 37new UIPropertyMetadata(null)); 43new UIPropertyMetadata(null));
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (3)
33new UIPropertyMetadata(OnActivityChanged)); 39new UIPropertyMetadata(null, OnMessageQuerySetContainerChanged)); 45new UIPropertyMetadata(false));
System.Activities.Presentation (64)
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\Base\Core\PropertyEditing\PropertyContainer.cs (1)
70new UIPropertyMetadata(true));
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 (2)
30public static readonly DependencyProperty DisabledProperty = DependencyProperty.Register("Disabled", typeof(bool), typeof(FreeFormPanel), new UIPropertyMetadata(false)); 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 (8)
39DependencyProperty.Register("AddNewRowContent", typeof(object), typeof(DataGridHelper), new UIPropertyMetadata("<Add new row>")); 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)); 53DependencyProperty.RegisterAttached("NewRowLoaded", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 56DependencyProperty.RegisterAttached("IsCommitInProgress", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 59DependencyProperty.Register("ShowValidationErrorAsToolTip", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 62DependencyProperty.RegisterAttached("IsCustomEditor", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
39DependencyProperty.RegisterAttached("CommandMenuMode", typeof(CommandMenuMode), typeof(DesignerView), new UIPropertyMetadata(CommandMenuMode.FullCommandMenu)); 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\ErrorView.xaml.cs (2)
27DependencyProperty.Register("Message", typeof(string), typeof(ErrorView), new UIPropertyMetadata(string.Empty)); 30DependencyProperty.Register("Details", typeof(string), typeof(ErrorView), new UIPropertyMetadata(string.Empty));
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\ExtensionSurface.cs (5)
33new UIPropertyMetadata(false)); 39new UIPropertyMetadata(null, OnPlacementTargetChanged)); 45new UIPropertyMetadata(PositionAlignment.LeftTop)); 51new UIPropertyMetadata(PlacementMode.Absolute, OnPlacementModeChanged)); 57new UIPropertyMetadata(new Point()));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (5)
39new UIPropertyMetadata(string.Empty)); 45new UIPropertyMetadata(null)); 51new UIPropertyMetadata(true)); 57new UIPropertyMetadata(true)); 68new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\FilterableData.cs (3)
14DependencyProperty.Register("Data", typeof(object), typeof(FilterableData), new UIPropertyMetadata(null)); 17DependencyProperty.Register("IsSelected", typeof(bool), typeof(FilterableData), new UIPropertyMetadata(false)); 20DependencyProperty.Register("Visibility", typeof(Visibility), typeof(FilterableData), new UIPropertyMetadata(Visibility.Visible));
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
32new UIPropertyMetadata());
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
69new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
41new UIPropertyMetadata(null, new PropertyChangedCallback(OnVariableScopeChanged)));
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (2)
29DependencyProperty.Register("Identifier", typeof(VBIdentifierName), typeof(VBIdentifierDesigner), new UIPropertyMetadata(OnIdentifierChanged)); 32DependencyProperty.Register("NameString", typeof(string), typeof(VBIdentifierDesigner), new UIPropertyMetadata(null, null, OnNameChanging));
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\WorkflowElementDialog.cs (2)
36new UIPropertyMetadata(ResizeMode.CanResize)); 42new UIPropertyMetadata(SizeToContent.WidthAndHeight));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
48DependencyProperty.Register("HintText", typeof(string), typeof(WorkflowItemPresenter), new UIPropertyMetadata(String.Empty)); 54DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(WorkflowItemPresenter), new UIPropertyMetadata(typeof(object))); 57DependencyProperty.Register("IsDefaultContainer", typeof(bool), typeof(WorkflowItemPresenter), new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (7)
35DependencyProperty.Register("HintText", typeof(string), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(String.Empty, new PropertyChangedCallback(WorkflowItemsPresenter.OnHintTextChanged))); 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)); 53DependencyProperty.RegisterAttached("Index", typeof(int), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(addAtEndMarker)); 56DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(typeof(object))); 59DependencyProperty.Register("IsDefaultContainer", typeof(bool), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(false));
3 references to UIPropertyMetadata
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
137UIPropertyMetadata propertyMetadata;
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
1042UIPropertyMetadata uiMetadata = dp.GetMetadata(d.DependencyObjectType) as UIPropertyMetadata;