66 references to UIPropertyMetadata
PresentationCore (21)
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\Media\Animation\Animatable.cs (1)
148propertyMetadata = new UIPropertyMetadata(defaultValue);
Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
13internal IndependentlyAnimatedPropertyMetadata(object defaultValue) : base(defaultValue) {}
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\UIElement.cs (1)
2964new UIPropertyMetadata(String.Empty));
PresentationFramework (2)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (2)
84base(defaultValue) 149base(defaultValue)
System.Activities.Core.Presentation (16)
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\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 (1)
52new UIPropertyMetadata(false));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (3)
41new UIPropertyMetadata(true) 49new UIPropertyMetadata(false) 57new UIPropertyMetadata(false)
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (1)
15DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(VerticalConnector), new UIPropertyMetadata(typeof(object)));
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (1)
273new UIPropertyMetadata(string.Empty));
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
45new UIPropertyMetadata(false));
System.Activities.Presentation (27)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
70new UIPropertyMetadata(true));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
30public static readonly DependencyProperty DisabledProperty = DependencyProperty.Register("Disabled", typeof(bool), typeof(FreeFormPanel), new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
39DependencyProperty.Register("AddNewRowContent", typeof(object), typeof(DataGridHelper), new UIPropertyMetadata("<Add new row>")); 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 (1)
39DependencyProperty.RegisterAttached("CommandMenuMode", typeof(CommandMenuMode), typeof(DesignerView), new UIPropertyMetadata(CommandMenuMode.FullCommandMenu));
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\ExtensionSurface.cs (3)
33new UIPropertyMetadata(false)); 45new UIPropertyMetadata(PositionAlignment.LeftTop)); 57new UIPropertyMetadata(new Point()));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (4)
39new UIPropertyMetadata(string.Empty)); 51new UIPropertyMetadata(true)); 57new UIPropertyMetadata(true)); 68new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\FilterableData.cs (2)
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\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 (3)
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));