123 references to PropertyMetadata
PresentationCore (91)
Core\CSharp\System\Windows\ContentElement.cs (1)
807new PropertyMetadata(BooleanBoxes.FalseBox));
Core\CSharp\System\Windows\Generated\ContentElement.cs (9)
807new PropertyMetadata( 812new PropertyMetadata( 817new PropertyMetadata( 828new PropertyMetadata( 845new PropertyMetadata( 856new PropertyMetadata( 861new PropertyMetadata( 866new PropertyMetadata( 871new PropertyMetadata(
Core\CSharp\System\Windows\Generated\UIElement.cs (9)
4652new PropertyMetadata( 4669new PropertyMetadata( 4686new PropertyMetadata( 4788new PropertyMetadata( 4944new PropertyMetadata( 5046new PropertyMetadata( 5063new PropertyMetadata( 5080new PropertyMetadata( 5097new PropertyMetadata(
Core\CSharp\System\Windows\Input\FocusManager.cs (1)
113new PropertyMetadata(BooleanBoxes.FalseBox));
Core\CSharp\System\Windows\Input\InputLanguageManager.cs (2)
46new PropertyMetadata(CultureInfo.InvariantCulture) 89new PropertyMetadata(false)
Core\CSharp\System\Windows\Input\InputMethod.cs (5)
278new PropertyMetadata(false)); 318new PropertyMetadata(InputMethodState.DoNotCare)); 357new PropertyMetadata(ImeConversionModeValues.DoNotCare)); 396new PropertyMetadata(ImeSentenceModeValues.DoNotCare)); 434new PropertyMetadata((InputScope) null));
Core\CSharp\System\Windows\Media\Animation\BackEase.cs (1)
27new PropertyMetadata(1.0));
Core\CSharp\System\Windows\Media\Animation\BounceEase.cs (2)
29new PropertyMetadata(3)); 54new PropertyMetadata(2.0));
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (2)
64new PropertyMetadata( 90new PropertyMetadata(PathAnimationSource.X));
Core\CSharp\System\Windows\Media\Animation\EasingFunctionBase.cs (1)
22new PropertyMetadata(EasingMode.EaseOut));
Core\CSharp\System\Windows\Media\Animation\EasingQuaternionKeyFrame.cs (1)
33new PropertyMetadata(/* defaultValue = */ BooleanBoxes.TrueBox));
Core\CSharp\System\Windows\Media\Animation\ElasticEase.cs (2)
29new PropertyMetadata(3)); 54new PropertyMetadata(3.0));
Core\CSharp\System\Windows\Media\Animation\ExponentialEase.cs (1)
29new PropertyMetadata(2.0));
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (21)
76new PropertyMetadata(KeyTime.Uniform)); 220new PropertyMetadata(KeyTime.Uniform)); 364new PropertyMetadata(KeyTime.Uniform)); 508new PropertyMetadata(KeyTime.Uniform)); 652new PropertyMetadata(KeyTime.Uniform)); 796new PropertyMetadata(KeyTime.Uniform)); 940new PropertyMetadata(KeyTime.Uniform)); 1084new PropertyMetadata(KeyTime.Uniform)); 1228new PropertyMetadata(KeyTime.Uniform)); 1372new PropertyMetadata(KeyTime.Uniform)); 1516new PropertyMetadata(KeyTime.Uniform)); 1660new PropertyMetadata(KeyTime.Uniform)); 1804new PropertyMetadata(KeyTime.Uniform)); 1948new PropertyMetadata(KeyTime.Uniform)); 2092new PropertyMetadata(KeyTime.Uniform)); 2236new PropertyMetadata(KeyTime.Uniform)); 2380new PropertyMetadata(KeyTime.Uniform)); 2524new PropertyMetadata(KeyTime.Uniform)); 2668new PropertyMetadata(KeyTime.Uniform)); 2812new PropertyMetadata(KeyTime.Uniform)); 2956new PropertyMetadata(KeyTime.Uniform));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
134new PropertyMetadata(new KeySpline())); 267new PropertyMetadata(new KeySpline())); 400new PropertyMetadata(new KeySpline())); 533new PropertyMetadata(new KeySpline())); 666new PropertyMetadata(new KeySpline())); 799new PropertyMetadata(new KeySpline())); 932new PropertyMetadata(new KeySpline())); 1065new PropertyMetadata(new KeySpline())); 1198new PropertyMetadata(new KeySpline())); 1331new PropertyMetadata(new KeySpline())); 1464new PropertyMetadata(new KeySpline())); 1597new PropertyMetadata(new KeySpline())); 1730new PropertyMetadata(new KeySpline())); 1863new PropertyMetadata(new KeySpline())); 1996new PropertyMetadata(new KeySpline())); 2129new PropertyMetadata(new KeySpline()));
Core\CSharp\System\Windows\Media\Animation\LinearQuaternionKeyFrame.cs (1)
33new PropertyMetadata(/* defaultValue = */ BooleanBoxes.TrueBox));
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (4)
101new PropertyMetadata(false)); 142new PropertyMetadata(false)); 175new PropertyMetadata(false)); 206new PropertyMetadata(
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (1)
67new PropertyMetadata(
Core\CSharp\System\Windows\Media\Animation\PowerEase.cs (1)
29new PropertyMetadata(2.0));
Core\CSharp\System\Windows\Media\Animation\QuaternionAnimation.cs (1)
30new PropertyMetadata(/* defaultValue = */ BooleanBoxes.TrueBox));
Core\CSharp\System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
33new PropertyMetadata(/* defaultValue = */ BooleanBoxes.TrueBox));
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
717new PropertyMetadata(BooleanBoxes.FalseBox));
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
89new PropertyMetadata((object)null));
Core\CSharp\System\Windows\PresentationSource.cs (3)
896new PropertyMetadata((SecurityCriticalDataForMultipleGetAndSet<PresentationSource>)null)); 908new PropertyMetadata((SecurityCriticalDataForMultipleGetAndSet<PresentationSource>)null)); 911private static readonly DependencyProperty GetsSourceChangedEventProperty = DependencyProperty.RegisterAttached("IsBeingWatched", typeof(bool), typeof(PresentationSource), new PropertyMetadata((bool)false));
Core\CSharp\System\Windows\UIElement.cs (1)
152new PropertyMetadata(BooleanBoxes.FalseBox));
Core\CSharp\System\Windows\UIElement3D.cs (1)
104new PropertyMetadata(BooleanBoxes.FalseBox));
Core\CSharp\System\Windows\UIPropertyMetadata.cs (1)
28base(defaultValue)
PresentationFramework (13)
src\Framework\System\Windows\Controls\Frame.cs (1)
363new PropertyMetadata(NavigationUIVisibility.Automatic));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
57ClipToBoundsProperty.OverrideMetadata(typeof(DocumentPageView), new PropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Controls\ViewPort3D.cs (1)
57ClipToBoundsProperty.OverrideMetadata(typeof(Viewport3D), new PropertyMetadata(BooleanBoxes.TrueBox));
src\Framework\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
76new PropertyMetadata(KeyTime.Uniform));
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
134new PropertyMetadata(new KeySpline()));
src\Framework\System\Windows\Navigation\JournalEntry.cs (2)
267DependencyProperty.RegisterAttached("Name", typeof(string), typeof(JournalEntry), new PropertyMetadata(String.Empty)); 273DependencyProperty.RegisterAttached("KeepAlive", typeof(bool), typeof(JournalEntry), new PropertyMetadata(false));
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
88new PropertyMetadata(JournalEntryPosition.Current));
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (4)
26new PropertyMetadata(Visibility.Visible)); 41new PropertyMetadata(false)); 74new PropertyMetadata(true)); 154new PropertyMetadata(true));
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
194new PropertyMetadata(default(Thickness)),
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
49DependencyProperty.Register("CommitExplicitly", typeof(bool), typeof(CaseKeyBox), new PropertyMetadata(false));
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
47new PropertyMetadata(new ObservableCollection<DynamicArgumentWrapperObject>())); 53new PropertyMetadata(false)); 59new PropertyMetadata(typeof(Argument)));
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
66PropertySelection.IsSelectionScopeProperty.OverrideMetadata(typeof(CategoryList), new PropertyMetadata(true));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (1)
52new PropertyMetadata(true));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (1)
16DependencyProperty.Register("FlagString", typeof(string), typeof(FlagPanel), new PropertyMetadata(string.Empty));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (2)
31new PropertyMetadata(false)); 66new PropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
208new PropertyMetadata((IInputElement)null));
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
37new PropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
57new PropertyMetadata(string.Empty)); 83new PropertyMetadata(true)); 89new PropertyMetadata(true));
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
60new PropertyMetadata(EditingState.Idle)); 63new PropertyMetadata(false));
WindowsBase (3)
Base\System\Windows\DependencyProperty.cs (3)
71defaultMetadata = new PropertyMetadata(typeMetadata.DefaultValue); 117defaultMetadata = new PropertyMetadata(typeMetadata.DefaultValue); 362return new PropertyMetadata(defaultValue);