66 references to UIPropertyMetadata
PresentationCore (21)
Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs (1)
38
new
UIPropertyMetadata
(TextHintingMode.Auto),
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (11)
17
new
UIPropertyMetadata
(string.Empty),
56
new
UIPropertyMetadata
(string.Empty),
95
new
UIPropertyMetadata
(string.Empty),
134
new
UIPropertyMetadata
(string.Empty),
173
new
UIPropertyMetadata
(string.Empty),
212
new
UIPropertyMetadata
(string.Empty),
251
new
UIPropertyMetadata
(string.Empty),
404
new
UIPropertyMetadata
((UIElement)null));
442
new
UIPropertyMetadata
(IsOffscreenBehavior.Default));
522
new
UIPropertyMetadata
(AutomationProperties.AutomationPositionInSetDefault));
564
new
UIPropertyMetadata
(AutomationProperties.AutomationSizeOfSetDefault));
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
148
propertyMetadata = new
UIPropertyMetadata
(defaultValue);
Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
13
internal IndependentlyAnimatedPropertyMetadata(object defaultValue) :
base
(defaultValue) {}
Core\CSharp\System\Windows\Media\RenderOptions.cs (6)
40
new
UIPropertyMetadata
(EdgeMode.Unspecified),
73
new
UIPropertyMetadata
(BitmapScalingMode.Unspecified),
106
new
UIPropertyMetadata
(ClearTypeHint.Auto),
140
new
UIPropertyMetadata
(CachingHint.Unspecified),
173
new
UIPropertyMetadata
(0.707),
206
new
UIPropertyMetadata
(1.414),
Core\CSharp\System\Windows\UIElement.cs (1)
2964
new
UIPropertyMetadata
(String.Empty));
PresentationFramework (2)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (2)
84
base
(defaultValue)
149
base
(defaultValue)
System.Activities.Core.Presentation (16)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (5)
23
DependencyProperty.Register("ComboBoxIsEditable", typeof(bool), typeof(CaseKeyBoxViewModel), new
UIPropertyMetadata
(false));
26
DependencyProperty.Register("ComboBoxVisibility", typeof(Visibility), typeof(CaseKeyBoxViewModel), new
UIPropertyMetadata
(Visibility.Collapsed));
32
DependencyProperty.Register("DataTemplateName", typeof(string), typeof(CaseKeyBoxViewModel), new
UIPropertyMetadata
("Label"));
35
DependencyProperty.Register("Text", typeof(string), typeof(CaseKeyBoxViewModel), new
UIPropertyMetadata
(String.Empty));
38
DependencyProperty.Register("TextBoxVisibility", typeof(Visibility), typeof(CaseKeyBoxViewModel), new
UIPropertyMetadata
(Visibility.Visible));
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
22
DependencyProperty.Register("LabelText", typeof(string), typeof(CaseKeyBox), new
UIPropertyMetadata
(string.Empty));
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (1)
29
DependencyProperty.Register("Disabled", typeof(bool), typeof(FlowchartResizeGrip), new
UIPropertyMetadata
(false));
System\Activities\Core\Presentation\ParallelSeparator.xaml.cs (1)
16
DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(ParallelSeparator), new
UIPropertyMetadata
(typeof(object)));
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (1)
29
DependencyProperty.Register("Disabled", typeof(bool), typeof(StateContainerResizeGrip), new
UIPropertyMetadata
(false));
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
52
new
UIPropertyMetadata
(false));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (3)
41
new
UIPropertyMetadata
(true)
49
new
UIPropertyMetadata
(false)
57
new
UIPropertyMetadata
(false)
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (1)
15
DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(VerticalConnector), new
UIPropertyMetadata
(typeof(object)));
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (1)
273
new
UIPropertyMetadata
(string.Empty));
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
45
new
UIPropertyMetadata
(false));
System.Activities.Presentation (27)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
70
new
UIPropertyMetadata
(true));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
30
public static readonly DependencyProperty DisabledProperty = DependencyProperty.Register("Disabled", typeof(bool), typeof(FreeFormPanel), new
UIPropertyMetadata
(false));
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
39
DependencyProperty.Register("AddNewRowContent", typeof(object), typeof(DataGridHelper), new
UIPropertyMetadata
("<Add new row>"));
53
DependencyProperty.RegisterAttached("NewRowLoaded", typeof(bool), typeof(DataGridHelper), new
UIPropertyMetadata
(false));
56
DependencyProperty.RegisterAttached("IsCommitInProgress", typeof(bool), typeof(DataGridHelper), new
UIPropertyMetadata
(false));
59
DependencyProperty.Register("ShowValidationErrorAsToolTip", typeof(bool), typeof(DataGridHelper), new
UIPropertyMetadata
(false));
62
DependencyProperty.RegisterAttached("IsCustomEditor", typeof(bool), typeof(DataGridHelper), new
UIPropertyMetadata
(false));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
39
DependencyProperty.RegisterAttached("CommandMenuMode", typeof(CommandMenuMode), typeof(DesignerView), new
UIPropertyMetadata
(CommandMenuMode.FullCommandMenu));
System.Activities.Presentation\System\Activities\Presentation\View\ErrorView.xaml.cs (2)
27
DependencyProperty.Register("Message", typeof(string), typeof(ErrorView), new
UIPropertyMetadata
(string.Empty));
30
DependencyProperty.Register("Details", typeof(string), typeof(ErrorView), new
UIPropertyMetadata
(string.Empty));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (3)
33
new
UIPropertyMetadata
(false));
45
new
UIPropertyMetadata
(PositionAlignment.LeftTop));
57
new
UIPropertyMetadata
(new Point()));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (4)
39
new
UIPropertyMetadata
(string.Empty));
51
new
UIPropertyMetadata
(true));
57
new
UIPropertyMetadata
(true));
68
new
UIPropertyMetadata
(false));
System.Activities.Presentation\System\Activities\Presentation\View\FilterableData.cs (2)
17
DependencyProperty.Register("IsSelected", typeof(bool), typeof(FilterableData), new
UIPropertyMetadata
(false));
20
DependencyProperty.Register("Visibility", typeof(Visibility), typeof(FilterableData), new
UIPropertyMetadata
(Visibility.Visible));
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
36
new
UIPropertyMetadata
(ResizeMode.CanResize));
42
new
UIPropertyMetadata
(SizeToContent.WidthAndHeight));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
48
DependencyProperty.Register("HintText", typeof(string), typeof(WorkflowItemPresenter), new
UIPropertyMetadata
(String.Empty));
54
DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(WorkflowItemPresenter), new
UIPropertyMetadata
(typeof(object)));
57
DependencyProperty.Register("IsDefaultContainer", typeof(bool), typeof(WorkflowItemPresenter), new
UIPropertyMetadata
(false));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
53
DependencyProperty.RegisterAttached("Index", typeof(int), typeof(WorkflowItemsPresenter), new
UIPropertyMetadata
(addAtEndMarker));
56
DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(WorkflowItemsPresenter), new
UIPropertyMetadata
(typeof(object)));
59
DependencyProperty.Register("IsDefaultContainer", typeof(bool), typeof(WorkflowItemsPresenter), new
UIPropertyMetadata
(false));