1 instantiation of DependencyProperty
WindowsBase (1)
Base\System\Windows\DependencyProperty.cs (1)
293DependencyProperty dp = new DependencyProperty(name, propertyType, ownerType, defaultMetadata, validateValueCallback);
5528 references to DependencyProperty
PresentationCore (923)
Core\CSharp\MS\Internal\Automation\AutomationPropertyInfo.cs (6)
34DependencyProperty dependencyProperty, 35DependencyProperty overrideDP 54internal DependencyProperty DependencyProperty { get { return _dependencyProperty; } } 55internal DependencyProperty OverrideDP { get { return _overrideDP; } } 69private DependencyProperty _dependencyProperty; 70private DependencyProperty _overrideDP;
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (5)
54internal static bool IsInterestingDP(DependencyProperty dp) 71internal static bool AddPropertyNotify(DependencyProperty [] properties) 91foreach (DependencyProperty dp in properties) 116internal static bool RemovePropertyNotify(DependencyProperty [] properties) 129foreach (DependencyProperty dp in properties)
Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs (2)
33internal static readonly DependencyProperty TextHintingModeProperty = 34DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (30)
12public static readonly DependencyProperty AutomationIdProperty = 13DependencyProperty.RegisterAttached( 51public static readonly DependencyProperty NameProperty = 52DependencyProperty.RegisterAttached( 90public static readonly DependencyProperty HelpTextProperty = 91DependencyProperty.RegisterAttached( 129public static readonly DependencyProperty AcceleratorKeyProperty = 130DependencyProperty.RegisterAttached( 168public static readonly DependencyProperty AccessKeyProperty = 169DependencyProperty.RegisterAttached( 207public static readonly DependencyProperty ItemStatusProperty = 208DependencyProperty.RegisterAttached( 246public static readonly DependencyProperty ItemTypeProperty = 247DependencyProperty.RegisterAttached( 285public static readonly DependencyProperty IsColumnHeaderProperty = 286DependencyProperty.RegisterAttached( 323public static readonly DependencyProperty IsRowHeaderProperty = 324DependencyProperty.RegisterAttached( 361public static readonly DependencyProperty IsRequiredForFormProperty = 362DependencyProperty.RegisterAttached( 399public static readonly DependencyProperty LabeledByProperty = 400DependencyProperty.RegisterAttached( 437public static readonly DependencyProperty IsOffscreenBehaviorProperty = 438DependencyProperty.RegisterAttached( 475public static readonly DependencyProperty LiveSettingProperty = 476DependencyProperty.RegisterAttached( 517public static readonly DependencyProperty PositionInSetProperty = 518DependencyProperty.RegisterAttached( 559public static readonly DependencyProperty SizeOfSetProperty = 560DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\ContentElement.cs (5)
565public static readonly DependencyProperty IsFocusedProperty = 612public static readonly DependencyProperty IsEnabledProperty = 720public static readonly DependencyProperty FocusableProperty = 804public static readonly DependencyProperty AllowDropProperty = 825internal virtual void InvalidateForceInheritPropertyOnChildren(DependencyProperty property)
Core\CSharp\System\Windows\EventHandlersStore.cs (4)
119_entries[key.GlobalIndex] = DependencyProperty.UnsetValue; 228_entries[routedEvent.GlobalIndex] = DependencyProperty.UnsetValue; 304if (list == DependencyProperty.UnsetValue) 322if (existingDelegate == DependencyProperty.UnsetValue)
Core\CSharp\System\Windows\Generated\ContentElement.cs (20)
49DependencyProperty dp, 73DependencyProperty dp, 124public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 147public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior) 206public object GetAnimationBaseValue(DependencyProperty dp) 237DependencyProperty dp, 2315public static readonly DependencyProperty IsMouseDirectlyOverProperty = UIElement.IsMouseDirectlyOverProperty.AddOwner(_typeofThis); 2350public static readonly DependencyProperty IsMouseOverProperty = UIElement.IsMouseOverProperty.AddOwner(_typeofThis); 2355public static readonly DependencyProperty IsStylusOverProperty = UIElement.IsStylusOverProperty.AddOwner(_typeofThis); 2360public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis); 2390public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.IsMouseCapturedProperty.AddOwner(_typeofThis); 2425public static readonly DependencyProperty IsMouseCaptureWithinProperty = UIElement.IsMouseCaptureWithinProperty.AddOwner(_typeofThis); 2455public static readonly DependencyProperty IsStylusDirectlyOverProperty = UIElement.IsStylusDirectlyOverProperty.AddOwner(_typeofThis); 2490public static readonly DependencyProperty IsStylusCapturedProperty = UIElement.IsStylusCapturedProperty.AddOwner(_typeofThis); 2525public static readonly DependencyProperty IsStylusCaptureWithinProperty = UIElement.IsStylusCaptureWithinProperty.AddOwner(_typeofThis); 2555public static readonly DependencyProperty IsKeyboardFocusedProperty = UIElement.IsKeyboardFocusedProperty.AddOwner(_typeofThis); 2590public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.AreAnyTouchesDirectlyOverProperty.AddOwner(_typeofThis); 2595public static readonly DependencyProperty AreAnyTouchesOverProperty = UIElement.AreAnyTouchesOverProperty.AddOwner(_typeofThis); 2600public static readonly DependencyProperty AreAnyTouchesCapturedProperty = UIElement.AreAnyTouchesCapturedProperty.AddOwner(_typeofThis); 2605public static readonly DependencyProperty AreAnyTouchesCapturedWithinProperty = UIElement.AreAnyTouchesCapturedWithinProperty.AddOwner(_typeofThis);
Core\CSharp\system\windows\generated\TextDecoration.cs (5)
232public static readonly DependencyProperty PenProperty; 236public static readonly DependencyProperty PenOffsetProperty; 240public static readonly DependencyProperty PenOffsetUnitProperty; 244public static readonly DependencyProperty PenThicknessUnitProperty; 248public static readonly DependencyProperty LocationProperty;
Core\CSharp\System\Windows\Generated\UIElement.cs (34)
49DependencyProperty dp, 73DependencyProperty dp, 124public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 147public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior) 206public object GetAnimationBaseValue(DependencyProperty dp) 237DependencyProperty dp, 4594DependencyProperty.RegisterReadOnly( 4605public static readonly DependencyProperty IsMouseDirectlyOverProperty = 4648DependencyProperty.RegisterReadOnly( 4658public static readonly DependencyProperty IsMouseOverProperty = 4665DependencyProperty.RegisterReadOnly( 4675public static readonly DependencyProperty IsStylusOverProperty = 4682DependencyProperty.RegisterReadOnly( 4692public static readonly DependencyProperty IsKeyboardFocusWithinProperty = 4730DependencyProperty.RegisterReadOnly( 4741public static readonly DependencyProperty IsMouseCapturedProperty = 4784DependencyProperty.RegisterReadOnly( 4794public static readonly DependencyProperty IsMouseCaptureWithinProperty = 4832DependencyProperty.RegisterReadOnly( 4843public static readonly DependencyProperty IsStylusDirectlyOverProperty = 4886DependencyProperty.RegisterReadOnly( 4897public static readonly DependencyProperty IsStylusCapturedProperty = 4940DependencyProperty.RegisterReadOnly( 4950public static readonly DependencyProperty IsStylusCaptureWithinProperty = 4988DependencyProperty.RegisterReadOnly( 4999public static readonly DependencyProperty IsKeyboardFocusedProperty = 5042DependencyProperty.RegisterReadOnly( 5052public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = 5059DependencyProperty.RegisterReadOnly( 5069public static readonly DependencyProperty AreAnyTouchesOverProperty = 5076DependencyProperty.RegisterReadOnly( 5086public static readonly DependencyProperty AreAnyTouchesCapturedProperty = 5093DependencyProperty.RegisterReadOnly( 5103public static readonly DependencyProperty AreAnyTouchesCapturedWithinProperty =
Core\CSharp\System\Windows\Generated\UIElement3D.cs (14)
2021public static readonly DependencyProperty IsMouseDirectlyOverProperty = UIElement.IsMouseDirectlyOverProperty.AddOwner(_typeofThis); 2056public static readonly DependencyProperty IsMouseOverProperty = UIElement.IsMouseOverProperty.AddOwner(_typeofThis); 2061public static readonly DependencyProperty IsStylusOverProperty = UIElement.IsStylusOverProperty.AddOwner(_typeofThis); 2066public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis); 2096public static readonly DependencyProperty IsMouseCapturedProperty = UIElement.IsMouseCapturedProperty.AddOwner(_typeofThis); 2131public static readonly DependencyProperty IsMouseCaptureWithinProperty = UIElement.IsMouseCaptureWithinProperty.AddOwner(_typeofThis); 2161public static readonly DependencyProperty IsStylusDirectlyOverProperty = UIElement.IsStylusDirectlyOverProperty.AddOwner(_typeofThis); 2196public static readonly DependencyProperty IsStylusCapturedProperty = UIElement.IsStylusCapturedProperty.AddOwner(_typeofThis); 2231public static readonly DependencyProperty IsStylusCaptureWithinProperty = UIElement.IsStylusCaptureWithinProperty.AddOwner(_typeofThis); 2261public static readonly DependencyProperty IsKeyboardFocusedProperty = UIElement.IsKeyboardFocusedProperty.AddOwner(_typeofThis); 2296public static readonly DependencyProperty AreAnyTouchesDirectlyOverProperty = UIElement.AreAnyTouchesDirectlyOverProperty.AddOwner(_typeofThis); 2301public static readonly DependencyProperty AreAnyTouchesOverProperty = UIElement.AreAnyTouchesOverProperty.AddOwner(_typeofThis); 2306public static readonly DependencyProperty AreAnyTouchesCapturedProperty = UIElement.AreAnyTouchesCapturedProperty.AddOwner(_typeofThis); 2311public static readonly DependencyProperty AreAnyTouchesCapturedWithinProperty = UIElement.AreAnyTouchesCapturedWithinProperty.AddOwner(_typeofThis);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (2)
740private static readonly DependencyProperty AccessKeyElementProperty = 741DependencyProperty.RegisterAttached("AccessKeyElement", typeof(WeakReference), typeof(AccessKeyManager));
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (8)
72public static readonly DependencyProperty CommandProperty = 73DependencyProperty.Register("Command", typeof(ICommand), typeof(InputBinding), new UIPropertyMetadata(null, new PropertyChangedCallback(OnCommandPropertyChanged))); 115public static readonly DependencyProperty CommandParameterProperty = 116DependencyProperty.Register("CommandParameter", typeof(object), typeof(InputBinding)); 136public static readonly DependencyProperty CommandTargetProperty = 137DependencyProperty.Register("CommandTarget", typeof(IInputElement), typeof(InputBinding)); 284internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 295internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property)
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (4)
112public static readonly DependencyProperty ModifiersProperty = 113DependencyProperty.Register("Modifiers", typeof(ModifierKeys), typeof(KeyBinding), new UIPropertyMetadata(ModifierKeys.None, new PropertyChangedCallback(OnModifiersPropertyChanged))); 139public static readonly DependencyProperty KeyProperty = 140DependencyProperty.Register("Key", typeof(Key), typeof(KeyBinding), new UIPropertyMetadata(Key.None, new PropertyChangedCallback(OnKeyPropertyChanged)));
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (2)
127public static readonly DependencyProperty MouseActionProperty = 128DependencyProperty.Register("MouseAction", typeof(MouseAction), typeof(MouseBinding), new UIPropertyMetadata(MouseAction.None, new PropertyChangedCallback(OnMouseActionPropertyChanged)));
Core\CSharp\System\Windows\Input\FocusManager.cs (4)
94public static readonly DependencyProperty FocusedElementProperty = 95DependencyProperty.RegisterAttached( 111public static readonly DependencyProperty IsFocusScopeProperty 112= DependencyProperty.RegisterAttached("IsFocusScope", typeof(bool), typeof(FocusManager),
Core\CSharp\System\Windows\Input\InputLanguageManager.cs (4)
41public static readonly DependencyProperty InputLanguageProperty = 42DependencyProperty.RegisterAttached( 84public static readonly DependencyProperty RestoreInputLanguageProperty = 85DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Input\InputMethod.cs (12)
232public static readonly DependencyProperty IsInputMethodEnabledProperty = 233DependencyProperty.RegisterAttached( 273public static readonly DependencyProperty IsInputMethodSuspendedProperty = 274DependencyProperty.RegisterAttached( 313public static readonly DependencyProperty PreferredImeStateProperty = 314DependencyProperty.RegisterAttached( 352public static readonly DependencyProperty PreferredImeConversionModeProperty = 353DependencyProperty.RegisterAttached( 391public static readonly DependencyProperty PreferredImeSentenceModeProperty = 392DependencyProperty.RegisterAttached( 429public static readonly DependencyProperty InputScopeProperty = 430DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
54DependencyProperty.RegisterReadOnly( 382public static readonly DependencyProperty IsFrontBufferAvailableProperty;
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (7)
52internal void PropertyChanged(DependencyProperty dp) 123internal static DependencyProperty RegisterProperty( 160DependencyProperty dp = DependencyProperty.Register( 293internal DUCE.ResourceHandle GetAnimationResourceHandle(DependencyProperty dp, DUCE.Channel channel) 334internal bool IsBaseValueDefault(DependencyProperty dp) 336return ReadLocalValue(dp) == DependencyProperty.UnsetValue;
Core\CSharp\System\Windows\Media\Animation\AnimationException.cs (3)
43AnimationClock clock, DependencyProperty property, IAnimatable target, 88public DependencyProperty Property 123private DependencyProperty _property;
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (7)
10private object _snapshotValue = DependencyProperty.UnsetValue; 36Debug.Assert(defaultDestinationValue != DependencyProperty.UnsetValue, 85Debug.Assert(defaultDestinationValue == DependencyProperty.UnsetValue, 174_snapshotValue = DependencyProperty.UnsetValue; 222Debug.Assert(defaultDestinationValue != DependencyProperty.UnsetValue); 242Debug.Assert(_snapshotValue != DependencyProperty.UnsetValue); 256if (currentLayerValue == DependencyProperty.UnsetValue)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (32)
56&& _snapshotValue == DependencyProperty.UnsetValue; 119internal void Initialize(DependencyObject d, DependencyProperty dp) 178|| animatedPropertyMap[_dependencyProperty.GlobalIndex] == DependencyProperty.UnsetValue) 250Debug.Assert(animatedPropertyMap[_dependencyProperty.GlobalIndex] != DependencyProperty.UnsetValue); 291animatedPropertyMap[_dependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 306if (_baseValue != DependencyProperty.UnsetValue) 534_snapshotValue = DependencyProperty.UnsetValue; 573DependencyProperty dp, 592DependencyProperty dp, 699DependencyProperty dp, 746object defaultDestinationValue = DependencyProperty.UnsetValue; 780DependencyProperty dp, 813storage._snapshotValue = DependencyProperty.UnsetValue; 878DependencyProperty dp) 883if (currentStorage == DependencyProperty.UnsetValue) 900DependencyProperty dp, 925Debug.Assert(storage._snapshotValue != DependencyProperty.UnsetValue); 932if (currentPropertyValue == DependencyProperty.UnsetValue) 937Debug.Assert(currentPropertyValue != DependencyProperty.UnsetValue); 974if (storage._snapshotValue != DependencyProperty.UnsetValue) 980Debug.Assert(defaultDestinationValue != DependencyProperty.UnsetValue); 992if (currentLayerValue == DependencyProperty.UnsetValue) 1012if (DependencyProperty.IsValidType(currentPropertyValue, dp.PropertyType)) 1031DependencyProperty dp) 1054DependencyProperty dp, 1063DependencyProperty dp, 1095internal static AnimationStorage GetStorage(DependencyObject d, DependencyProperty dp) 1097Debug.Assert( AnimatedPropertyMapField.GetValue(d)[dp.GlobalIndex] == DependencyProperty.UnsetValue 1105DependencyProperty dp) 1170protected DependencyProperty _dependencyProperty; 1176private object _snapshotValue = DependencyProperty.UnsetValue; 1184internal object _baseValue = DependencyProperty.UnsetValue;
Core\CSharp\System\Windows\Media\Animation\AnimationTimeline.cs (4)
36public static readonly DependencyProperty IsAdditiveProperty = 37DependencyProperty.Register( 47public static readonly DependencyProperty IsCumulativeProperty = 48DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\BackEase.cs (2)
22public static readonly DependencyProperty AmplitudeProperty = 23DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\BounceEase.cs (4)
24public static readonly DependencyProperty BouncesProperty = 25DependencyProperty.Register( 49public static readonly DependencyProperty BouncinessProperty = 50DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
59public static readonly DependencyProperty PathGeometryProperty = 60DependencyProperty.Register( 85public static readonly DependencyProperty SourceProperty = 86DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\EasingFunctionBase.cs (2)
17public static readonly DependencyProperty EasingModeProperty = 18DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\EasingQuaternionKeyFrame.cs (2)
28public static readonly DependencyProperty UseShortestPathProperty = 29DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\ElasticEase.cs (4)
24public static readonly DependencyProperty OscillationsProperty = 25DependencyProperty.Register( 49public static readonly DependencyProperty SpringinessProperty = 50DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\ExponentialEase.cs (2)
24public static readonly DependencyProperty ExponentProperty = 25DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs (6)
56DependencyProperty dp, 80DependencyProperty dp, 131public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 154public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior) 213public object GetAnimationBaseValue(DependencyProperty dp) 244DependencyProperty dp,
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (32)
128public static readonly DependencyProperty EasingFunctionProperty = 129DependencyProperty.Register( 253public static readonly DependencyProperty EasingFunctionProperty = 254DependencyProperty.Register( 378public static readonly DependencyProperty EasingFunctionProperty = 379DependencyProperty.Register( 503public static readonly DependencyProperty EasingFunctionProperty = 504DependencyProperty.Register( 628public static readonly DependencyProperty EasingFunctionProperty = 629DependencyProperty.Register( 753public static readonly DependencyProperty EasingFunctionProperty = 754DependencyProperty.Register( 878public static readonly DependencyProperty EasingFunctionProperty = 879DependencyProperty.Register( 1003public static readonly DependencyProperty EasingFunctionProperty = 1004DependencyProperty.Register( 1128public static readonly DependencyProperty EasingFunctionProperty = 1129DependencyProperty.Register( 1253public static readonly DependencyProperty EasingFunctionProperty = 1254DependencyProperty.Register( 1378public static readonly DependencyProperty EasingFunctionProperty = 1379DependencyProperty.Register( 1503public static readonly DependencyProperty EasingFunctionProperty = 1504DependencyProperty.Register( 1628public static readonly DependencyProperty EasingFunctionProperty = 1629DependencyProperty.Register( 1753public static readonly DependencyProperty EasingFunctionProperty = 1754DependencyProperty.Register( 1878public static readonly DependencyProperty EasingFunctionProperty = 1879DependencyProperty.Register( 2003public static readonly DependencyProperty EasingFunctionProperty = 2004DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (84)
71public static readonly DependencyProperty KeyTimeProperty = 72DependencyProperty.Register( 97public static readonly DependencyProperty ValueProperty = 98DependencyProperty.Register( 215public static readonly DependencyProperty KeyTimeProperty = 216DependencyProperty.Register( 241public static readonly DependencyProperty ValueProperty = 242DependencyProperty.Register( 359public static readonly DependencyProperty KeyTimeProperty = 360DependencyProperty.Register( 385public static readonly DependencyProperty ValueProperty = 386DependencyProperty.Register( 503public static readonly DependencyProperty KeyTimeProperty = 504DependencyProperty.Register( 529public static readonly DependencyProperty ValueProperty = 530DependencyProperty.Register( 647public static readonly DependencyProperty KeyTimeProperty = 648DependencyProperty.Register( 673public static readonly DependencyProperty ValueProperty = 674DependencyProperty.Register( 791public static readonly DependencyProperty KeyTimeProperty = 792DependencyProperty.Register( 817public static readonly DependencyProperty ValueProperty = 818DependencyProperty.Register( 935public static readonly DependencyProperty KeyTimeProperty = 936DependencyProperty.Register( 961public static readonly DependencyProperty ValueProperty = 962DependencyProperty.Register( 1079public static readonly DependencyProperty KeyTimeProperty = 1080DependencyProperty.Register( 1105public static readonly DependencyProperty ValueProperty = 1106DependencyProperty.Register( 1223public static readonly DependencyProperty KeyTimeProperty = 1224DependencyProperty.Register( 1249public static readonly DependencyProperty ValueProperty = 1250DependencyProperty.Register( 1367public static readonly DependencyProperty KeyTimeProperty = 1368DependencyProperty.Register( 1393public static readonly DependencyProperty ValueProperty = 1394DependencyProperty.Register( 1511public static readonly DependencyProperty KeyTimeProperty = 1512DependencyProperty.Register( 1537public static readonly DependencyProperty ValueProperty = 1538DependencyProperty.Register( 1655public static readonly DependencyProperty KeyTimeProperty = 1656DependencyProperty.Register( 1681public static readonly DependencyProperty ValueProperty = 1682DependencyProperty.Register( 1799public static readonly DependencyProperty KeyTimeProperty = 1800DependencyProperty.Register( 1825public static readonly DependencyProperty ValueProperty = 1826DependencyProperty.Register( 1943public static readonly DependencyProperty KeyTimeProperty = 1944DependencyProperty.Register( 1969public static readonly DependencyProperty ValueProperty = 1970DependencyProperty.Register( 2087public static readonly DependencyProperty KeyTimeProperty = 2088DependencyProperty.Register( 2113public static readonly DependencyProperty ValueProperty = 2114DependencyProperty.Register( 2231public static readonly DependencyProperty KeyTimeProperty = 2232DependencyProperty.Register( 2257public static readonly DependencyProperty ValueProperty = 2258DependencyProperty.Register( 2375public static readonly DependencyProperty KeyTimeProperty = 2376DependencyProperty.Register( 2401public static readonly DependencyProperty ValueProperty = 2402DependencyProperty.Register( 2519public static readonly DependencyProperty KeyTimeProperty = 2520DependencyProperty.Register( 2545public static readonly DependencyProperty ValueProperty = 2546DependencyProperty.Register( 2663public static readonly DependencyProperty KeyTimeProperty = 2664DependencyProperty.Register( 2689public static readonly DependencyProperty ValueProperty = 2690DependencyProperty.Register( 2807public static readonly DependencyProperty KeyTimeProperty = 2808DependencyProperty.Register( 2833public static readonly DependencyProperty ValueProperty = 2834DependencyProperty.Register( 2951public static readonly DependencyProperty KeyTimeProperty = 2952DependencyProperty.Register( 2977public static readonly DependencyProperty ValueProperty = 2978DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (32)
129public static readonly DependencyProperty KeySplineProperty = 130DependencyProperty.Register( 262public static readonly DependencyProperty KeySplineProperty = 263DependencyProperty.Register( 395public static readonly DependencyProperty KeySplineProperty = 396DependencyProperty.Register( 528public static readonly DependencyProperty KeySplineProperty = 529DependencyProperty.Register( 661public static readonly DependencyProperty KeySplineProperty = 662DependencyProperty.Register( 794public static readonly DependencyProperty KeySplineProperty = 795DependencyProperty.Register( 927public static readonly DependencyProperty KeySplineProperty = 928DependencyProperty.Register( 1060public static readonly DependencyProperty KeySplineProperty = 1061DependencyProperty.Register( 1193public static readonly DependencyProperty KeySplineProperty = 1194DependencyProperty.Register( 1326public static readonly DependencyProperty KeySplineProperty = 1327DependencyProperty.Register( 1459public static readonly DependencyProperty KeySplineProperty = 1460DependencyProperty.Register( 1592public static readonly DependencyProperty KeySplineProperty = 1593DependencyProperty.Register( 1725public static readonly DependencyProperty KeySplineProperty = 1726DependencyProperty.Register( 1858public static readonly DependencyProperty KeySplineProperty = 1859DependencyProperty.Register( 1991public static readonly DependencyProperty KeySplineProperty = 1992DependencyProperty.Register( 2124public static readonly DependencyProperty KeySplineProperty = 2125DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
168public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
Core\CSharp\System\Windows\Media\Animation\IAnimatable.cs (5)
23void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock); 42void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior); 50void BeginAnimation(DependencyProperty dp, AnimationTimeline animation); 62void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior); 82Object GetAnimationBaseValue(DependencyProperty dp);
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
230internal static DUCE.ResourceHandle GetResourceHandle(DependencyObject d, DependencyProperty dp, DUCE.Channel channel)
Core\CSharp\System\Windows\Media\Animation\LinearQuaternionKeyFrame.cs (2)
28public static readonly DependencyProperty UseShortestPathProperty = 29DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (8)
96public static readonly DependencyProperty DoesRotateWithTangentProperty = 97DependencyProperty.Register( 137public static readonly DependencyProperty IsAngleCumulativeProperty = 138DependencyProperty.Register( 170public static readonly DependencyProperty IsOffsetCumulativeProperty = 171DependencyProperty.Register( 201public static readonly DependencyProperty PathGeometryProperty = 202DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs (2)
153public static readonly DependencyProperty SlipBehaviorProperty = 154DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (2)
62public static readonly DependencyProperty PathGeometryProperty = 63DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\PowerEase.cs (2)
24public static readonly DependencyProperty PowerProperty = 25DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\QuaternionAnimation.cs (2)
25public static readonly DependencyProperty UseShortestPathProperty = 26DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (2)
28public static readonly DependencyProperty UseShortestPathProperty = 29DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (20)
183public static readonly DependencyProperty AccelerationRatioProperty = 184DependencyProperty.Register( 239public static readonly DependencyProperty AutoReverseProperty = 240DependencyProperty.Register( 282public static readonly DependencyProperty BeginTimeProperty = 283DependencyProperty.Register( 321public static readonly DependencyProperty DecelerationRatioProperty = 322DependencyProperty.Register( 364public static readonly DependencyProperty DesiredFrameRateProperty = 365DependencyProperty.RegisterAttached( 413public static readonly DependencyProperty DurationProperty = 414DependencyProperty.Register( 454public static readonly DependencyProperty FillBehaviorProperty = 455DependencyProperty.Register( 494public static readonly DependencyProperty NameProperty = 495DependencyProperty.Register( 537public static readonly DependencyProperty RepeatBehaviorProperty = 538DependencyProperty.Register( 572public static readonly DependencyProperty SpeedRatioProperty = 573DependencyProperty.Register(
Core\CSharp\System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (5)
261public static readonly DependencyProperty BevelWidthProperty; 265public static readonly DependencyProperty ReliefProperty; 269public static readonly DependencyProperty LightAngleProperty; 273public static readonly DependencyProperty SmoothnessProperty; 277public static readonly DependencyProperty EdgeProfileProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
187public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (3)
210public static readonly DependencyProperty InputProperty; 214public static readonly DependencyProperty AreaToApplyEffectUnitsProperty; 218public static readonly DependencyProperty AreaToApplyEffectProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (2)
195public static readonly DependencyProperty RadiusProperty; 199public static readonly DependencyProperty KernelTypeProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs (3)
302public static readonly DependencyProperty RadiusProperty; 306public static readonly DependencyProperty KernelTypeProperty; 310public static readonly DependencyProperty RenderingBiasProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (6)
290public static readonly DependencyProperty ShadowDepthProperty; 294public static readonly DependencyProperty ColorProperty; 298public static readonly DependencyProperty DirectionProperty; 302public static readonly DependencyProperty NoiseProperty; 306public static readonly DependencyProperty OpacityProperty; 310public static readonly DependencyProperty SoftnessProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (6)
391public static readonly DependencyProperty ShadowDepthProperty; 395public static readonly DependencyProperty ColorProperty; 399public static readonly DependencyProperty DirectionProperty; 403public static readonly DependencyProperty OpacityProperty; 407public static readonly DependencyProperty BlurRadiusProperty; 411public static readonly DependencyProperty RenderingBiasProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (2)
202public static readonly DependencyProperty LightAngleProperty; 206public static readonly DependencyProperty ReliefProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (4)
246public static readonly DependencyProperty GlowColorProperty; 250public static readonly DependencyProperty GlowSizeProperty; 254public static readonly DependencyProperty NoiseProperty; 258public static readonly DependencyProperty OpacityProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\PixelShader.cs (2)
274public static readonly DependencyProperty UriSourceProperty; 278public static readonly DependencyProperty ShaderRenderModeProperty;
Core\CSharp\System\Windows\Media\Effects\Generated\ShaderEffect.cs (1)
278protected static readonly DependencyProperty PixelShaderProperty;
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (6)
254protected void UpdateShaderValue(DependencyProperty dp) 327protected static DependencyProperty RegisterPixelShaderSamplerProperty(string dpName, 338protected static DependencyProperty RegisterPixelShaderSamplerProperty(string dpName, 344DependencyProperty.Register(dpName, typeof(Brush), ownerType, 356private void UpdateShaderConstant(DependencyProperty dp, object newValue, int registerIndex) 435private void UpdateShaderSampler(DependencyProperty dp, object newValue, int registerIndex, SamplingMode samplingMode)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (5)
236public static readonly DependencyProperty PointProperty; 240public static readonly DependencyProperty SizeProperty; 244public static readonly DependencyProperty RotationAngleProperty; 248public static readonly DependencyProperty IsLargeArcProperty; 252public static readonly DependencyProperty SweepDirectionProperty;
Core\CSharp\System\Windows\Media\Generated\BezierSegment.cs (3)
221public static readonly DependencyProperty Point1Property; 225public static readonly DependencyProperty Point2Property; 229public static readonly DependencyProperty Point3Property;
Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs (3)
304public static readonly DependencyProperty RenderAtScaleProperty; 308public static readonly DependencyProperty SnapsToDevicePixelsProperty; 312public static readonly DependencyProperty EnableClearTypeProperty;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (5)
502public static readonly DependencyProperty TargetProperty; 506public static readonly DependencyProperty BitmapCacheProperty; 510public static readonly DependencyProperty AutoLayoutContentProperty; 514internal static readonly DependencyProperty InternalTargetProperty; 518internal static readonly DependencyProperty AutoWrapTargetProperty;
Core\CSharp\System\Windows\Media\Generated\Brush.cs (3)
414public static readonly DependencyProperty OpacityProperty; 418public static readonly DependencyProperty TransformProperty; 422public static readonly DependencyProperty RelativeTransformProperty;
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (3)
425public static readonly DependencyProperty GeometryCombineModeProperty; 429public static readonly DependencyProperty Geometry1Property; 433public static readonly DependencyProperty Geometry2Property;
Core\CSharp\System\Windows\Media\Generated\DashStyle.cs (2)
325public static readonly DependencyProperty OffsetProperty; 329public static readonly DependencyProperty DashesProperty;
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
376public static readonly DependencyProperty DrawingProperty;
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (8)
826public static readonly DependencyProperty ChildrenProperty; 830public static readonly DependencyProperty ClipGeometryProperty; 834public static readonly DependencyProperty OpacityProperty; 838public static readonly DependencyProperty OpacityMaskProperty; 842public static readonly DependencyProperty TransformProperty; 846public static readonly DependencyProperty GuidelineSetProperty; 850public static readonly DependencyProperty BitmapEffectProperty; 854public static readonly DependencyProperty BitmapEffectInputProperty;
Core\CSharp\System\Windows\Media\Generated\DrawingImage.cs (1)
313public static readonly DependencyProperty DrawingProperty;
Core\CSharp\System\Windows\Media\Generated\EllipseGeometry.cs (3)
348public static readonly DependencyProperty RadiusXProperty; 352public static readonly DependencyProperty RadiusYProperty; 356public static readonly DependencyProperty CenterProperty;
Core\CSharp\System\Windows\Media\Generated\GeneralTransformGroup.cs (1)
176public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media\Generated\Geometry.cs (1)
341public static readonly DependencyProperty TransformProperty;
Core\CSharp\System\Windows\Media\Generated\GeometryDrawing.cs (3)
440public static readonly DependencyProperty BrushProperty; 444public static readonly DependencyProperty PenProperty; 448public static readonly DependencyProperty GeometryProperty;
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (2)
483public static readonly DependencyProperty FillRuleProperty; 487public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media\Generated\GlyphRunDrawing.cs (2)
351public static readonly DependencyProperty GlyphRunProperty; 355public static readonly DependencyProperty ForegroundBrushProperty;
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (4)
258public static readonly DependencyProperty ColorInterpolationModeProperty; 262public static readonly DependencyProperty MappingModeProperty; 266public static readonly DependencyProperty SpreadMethodProperty; 270public static readonly DependencyProperty GradientStopsProperty;
Core\CSharp\System\Windows\Media\Generated\GradientStop.cs (2)
266public static readonly DependencyProperty ColorProperty 278public static readonly DependencyProperty OffsetProperty
Core\CSharp\System\Windows\Media\Generated\GuidelineSet.cs (3)
345public static readonly DependencyProperty GuidelinesXProperty; 349public static readonly DependencyProperty GuidelinesYProperty; 353internal static readonly DependencyProperty IsDynamicProperty;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
376public static readonly DependencyProperty ImageSourceProperty;
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (2)
330public static readonly DependencyProperty ImageSourceProperty; 334public static readonly DependencyProperty RectProperty;
Core\CSharp\System\Windows\Media\Generated\LinearGradientBrush.cs (2)
275public static readonly DependencyProperty StartPointProperty; 279public static readonly DependencyProperty EndPointProperty;
Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs (2)
305public static readonly DependencyProperty StartPointProperty; 309public static readonly DependencyProperty EndPointProperty;
Core\CSharp\System\Windows\Media\Generated\LineSegment.cs (1)
189public static readonly DependencyProperty PointProperty;
Core\CSharp\System\Windows\Media\Generated\MatrixTransform.cs (1)
271public static readonly DependencyProperty MatrixProperty;
Core\CSharp\System\Windows\Media\Generated\MediaTimeline.cs (1)
189public static readonly DependencyProperty SourceProperty;
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (4)
236public static readonly DependencyProperty StartPointProperty; 240public static readonly DependencyProperty IsFilledProperty; 244public static readonly DependencyProperty SegmentsProperty; 248public static readonly DependencyProperty IsClosedProperty;
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (2)
275public static readonly DependencyProperty FillRuleProperty; 279public static readonly DependencyProperty FiguresProperty;
Core\CSharp\System\Windows\Media\Generated\PathSegment.cs (2)
184public static readonly DependencyProperty IsStrokedProperty; 188public static readonly DependencyProperty IsSmoothJoinProperty;
Core\CSharp\System\Windows\Media\Generated\Pen.cs (8)
522public static readonly DependencyProperty BrushProperty; 526public static readonly DependencyProperty ThicknessProperty; 530public static readonly DependencyProperty StartLineCapProperty; 534public static readonly DependencyProperty EndLineCapProperty; 538public static readonly DependencyProperty DashCapProperty; 542public static readonly DependencyProperty LineJoinProperty; 546public static readonly DependencyProperty MiterLimitProperty; 550public static readonly DependencyProperty DashStyleProperty;
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegment.cs (1)
189public static readonly DependencyProperty PointsProperty;
Core\CSharp\System\Windows\Media\Generated\PolyLineSegment.cs (1)
189public static readonly DependencyProperty PointsProperty;
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (1)
189public static readonly DependencyProperty PointsProperty;
Core\CSharp\System\Windows\Media\Generated\QuadraticBezierSegment.cs (2)
191public static readonly DependencyProperty Point1Property; 195public static readonly DependencyProperty Point2Property;
Core\CSharp\System\Windows\Media\Generated\RadialGradientBrush.cs (4)
317public static readonly DependencyProperty CenterProperty; 321public static readonly DependencyProperty RadiusXProperty; 325public static readonly DependencyProperty RadiusYProperty; 329public static readonly DependencyProperty GradientOriginProperty;
Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs (3)
346public static readonly DependencyProperty RadiusXProperty; 350public static readonly DependencyProperty RadiusYProperty; 354public static readonly DependencyProperty RectProperty;
Core\CSharp\System\Windows\Media\Generated\RotateTransform.cs (3)
314public static readonly DependencyProperty AngleProperty; 318public static readonly DependencyProperty CenterXProperty; 322public static readonly DependencyProperty CenterYProperty;
Core\CSharp\System\Windows\Media\Generated\ScaleTransform.cs (4)
342public static readonly DependencyProperty ScaleXProperty; 346public static readonly DependencyProperty ScaleYProperty; 350public static readonly DependencyProperty CenterXProperty; 354public static readonly DependencyProperty CenterYProperty;
Core\CSharp\System\Windows\Media\Generated\SkewTransform.cs (4)
342public static readonly DependencyProperty AngleXProperty; 346public static readonly DependencyProperty AngleYProperty; 350public static readonly DependencyProperty CenterXProperty; 354public static readonly DependencyProperty CenterYProperty;
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
313public static readonly DependencyProperty ColorProperty;
Core\CSharp\System\Windows\Media\Generated\StreamGeometry.cs (1)
182public static readonly DependencyProperty FillRuleProperty;
Core\CSharp\System\Windows\Media\Generated\TextEffect.cs (5)
260public static readonly DependencyProperty TransformProperty; 264public static readonly DependencyProperty ClipProperty; 268public static readonly DependencyProperty ForegroundProperty; 272public static readonly DependencyProperty PositionStartProperty; 276public static readonly DependencyProperty PositionCountProperty;
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (8)
350public static readonly DependencyProperty ViewportUnitsProperty; 354public static readonly DependencyProperty ViewboxUnitsProperty; 358public static readonly DependencyProperty ViewportProperty; 362public static readonly DependencyProperty ViewboxProperty; 366public static readonly DependencyProperty StretchProperty; 370public static readonly DependencyProperty TileModeProperty; 374public static readonly DependencyProperty AlignmentXProperty; 378public static readonly DependencyProperty AlignmentYProperty;
Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs (1)
443public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs (2)
286public static readonly DependencyProperty XProperty; 290public static readonly DependencyProperty YProperty;
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (2)
311public static readonly DependencyProperty PlayerProperty; 315public static readonly DependencyProperty RectProperty;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (2)
406public static readonly DependencyProperty VisualProperty; 410public static readonly DependencyProperty AutoLayoutContentProperty;
Core\CSharp\System\Windows\Media\ImageSourceConverter.cs (2)
184DependencyProperty dp = ipvt.TargetProperty as DependencyProperty;
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (9)
433public static readonly DependencyProperty UriCachePolicyProperty; 437public static readonly DependencyProperty UriSourceProperty; 441public static readonly DependencyProperty StreamSourceProperty; 445public static readonly DependencyProperty DecodePixelWidthProperty; 449public static readonly DependencyProperty DecodePixelHeightProperty; 453public static readonly DependencyProperty RotationProperty; 457public static readonly DependencyProperty SourceRectProperty; 461public static readonly DependencyProperty CreateOptionsProperty; 465public static readonly DependencyProperty CacheOptionProperty;
Core\CSharp\System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (4)
330public static readonly DependencyProperty SourceProperty; 334public static readonly DependencyProperty SourceColorContextProperty; 338public static readonly DependencyProperty DestinationColorContextProperty; 342public static readonly DependencyProperty DestinationFormatProperty;
Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (2)
282public static readonly DependencyProperty SourceProperty; 286public static readonly DependencyProperty SourceRectProperty;
Core\CSharp\System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (4)
330public static readonly DependencyProperty SourceProperty; 334public static readonly DependencyProperty DestinationFormatProperty; 338public static readonly DependencyProperty DestinationPaletteProperty; 342public static readonly DependencyProperty AlphaThresholdProperty;
Core\CSharp\System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (2)
301public static readonly DependencyProperty SourceProperty; 305public static readonly DependencyProperty TransformProperty;
Core\CSharp\System\Windows\Media\RenderOptions.cs (12)
36public static readonly DependencyProperty EdgeModeProperty = 37DependencyProperty.RegisterAttached("EdgeMode", 69public static readonly DependencyProperty BitmapScalingModeProperty = 70DependencyProperty.RegisterAttached("BitmapScalingMode", 102public static readonly DependencyProperty ClearTypeHintProperty = 103DependencyProperty.RegisterAttached("ClearTypeHint", 136public static readonly DependencyProperty CachingHintProperty = 137DependencyProperty.RegisterAttached("CachingHint", 169public static readonly DependencyProperty CacheInvalidationThresholdMinimumProperty = 170DependencyProperty.RegisterAttached("CacheInvalidationThresholdMinimum", 202public static readonly DependencyProperty CacheInvalidationThresholdMaximumProperty = 203DependencyProperty.RegisterAttached("CacheInvalidationThresholdMaximum",
Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs (6)
153public static readonly DependencyProperty CultureSourceProperty = 154DependencyProperty.RegisterAttached( 189public static readonly DependencyProperty CultureOverrideProperty = 190DependencyProperty.RegisterAttached( 229public static readonly DependencyProperty SubstitutionProperty = 230DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\Media\Visual.cs (1)
4330internal virtual void InvalidateForceInheritPropertyOnChildren(DependencyProperty property)
Core\CSharp\System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (2)
286public static readonly DependencyProperty AxisProperty; 290public static readonly DependencyProperty AngleProperty;
Core\CSharp\System\Windows\Media3D\Generated\Camera.cs (1)
324public static readonly DependencyProperty TransformProperty;
Core\CSharp\System\Windows\Media3D\Generated\DiffuseMaterial.cs (3)
355public static readonly DependencyProperty ColorProperty; 359public static readonly DependencyProperty AmbientColorProperty; 363public static readonly DependencyProperty BrushProperty;
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (1)
279public static readonly DependencyProperty DirectionProperty;
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
332public static readonly DependencyProperty ColorProperty; 336public static readonly DependencyProperty BrushProperty;
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DGroup.cs (1)
172public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media3D\Generated\GeometryModel3D.cs (3)
457public static readonly DependencyProperty GeometryProperty; 461public static readonly DependencyProperty MaterialProperty; 465public static readonly DependencyProperty BackMaterialProperty;
Core\CSharp\System\Windows\Media3D\Generated\Light.cs (1)
184public static readonly DependencyProperty ColorProperty;
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (1)
439public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media3D\Generated\MatrixCamera.cs (2)
289public static readonly DependencyProperty ViewMatrixProperty; 293public static readonly DependencyProperty ProjectionMatrixProperty;
Core\CSharp\System\Windows\Media3D\Generated\MatrixTransform3D.cs (1)
260public static readonly DependencyProperty MatrixProperty;
Core\CSharp\System\Windows\Media3D\Generated\MeshGeometry3D.cs (4)
407public static readonly DependencyProperty PositionsProperty; 411public static readonly DependencyProperty NormalsProperty; 415public static readonly DependencyProperty TextureCoordinatesProperty; 419public static readonly DependencyProperty TriangleIndicesProperty;
Core\CSharp\System\Windows\Media3D\Generated\Model3D.cs (1)
324public static readonly DependencyProperty TransformProperty;
Core\CSharp\System\Windows\Media3D\Generated\Model3DGroup.cs (1)
456public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
303public static readonly DependencyProperty WidthProperty;
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
303public static readonly DependencyProperty FieldOfViewProperty;
Core\CSharp\System\Windows\Media3D\Generated\PointLightBase.cs (5)
259public static readonly DependencyProperty PositionProperty; 263public static readonly DependencyProperty RangeProperty; 267public static readonly DependencyProperty ConstantAttenuationProperty; 271public static readonly DependencyProperty LinearAttenuationProperty; 275public static readonly DependencyProperty QuadraticAttenuationProperty;
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (5)
259public static readonly DependencyProperty NearPlaneDistanceProperty; 263public static readonly DependencyProperty FarPlaneDistanceProperty; 267public static readonly DependencyProperty PositionProperty; 271public static readonly DependencyProperty LookDirectionProperty; 275public static readonly DependencyProperty UpDirectionProperty;
Core\CSharp\System\Windows\Media3D\Generated\QuaternionRotation3D.cs (1)
270public static readonly DependencyProperty QuaternionProperty;
Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs (4)
394public static readonly DependencyProperty CenterXProperty; 398public static readonly DependencyProperty CenterYProperty; 402public static readonly DependencyProperty CenterZProperty; 406public static readonly DependencyProperty RotationProperty;
Core\CSharp\System\Windows\Media3D\Generated\ScaleTransform3D.cs (6)
412public static readonly DependencyProperty ScaleXProperty; 416public static readonly DependencyProperty ScaleYProperty; 420public static readonly DependencyProperty ScaleZProperty; 424public static readonly DependencyProperty CenterXProperty; 428public static readonly DependencyProperty CenterYProperty; 432public static readonly DependencyProperty CenterZProperty;
Core\CSharp\System\Windows\Media3D\Generated\SpecularMaterial.cs (3)
355public static readonly DependencyProperty ColorProperty; 359public static readonly DependencyProperty BrushProperty; 363public static readonly DependencyProperty SpecularPowerProperty;
Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs (3)
365public static readonly DependencyProperty DirectionProperty; 369public static readonly DependencyProperty OuterConeAngleProperty; 373public static readonly DependencyProperty InnerConeAngleProperty;
Core\CSharp\System\Windows\Media3D\Generated\Transform3DGroup.cs (1)
439public static readonly DependencyProperty ChildrenProperty;
Core\CSharp\System\Windows\Media3D\Generated\TranslateTransform3D.cs (3)
319public static readonly DependencyProperty OffsetXProperty; 323public static readonly DependencyProperty OffsetYProperty; 327public static readonly DependencyProperty OffsetZProperty;
Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs (6)
56DependencyProperty dp, 80DependencyProperty dp, 131public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) 154public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior) 213public object GetAnimationBaseValue(DependencyProperty dp) 244DependencyProperty dp,
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
98DependencyProperty dp = e.Property;
Core\CSharp\System\Windows\Media3D\ModelUIElement3D.cs (2)
57public static readonly DependencyProperty ModelProperty = 58DependencyProperty.Register(
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (3)
138public static readonly DependencyProperty ContentProperty = 139DependencyProperty.Register( 175public static new readonly DependencyProperty TransformProperty = Visual3D.TransformProperty;
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (12)
295public static readonly DependencyProperty VisualProperty = 562public static readonly DependencyProperty GeometryProperty = 563DependencyProperty.Register( 685public static readonly DependencyProperty MaterialProperty = 686DependencyProperty.Register("Material", 712public static readonly DependencyProperty IsVisualHostMaterialProperty = 713DependencyProperty.RegisterAttached( 744public static readonly DependencyProperty CacheModeProperty = 745DependencyProperty.Register( 899private static readonly DependencyProperty CachingHintProperty = 915private static readonly DependencyProperty CacheInvalidationThresholdMinimumProperty = 932private static readonly DependencyProperty CacheInvalidationThresholdMaximumProperty =
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
206public static readonly DependencyProperty CameraProperty = 207DependencyProperty.Register( 254public static readonly DependencyProperty ViewportProperty = 255DependencyProperty.Register(
Core\CSharp\System\Windows\Media3D\Visual3D.cs (5)
160public static readonly DependencyProperty TransformProperty = 161DependencyProperty.Register( 1054internal virtual void InvalidateForceInheritPropertyOnChildren(DependencyProperty property) 1565internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 1573internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property)
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (2)
84public static readonly DependencyProperty BaseUriProperty = 85DependencyProperty.RegisterAttached(
Core\CSharp\System\Windows\PresentationSource.cs (7)
759private static PresentationSource CriticalGetPresentationSourceFromElement(DependencyObject dObject,DependencyProperty dp) 894private static readonly DependencyProperty RootSourceProperty 895= DependencyProperty.RegisterAttached("RootSource", typeof(SecurityCriticalDataForMultipleGetAndSet<PresentationSource>), typeof(PresentationSource), 906private static readonly DependencyProperty CachedSourceProperty 907= DependencyProperty.RegisterAttached("CachedSource", typeof(SecurityCriticalDataForMultipleGetAndSet<PresentationSource>), typeof(PresentationSource), 911private static readonly DependencyProperty GetsSourceChangedEventProperty = DependencyProperty.RegisterAttached("IsBeingWatched", typeof(bool), typeof(PresentationSource), new PropertyMetadata((bool)false));
Core\CSharp\System\Windows\UIElement.cs (42)
147public static readonly DependencyProperty AllowDropProperty = 148DependencyProperty.Register( 1363public static readonly DependencyProperty RenderTransformProperty = 1364DependencyProperty.Register( 1406public static readonly DependencyProperty RenderTransformOriginProperty = 1407DependencyProperty.Register( 2703public static readonly DependencyProperty OpacityProperty = 2704DependencyProperty.Register( 2741public static readonly DependencyProperty OpacityMaskProperty 2742= DependencyProperty.Register("OpacityMask", typeof(Brush), typeof(UIElement), 2770public static readonly DependencyProperty BitmapEffectProperty = 2771DependencyProperty.Register( 2804public static readonly DependencyProperty EffectProperty = 2805DependencyProperty.Register( 2834public static readonly DependencyProperty BitmapEffectInputProperty = 2835DependencyProperty.Register( 2911public static readonly DependencyProperty CacheModeProperty = 2912DependencyProperty.Register( 2959static public readonly DependencyProperty UidProperty = 2960DependencyProperty.Register( 2981public static readonly DependencyProperty VisibilityProperty = 2982DependencyProperty.Register( 3393public static readonly DependencyProperty ClipToBoundsProperty = 3394DependencyProperty.Register( 3434public static readonly DependencyProperty ClipProperty = 3435DependencyProperty.Register( 3466public static readonly DependencyProperty SnapsToDevicePixelsProperty = 3467DependencyProperty.Register( 3549DependencyProperty.RegisterReadOnly( 3562public static readonly DependencyProperty IsFocusedProperty 3613public static readonly DependencyProperty IsEnabledProperty = 3614DependencyProperty.Register( 3740public static readonly DependencyProperty IsHitTestVisibleProperty = 3741DependencyProperty.Register( 3841DependencyProperty.RegisterReadOnly( 3850public static readonly DependencyProperty IsVisibleProperty = IsVisiblePropertyKey.DependencyProperty; 3974public static readonly DependencyProperty FocusableProperty = 3975DependencyProperty.Register( 4288internal static void InvalidateForceInheritPropertyOnChildren(Visual v, DependencyProperty property) 4361public static readonly DependencyProperty IsManipulationEnabledProperty = 4362DependencyProperty.Register( 4415private static bool IsDefaultValue(DependencyObject dependencyObject, DependencyProperty dependencyProperty)
Core\CSharp\System\Windows\UIElement3D.cs (8)
101public static readonly DependencyProperty AllowDropProperty = 663public static readonly DependencyProperty VisibilityProperty = 774public static readonly DependencyProperty IsFocusedProperty; 824public static readonly DependencyProperty IsEnabledProperty = 945public static readonly DependencyProperty IsHitTestVisibleProperty = 1043public static readonly DependencyProperty IsVisibleProperty; 1169public static readonly DependencyProperty FocusableProperty = 1386internal static void InvalidateForceInheritPropertyOnChildren(Visual3D v, DependencyProperty property)
PresentationFramework (3271)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (6)
101if (fetchAsBatch && dataId != DependencyProperty.UnsetValue) 139if (!fetchAsBatch && !childrenCalledProcessAnnotations && dataId != DependencyProperty.UnsetValue) 291public static readonly DependencyProperty DataIdProperty = 292DependencyProperty.RegisterAttached( 338public static readonly DependencyProperty FetchAnnotationsAsBatchProperty = DependencyProperty.RegisterAttached(
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
480public static readonly DependencyProperty SubTreeProcessorIdProperty = DependencyProperty.RegisterAttached(
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (3)
213internal static readonly DependencyProperty HiddenParentProperty = DependencyProperty.RegisterAttached("HiddenParent", typeof(DependencyObject), typeof(PathNode)); 305if (node.ReadLocalValue(AnnotationService.ServiceProperty) != DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
253object value = DependencyProperty.UnsetValue; 281return GetHighlightValue(staticTextPosition, direction) != DependencyProperty.UnsetValue;
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
179public static DependencyProperty HighlightBrushProperty = DependencyProperty.Register("HighlightBrushProperty", typeof(Brush), typeof(HighlightComponent));
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (4)
327public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof (Brush), typeof(MarkedHighlightComponent)); 341public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof (double), typeof(MarkedHighlightComponent));
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (8)
48DependencyProperty.RegisterReadOnly( 52internal static readonly DependencyProperty CanGoBackProperty = 56DependencyProperty.RegisterReadOnly( 60internal static readonly DependencyProperty CanGoForwardProperty = 66DependencyProperty.RegisterReadOnly( 70internal static readonly DependencyProperty BackStackProperty = 74DependencyProperty.RegisterReadOnly( 78internal static readonly DependencyProperty ForwardStackProperty =
src\Framework\MS\Internal\Data\BindingWorker.cs (3)
71internal virtual bool UsesDependencyProperty(DependencyObject d, DependencyProperty dp) { return false; } 72internal virtual void OnSourceInvalidation(DependencyObject d, DependencyProperty dp, bool isASubPropertyChange) {} 88protected DependencyProperty TargetProperty { get { return ParentBindingExpression.TargetProperty; } }
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (14)
68DependencyProperty targetDP = TargetProperty; 178(accessor == DependencyProperty.UnsetValue && XmlWorker == null)) 254if (ParentBinding.IsAsync && !(PW.GetAccessor(k) is DependencyProperty)) 270internal override bool UsesDependencyProperty(DependencyObject d, DependencyProperty dp) 275internal override void OnSourceInvalidation(DependencyObject d, DependencyProperty dp, bool isASubPropertyChange) 437ParentBindingExpression.UpdateNotifyDataErrors(indei, propName, DependencyProperty.UnsetValue); 445ParentBindingExpression.UpdateNotifyDataErrors((INotifyDataErrorInfo)args[0], (string)args[1], DependencyProperty.UnsetValue); 604DependencyProperty dp = PW.GetAccessor(k) as DependencyProperty; 707PW.OnNewValue(k, DependencyProperty.UnsetValue); 858internal WeakDependencySource(DependencyObject item, DependencyProperty dp) 864internal WeakDependencySource(WeakReference wr, DependencyProperty dp) 871internal DependencyProperty DependencyProperty { get { return _dp; } } 874DependencyProperty _dp;
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (3)
155return DependencyProperty.UnsetValue; 162return DependencyProperty.UnsetValue; 416if (seed1 == DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
266name = DependencyProperty.UnsetValue; // name is 'seen' 283if (name != DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (4)
204object result = DependencyProperty.UnsetValue; 284object value = DependencyProperty.UnsetValue; 292if (value == DependencyProperty.UnsetValue) 471return (parsedValue != DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Data\DynamicValueConverter.cs (2)
47object result = DependencyProperty.UnsetValue; // meaning: failure to convert 72object result = DependencyProperty.UnsetValue; // meaning: failure to convert
src\Framework\MS\Internal\Data\LiveShapingItem.cs (7)
89private static readonly DependencyProperty StartingIndexProperty = 90DependencyProperty.Register("StartingIndex", typeof(int), typeof(LiveShapingItem)); 105internal void SetBinding(string path, DependencyProperty dp, bool oneTime=false, bool enableXT=false) 150internal object GetValue(string path, DependencyProperty dp) 173internal void OnCrossThreadPropertyChange(DependencyProperty dp) 178private static readonly DependencyProperty ParentGroupsProperty = 179DependencyProperty.Register("ParentGroups", typeof(object), typeof(LiveShapingItem));
src\Framework\MS\Internal\Data\LiveShapingList.cs (15)
61public LivePropertyInfo(string path, DependencyProperty dp) 70DependencyProperty _dp; 71public DependencyProperty Property { get { return _dp; } } 104internal Dictionary<string, DependencyProperty> ObservedProperties 409foreach (DependencyProperty dp in ObservedProperties.Values) 422internal void OnItemPropertyChanged(LiveShapingItem lsi, DependencyProperty dp) 452internal void OnItemPropertyChangedCrossThread(LiveShapingItem lsi, DependencyProperty dp) 481bool ContainsDP(LivePropertyInfo[] infos, DependencyProperty dp) 692class DPFromPath : Dictionary<String, DependencyProperty> 710public DependencyProperty GetDP(string path) 712DependencyProperty dp; 723ICollection<DependencyProperty> usedDPs = this.Values; 737dp = DependencyProperty.RegisterAttached( 803static List<DependencyProperty> s_dpList = new List<DependencyProperty>();
src\Framework\MS\Internal\Data\ObjectRef.cs (4)
190d.ReadLocalValue(System.Windows.Navigation.NavigationService.NavigationServiceProperty) == DependencyProperty.UnsetValue) 281o = DependencyProperty.UnsetValue; 412return DependencyProperty.UnsetValue; // we fell off the tree 521return DependencyProperty.UnsetValue; // we fell off the tree
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (28)
124DependencyProperty dp; 235DependencyProperty dp; 239object value = DependencyProperty.UnsetValue; 322if (accessor == DependencyProperty.UnsetValue) 342DependencyProperty dp; 406rawValue = DependencyProperty.UnsetValue; // the real value will arrive later 480internal bool UsesDependencyProperty(DependencyObject d, DependencyProperty dp) 501internal void OnDependencyPropertyChanged(DependencyObject d, DependencyProperty dp, bool isASubPropertyChange) 668!(_arySVS[_arySVS.Length-1].info is DependencyProperty) && 698DependencyProperty oldDP; 746parent == DependencyProperty.UnsetValue || 752if (parent == DependencyProperty.UnsetValue || 833svs.info = DependencyProperty.UnsetValue; 868DependencyProperty newDP; 1092if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty) 1135DependencyProperty dp; 1244info = DependencyProperty.UnsetValue; 1518return DependencyProperty.UnsetValue; 1526if (item != BindingExpression.NullDataItem && info != null && !(item == null && info != DependencyProperty.UnsetValue)) 1528object o = DependencyProperty.UnsetValue; 1529DependencyProperty dp = info as DependencyProperty; 1573o = DependencyProperty.UnsetValue; 1589return DependencyProperty.UnsetValue; 1592void SetPropertyInfo(object info, out PropertyInfo pi, out PropertyDescriptor pd, out DependencyProperty dp, out DynamicPropertyAccessor dpa) 1597dp = info as DependencyProperty; 1616DependencyProperty dp; 1759DependencyProperty dp;
src\Framework\MS\Internal\Data\SortFieldComparer.cs (4)
170if (value == DependencyProperty.UnsetValue) 195if (value == DependencyProperty.UnsetValue || 216_values[0] = DependencyProperty.UnsetValue; // sentinel - unknown value 229_values[index] = DependencyProperty.UnsetValue;
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (2)
151return DependencyProperty.UnsetValue; 472_hostWorker.UseNewXmlItem(DependencyProperty.UnsetValue);
src\Framework\MS\Internal\DataStreams.cs (3)
286DependencyProperty dp = DependencyProperty.FromName(subStream._propertyName, element.GetType()); 300newValue = DependencyProperty.UnsetValue;
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
463&& highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
1190private static readonly DependencyProperty UndoManagerInstanceProperty = DependencyProperty.RegisterAttached( //
src\Framework\MS\Internal\Helper.cs (25)
70_resource = DependencyProperty.UnsetValue; 231internal static bool HasDefaultValue(DependencyObject d, DependencyProperty dp) 239internal static bool HasDefaultOrInheritedValue(DependencyObject d, DependencyProperty dp) 247internal static bool HasUnmodifiedDefaultValue(DependencyObject d, DependencyProperty dp) 255internal static bool HasUnmodifiedDefaultOrInheritedValue(DependencyObject d, DependencyProperty dp) 263private static bool HasDefaultOrInheritedValueImpl(DependencyObject d, DependencyProperty dp, 327DependencyProperty styleProperty, 328DependencyProperty styleSelectorProperty, 340if (styleSelector != DependencyProperty.UnsetValue && 345if (style != DependencyProperty.UnsetValue && 359DependencyProperty templateProperty, 360DependencyProperty templateSelectorProperty, 384internal static bool IsTemplateSelectorDefined(DependencyProperty templateSelectorProperty, DependencyObject d) 390return (templateSelector != DependencyProperty.UnsetValue && 400internal static bool IsTemplateDefined(DependencyProperty templateProperty, DependencyObject d) 406return (template != DependencyProperty.UnsetValue && 589out DependencyProperty targetDependencyProperty) 612targetDependencyProperty = targetProperty as DependencyProperty; 915DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[dpIndex]; 916object value = DependencyProperty.UnsetValue; 929if (value != DependencyProperty.UnsetValue) 989else if (value != DependencyProperty.UnsetValue) 1485internal static bool IsDefaultValue(DependencyProperty dp, DependencyObject element) 1496internal static bool IsComposing(DependencyObject d, DependencyProperty dp)
src\Framework\MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
43internal override object CreateDefaultValue(DependencyObject owner, DependencyProperty property) 87if (_owner.ReadLocalValue(InkCanvas.DefaultDrawingAttributesProperty) == DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Ink\StrokeCollectionDefaultValueFactory.cs (4)
43internal override object CreateDefaultValue(DependencyObject owner, DependencyProperty property) 72internal StrokeCollectionDefaultPromoter(DependencyObject owner, DependencyProperty property) 96if ( _owner.ReadLocalValue(_dependencyProperty) == DependencyProperty.UnsetValue ) 109private readonly DependencyProperty _dependencyProperty;
src\Framework\MS\Internal\SystemXmlHelper.cs (1)
81return (extensions != null) ? extensions.FindXmlNodeWithInnerText(items, innerText, out index) : DependencyProperty.UnsetValue;
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (2)
138private static object GetCollectionValue(DependencyObject element, DependencyProperty property) 265if (selected == DependencyProperty.UnsetValue)
src\Framework\MS\Internal\TraceData.cs (4)
223static public void DescribeTarget(AvTraceBuilder traceBuilder, DependencyObject targetElement, DependencyProperty targetProperty) 243static public string DescribeTarget(DependencyObject targetElement, DependencyProperty targetProperty) 289DependencyProperty dp = accessor as DependencyProperty;
src\Framework\MS\Internal\UncommonValueTable.cs (1)
28return GetValue(id, DependencyProperty.UnsetValue);
src\Framework\System\ComponentModel\DesignerProperties.cs (2)
42public static readonly DependencyProperty IsInDesignModeProperty = 43DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Annotations\AnnotationService.cs (8)
570internal static readonly DependencyProperty ChooserProperty = DependencyProperty.RegisterAttached("Chooser", typeof(AnnotationComponentChooser), typeof(AnnotationService), new FrameworkPropertyMetadata(new AnnotationComponentChooser(), FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.OverridesInheritanceBehavior)); 595internal static readonly DependencyProperty SubTreeProcessorIdProperty = LocatorManager.SubTreeProcessorIdProperty.AddOwner(typeof(AnnotationService)); 638internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService)); 741internal static readonly DependencyProperty ServiceProperty = DependencyProperty.RegisterAttached("Service", typeof(AnnotationService), typeof(AnnotationService), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits | FrameworkPropertyMetadataOptions.OverridesInheritanceBehavior)); 1788private static readonly DependencyProperty AttachedAnnotationsProperty = DependencyProperty.RegisterAttached("AttachedAnnotations", typeof(IList<IAttachedAnnotation>), typeof(AnnotationService));
src\Framework\System\Windows\Application.cs (2)
378if (resource == DependencyProperty.UnsetValue || resource == null) 411if (resource == DependencyProperty.UnsetValue || resource == null)
src\Framework\System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (1)
96internal override bool IsBrowsable(DependencyObject d, DependencyProperty dp)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
209if (item == DependencyProperty.UnsetValue)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
99if (item != DependencyProperty.UnsetValue) 640return (item == null) ? DependencyProperty.UnsetValue : item;
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
167if (dataItem == DependencyProperty.UnsetValue)
src\Framework\System\Windows\Condition.cs (5)
32public Condition( DependencyProperty conditionProperty, object conditionValue ) : 47public Condition( DependencyProperty conditionProperty, object conditionValue, string sourceName ) 84public DependencyProperty Property 319private DependencyProperty _property; 321private object _value = DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\AccessText.cs (17)
130public static readonly DependencyProperty TextProperty = 131DependencyProperty.Register( 154public static readonly DependencyProperty FontFamilyProperty = 173public static readonly DependencyProperty FontStyleProperty = 188public static readonly DependencyProperty FontWeightProperty = 203public static readonly DependencyProperty FontStretchProperty = 218public static readonly DependencyProperty FontSizeProperty = 235public static readonly DependencyProperty ForegroundProperty = 250public static readonly DependencyProperty BackgroundProperty = 270public static readonly DependencyProperty TextDecorationsProperty = 290public static readonly DependencyProperty TextEffectsProperty = 310public static readonly DependencyProperty LineHeightProperty = 326public static readonly DependencyProperty LineStackingStrategyProperty = 341public static readonly DependencyProperty TextAlignmentProperty = 356public static readonly DependencyProperty TextTrimmingProperty = 377public static readonly DependencyProperty TextWrappingProperty = 398public static readonly DependencyProperty BaselineOffsetProperty =
src\Framework\System\Windows\Controls\AlternationConverter.cs (1)
49return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\Border.cs (9)
128public static readonly DependencyProperty BorderThicknessProperty 129= DependencyProperty.Register("BorderThickness", typeof(Thickness), typeof(Border), 154public static readonly DependencyProperty PaddingProperty 155= DependencyProperty.Register("Padding", typeof(Thickness), typeof(Border), 164public static readonly DependencyProperty CornerRadiusProperty 165= DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(Border), 181public static readonly DependencyProperty BorderBrushProperty 182= DependencyProperty.Register("BorderBrush", typeof(Brush), typeof(Border), 193public static readonly DependencyProperty BackgroundProperty =
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (2)
55return DependencyProperty.UnsetValue; 61return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\Button.cs (6)
64public static readonly DependencyProperty IsDefaultProperty 65= DependencyProperty.Register("IsDefault", typeof(bool), typeof(Button), 124public static readonly DependencyProperty IsCancelProperty = 125DependencyProperty.Register( 164= DependencyProperty.RegisterReadOnly("IsDefaulted", typeof(bool), typeof(Button), 172public static readonly DependencyProperty IsDefaultedProperty
src\Framework\System\Windows\Controls\Calendar.cs (22)
132public static readonly DependencyProperty CalendarButtonStyleProperty = 133DependencyProperty.Register( 154public static readonly DependencyProperty CalendarDayButtonStyleProperty = 155DependencyProperty.Register( 176public static readonly DependencyProperty CalendarItemStyleProperty = 177DependencyProperty.Register( 199public static readonly DependencyProperty DisplayDateProperty = 200DependencyProperty.Register( 255public static readonly DependencyProperty DisplayDateEndProperty = 256DependencyProperty.Register( 316public static readonly DependencyProperty DisplayDateStartProperty = 317DependencyProperty.Register( 372public static readonly DependencyProperty DisplayModeProperty = 373DependencyProperty.Register( 442public static readonly DependencyProperty FirstDayOfWeekProperty = 443DependencyProperty.Register( 478public static readonly DependencyProperty IsTodayHighlightedProperty = 479DependencyProperty.Register( 531public static readonly DependencyProperty SelectedDateProperty = 532DependencyProperty.Register( 621public static readonly DependencyProperty SelectionModeProperty = 622DependencyProperty.Register(
src\Framework\System\Windows\Controls\Canvas.cs (8)
218public static readonly DependencyProperty LeftProperty 219= DependencyProperty.RegisterAttached("Left", typeof(double), typeof(Canvas), 229public static readonly DependencyProperty TopProperty 230= DependencyProperty.RegisterAttached("Top", typeof(double), typeof(Canvas), 241public static readonly DependencyProperty RightProperty 242= DependencyProperty.RegisterAttached("Right", typeof(double), typeof(Canvas), 252public static readonly DependencyProperty BottomProperty 253= DependencyProperty.RegisterAttached("Bottom", typeof(double), typeof(Canvas),
src\Framework\System\Windows\Controls\ComboBox.cs (21)
93public static readonly DependencyProperty MaxDropDownHeightProperty 94= DependencyProperty.Register("MaxDropDownHeight", typeof(double), typeof(ComboBox), 117public static readonly DependencyProperty IsDropDownOpenProperty = 118DependencyProperty.Register( 143public static readonly DependencyProperty ShouldPreserveUserEnteredPrefixProperty = 144DependencyProperty.Register( 332public static readonly DependencyProperty IsEditableProperty = 333DependencyProperty.Register( 363public static readonly DependencyProperty TextProperty = 364DependencyProperty.Register( 387public static readonly DependencyProperty IsReadOnlyProperty = 400DependencyProperty.RegisterReadOnly("SelectionBoxItem", typeof(object), typeof(ComboBox), 410public static readonly DependencyProperty SelectionBoxItemProperty = SelectionBoxItemPropertyKey.DependencyProperty; 422DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplate", typeof(DataTemplate), typeof(ComboBox), 428public static readonly DependencyProperty SelectionBoxItemTemplateProperty = SelectionBoxItemTemplatePropertyKey.DependencyProperty; 440DependencyProperty.RegisterReadOnly("SelectionBoxItemStringFormat", typeof(String), typeof(ComboBox), 446public static readonly DependencyProperty SelectionBoxItemStringFormatProperty = SelectionBoxItemStringFormatPropertyKey.DependencyProperty; 460public static readonly DependencyProperty StaysOpenOnEditProperty 461= DependencyProperty.Register("StaysOpenOnEdit", typeof(bool), typeof(ComboBox), 483DependencyProperty.RegisterReadOnly("IsSelectionBoxHighlighted", typeof(bool), typeof(ComboBox), 491private static readonly DependencyProperty IsSelectionBoxHighlightedProperty = IsSelectionBoxHighlightedPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\ComboBoxItem.cs (2)
67DependencyProperty.RegisterReadOnly("IsHighlighted", typeof(bool), typeof(ComboBoxItem), 73public static readonly DependencyProperty IsHighlightedProperty =
src\Framework\System\Windows\Controls\ContentControl.cs (11)
175return ReadLocalValue(ContentProperty) != DependencyProperty.UnsetValue; 230public static readonly DependencyProperty ContentProperty = 231DependencyProperty.Register( 305DependencyProperty.RegisterReadOnly( 320public static readonly DependencyProperty HasContentProperty = 338public static readonly DependencyProperty ContentTemplateProperty = 339DependencyProperty.Register( 383public static readonly DependencyProperty ContentTemplateSelectorProperty = 384DependencyProperty.Register( 432public static readonly DependencyProperty ContentStringFormatProperty = 433DependencyProperty.Register(
src\Framework\System\Windows\Controls\ContentPresenter.cs (11)
135public static readonly DependencyProperty RecognizesAccessKeyProperty = 136DependencyProperty.Register( 161public static readonly DependencyProperty ContentProperty = 259public static readonly DependencyProperty ContentTemplateProperty = 306public static readonly DependencyProperty ContentTemplateSelectorProperty = 366public static readonly DependencyProperty ContentStringFormatProperty = 367DependencyProperty.Register( 416public static readonly DependencyProperty ContentSourceProperty = 417DependencyProperty.Register( 780internal static readonly DependencyProperty TemplateProperty = 781DependencyProperty.Register(
src\Framework\System\Windows\Controls\ContextMenu.cs (10)
88public static readonly DependencyProperty HorizontalOffsetProperty = 112public static readonly DependencyProperty VerticalOffsetProperty = 136public static readonly DependencyProperty IsOpenProperty = 180public static readonly DependencyProperty PlacementTargetProperty = 205public static readonly DependencyProperty PlacementRectangleProperty = 228public static readonly DependencyProperty PlacementProperty = 251public static readonly DependencyProperty HasDropShadowProperty = 283public static readonly DependencyProperty CustomPopupPlacementCallbackProperty = 302public static readonly DependencyProperty StaysOpenProperty = 472private static readonly DependencyProperty InsideContextMenuProperty =
src\Framework\System\Windows\Controls\ContextMenuService.cs (18)
27public static readonly DependencyProperty ContextMenuProperty = 28DependencyProperty.RegisterAttached( 81public static readonly DependencyProperty HorizontalOffsetProperty = 82DependencyProperty.RegisterAttached("HorizontalOffset", // Name 120public static readonly DependencyProperty VerticalOffsetProperty = 121DependencyProperty.RegisterAttached("VerticalOffset", // Name 159public static readonly DependencyProperty HasDropShadowProperty = 160DependencyProperty.RegisterAttached("HasDropShadow", // Name 196public static readonly DependencyProperty PlacementTargetProperty = 197DependencyProperty.RegisterAttached("PlacementTarget", // Name 234public static readonly DependencyProperty PlacementRectangleProperty = 235DependencyProperty.RegisterAttached("PlacementRectangle", // Name 272public static readonly DependencyProperty PlacementProperty = 273DependencyProperty.RegisterAttached("Placement", // Name 310public static readonly DependencyProperty ShowOnDisabledProperty = 311DependencyProperty.RegisterAttached("ShowOnDisabled", // Name 348public static readonly DependencyProperty IsEnabledProperty = 349DependencyProperty.RegisterAttached("IsEnabled", // Name
src\Framework\System\Windows\Controls\Control.cs (19)
75public static readonly DependencyProperty BorderBrushProperty 97public static readonly DependencyProperty BorderThicknessProperty 119public static readonly DependencyProperty BackgroundProperty = 144public static readonly DependencyProperty ForegroundProperty = 168public static readonly DependencyProperty FontFamilyProperty = 193public static readonly DependencyProperty FontSizeProperty = 219public static readonly DependencyProperty FontStretchProperty 242public static readonly DependencyProperty FontStyleProperty = 266public static readonly DependencyProperty FontWeightProperty = 290public static readonly DependencyProperty HorizontalContentAlignmentProperty = 291DependencyProperty.Register( 316public static readonly DependencyProperty VerticalContentAlignmentProperty = 317DependencyProperty.Register( 340public static readonly DependencyProperty TabIndexProperty 358public static readonly DependencyProperty IsTabStopProperty 376public static readonly DependencyProperty PaddingProperty 377= DependencyProperty.Register( "Padding", 406public static readonly DependencyProperty TemplateProperty = 407DependencyProperty.Register(
src\Framework\System\Windows\Controls\DataGrid.cs (108)
141public static readonly DependencyProperty CanUserResizeColumnsProperty = 142DependencyProperty.Register("CanUserResizeColumns", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnNotifyColumnAndColumnHeaderPropertyChanged))); 156public static readonly DependencyProperty ColumnWidthProperty = 157DependencyProperty.Register("ColumnWidth", typeof(DataGridLength), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridLength.SizeToHeader)); 171public static readonly DependencyProperty MinColumnWidthProperty = 172DependencyProperty.Register( 191public static readonly DependencyProperty MaxColumnWidthProperty = 192DependencyProperty.Register( 695public static readonly DependencyProperty GridLinesVisibilityProperty = 696DependencyProperty.Register( 714public static readonly DependencyProperty HorizontalGridLinesBrushProperty = 715DependencyProperty.Register( 733public static readonly DependencyProperty VerticalGridLinesBrushProperty = 734DependencyProperty.Register( 900public static readonly DependencyProperty RowStyleProperty = 901DependencyProperty.Register("RowStyle", typeof(Style), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnRowStyleChanged))); 930public static readonly DependencyProperty RowValidationErrorTemplateProperty = 931DependencyProperty.Register("RowValidationErrorTemplate", typeof(ControlTemplate), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowPropertyChanged))); 1012public static readonly DependencyProperty RowStyleSelectorProperty = 1013DependencyProperty.Register("RowStyleSelector", typeof(StyleSelector), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnRowStyleSelectorChanged))); 1055public static readonly DependencyProperty RowBackgroundProperty = 1056DependencyProperty.Register("RowBackground", typeof(Brush), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowPropertyChanged))); 1073public static readonly DependencyProperty AlternatingRowBackgroundProperty = 1074DependencyProperty.Register("AlternatingRowBackground", typeof(Brush), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyDataGridAndRowPropertyChanged))); 1105public static readonly DependencyProperty RowHeightProperty = 1106DependencyProperty.Register("RowHeight", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(double.NaN, new PropertyChangedCallback(OnNotifyCellsPresenterPropertyChanged))); 1120public static readonly DependencyProperty MinRowHeightProperty = 1121DependencyProperty.Register("MinRowHeight", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(0.0, new PropertyChangedCallback(OnNotifyCellsPresenterPropertyChanged))); 1205public static readonly DependencyProperty RowHeaderWidthProperty = 1206DependencyProperty.Register("RowHeaderWidth", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(double.NaN, new PropertyChangedCallback(OnNotifyRowHeaderWidthPropertyChanged))); 1221DependencyProperty.RegisterReadOnly("RowHeaderActualWidth", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(0.0, new PropertyChangedCallback(OnNotifyRowHeaderPropertyChanged))); 1226public static readonly DependencyProperty RowHeaderActualWidthProperty = RowHeaderActualWidthPropertyKey.DependencyProperty; 1240public static readonly DependencyProperty ColumnHeaderHeightProperty = 1241DependencyProperty.Register("ColumnHeaderHeight", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(double.NaN, OnNotifyColumnHeaderPropertyChanged)); 1255public static readonly DependencyProperty HeadersVisibilityProperty = 1256DependencyProperty.Register("HeadersVisibility", typeof(DataGridHeadersVisibility), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridHeadersVisibility.All)); 1394public static readonly DependencyProperty CellStyleProperty = 1395DependencyProperty.Register("CellStyle", typeof(Style), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyColumnAndCellPropertyChanged))); 1409public static readonly DependencyProperty ColumnHeaderStyleProperty = 1410DependencyProperty.Register("ColumnHeaderStyle", typeof(Style), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyColumnAndColumnHeaderPropertyChanged))); 1424public static readonly DependencyProperty RowHeaderStyleProperty = 1425DependencyProperty.Register("RowHeaderStyle", typeof(Style), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowAndRowHeaderPropertyChanged))); 1439public static readonly DependencyProperty RowHeaderTemplateProperty = 1440DependencyProperty.Register("RowHeaderTemplate", typeof(DataTemplate), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowAndRowHeaderPropertyChanged))); 1454public static readonly DependencyProperty RowHeaderTemplateSelectorProperty = 1455DependencyProperty.Register("RowHeaderTemplateSelector", typeof(DataTemplateSelector), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowAndRowHeaderPropertyChanged))); 1522public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = ScrollViewer.HorizontalScrollBarVisibilityProperty.AddOwner(typeof(DataGrid), new FrameworkPropertyMetadata(ScrollBarVisibility.Auto)); 1536public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = ScrollViewer.VerticalScrollBarVisibilityProperty.AddOwner(typeof(DataGrid), new FrameworkPropertyMetadata(ScrollBarVisibility.Auto)); 2032internal static readonly DependencyProperty HorizontalScrollOffsetProperty = 2033DependencyProperty.Register( 2781public static readonly DependencyProperty IsReadOnlyProperty = 2782DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnIsReadOnlyChanged))); 2817public static readonly DependencyProperty CurrentItemProperty = 2818DependencyProperty.Register("CurrentItem", typeof(object), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnCurrentItemChanged))); 2839if (item == DependencyProperty.UnsetValue) 2860public static readonly DependencyProperty CurrentColumnProperty = 2861DependencyProperty.Register("CurrentColumn", typeof(DataGridColumn), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnCurrentColumnChanged))); 2893public static readonly DependencyProperty CurrentCellProperty = 2894DependencyProperty.Register("CurrentCell", typeof(DataGridCellInfo), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridCellInfo.Unset, new PropertyChangedCallback(OnCurrentCellChanged))); 3464public static readonly DependencyProperty CanUserAddRowsProperty = 3465DependencyProperty.Register("CanUserAddRows", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnCanUserAddRowsChanged), new CoerceValueCallback(OnCoerceCanUserAddRows))); 3514public static readonly DependencyProperty CanUserDeleteRowsProperty = 3515DependencyProperty.Register("CanUserDeleteRows", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnCanUserDeleteRowsChanged), new CoerceValueCallback(OnCoerceCanUserDeleteRows))); 3904public static readonly DependencyProperty RowDetailsVisibilityModeProperty = 3905DependencyProperty.Register("RowDetailsVisibilityMode", typeof(DataGridRowDetailsVisibilityMode), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridRowDetailsVisibilityMode.VisibleWhenSelected, OnNotifyRowAndDetailsPropertyChanged)); 3919public static readonly DependencyProperty AreRowDetailsFrozenProperty = 3920DependencyProperty.Register("AreRowDetailsFrozen", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(false)); 3934public static readonly DependencyProperty RowDetailsTemplateProperty = 3935DependencyProperty.Register("RowDetailsTemplate", typeof(DataTemplate), typeof(DataGrid), new FrameworkPropertyMetadata(null, OnNotifyRowAndDetailsPropertyChanged)); 3949public static readonly DependencyProperty RowDetailsTemplateSelectorProperty = 3950DependencyProperty.Register("RowDetailsTemplateSelector", typeof(DataTemplateSelector), typeof(DataGrid), new FrameworkPropertyMetadata(null, OnNotifyRowAndDetailsPropertyChanged)); 4051public static readonly DependencyProperty CanUserResizeRowsProperty = 4052DependencyProperty.Register("CanUserResizeRows", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnNotifyRowHeaderPropertyChanged))); 4071DependencyProperty.RegisterReadOnly("NewItemMargin", 4079public static readonly DependencyProperty NewItemMarginProperty = 4449public static readonly DependencyProperty SelectionModeProperty = 4450DependencyProperty.Register("SelectionMode", typeof(DataGridSelectionMode), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridSelectionMode.Extended, new PropertyChangedCallback(OnSelectionModeChanged))); 4511public static readonly DependencyProperty SelectionUnitProperty = 4512DependencyProperty.Register("SelectionUnit", typeof(DataGridSelectionUnit), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridSelectionUnit.FullRow, new PropertyChangedCallback(OnSelectionUnitChanged))); 6997DependencyProperty dp = clipboard ? CellClipboardProperty : CellContentProperty; 7014private static DependencyProperty CellContentProperty = DependencyProperty.RegisterAttached("CellContent", typeof(string), typeof(CellAutomationValueHolder)); 7015private static DependencyProperty CellClipboardProperty = DependencyProperty.RegisterAttached("CellClipboard", typeof(object), typeof(CellAutomationValueHolder)); 7074public static readonly DependencyProperty CanUserSortColumnsProperty = 7075DependencyProperty.Register( 7492public static readonly DependencyProperty AutoGenerateColumnsProperty = 7493DependencyProperty.Register("AutoGenerateColumns", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnAutoGenerateColumnsPropertyChanged))); 7945public static readonly DependencyProperty FrozenColumnCountProperty = 7946DependencyProperty.Register( 8006DependencyProperty.RegisterReadOnly( 8015public static readonly DependencyProperty NonFrozenColumnsViewportHorizontalOffsetProperty = NonFrozenColumnsViewportHorizontalOffsetPropertyKey.DependencyProperty; 8065public static readonly DependencyProperty EnableRowVirtualizationProperty = DependencyProperty.Register( 8113public static readonly DependencyProperty EnableColumnVirtualizationProperty = DependencyProperty.Register( 8136public static readonly DependencyProperty CanUserReorderColumnsProperty = 8137DependencyProperty.Register("CanUserReorderColumns", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnNotifyColumnPropertyChanged))); 8151public static readonly DependencyProperty DragIndicatorStyleProperty = 8152DependencyProperty.Register("DragIndicatorStyle", typeof(Style), typeof(DataGrid), new FrameworkPropertyMetadata(null, OnNotifyColumnPropertyChanged)); 8166public static readonly DependencyProperty DropLocationIndicatorStyleProperty = 8167DependencyProperty.Register("DropLocationIndicatorStyle", typeof(Style), typeof(DataGrid), new FrameworkPropertyMetadata(null)); 8235public static readonly DependencyProperty ClipboardCopyModeProperty = 8236DependencyProperty.Register("ClipboardCopyMode", typeof(DataGridClipboardCopyMode), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridClipboardCopyMode.ExcludeHeader, new PropertyChangedCallback(OnClipboardCopyModeChanged))); 8446internal static readonly DependencyProperty CellsPanelActualWidthProperty = 8447DependencyProperty.Register( 8493DependencyProperty.RegisterReadOnly( 8502public static readonly DependencyProperty CellsPanelHorizontalOffsetProperty = CellsPanelHorizontalOffsetPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\DataGridBoundColumn.cs (5)
104internal void ApplyBinding(DependencyObject target, DependencyProperty property) 134public static readonly DependencyProperty ElementStyleProperty = 135DependencyProperty.Register( 154public static readonly DependencyProperty EditingElementStyleProperty = 155DependencyProperty.Register(
src\Framework\System\Windows\Controls\DataGridCell.cs (8)
169DependencyProperty.RegisterReadOnly("Column", typeof(DataGridColumn), typeof(DataGridCell), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnColumnChanged))); 174public static readonly DependencyProperty ColumnProperty = ColumnPropertyKey.DependencyProperty; 461public static readonly DependencyProperty IsEditingProperty = DependencyProperty.Register("IsEditing", typeof(bool), typeof(DataGridCell), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnIsEditingChanged))); 524DependencyProperty.RegisterReadOnly("IsReadOnly", typeof(bool), typeof(DataGridCell), new FrameworkPropertyMetadata(false, OnNotifyIsReadOnlyChanged, OnCoerceIsReadOnly)); 529public static readonly DependencyProperty IsReadOnlyProperty = IsReadOnlyPropertyKey.DependencyProperty; 664public static readonly DependencyProperty IsSelectedProperty = DependencyProperty.Register("IsSelected", typeof(bool), typeof(DataGridCell), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnIsSelectedChanged)));
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (5)
91Debug.Assert(item == DependencyProperty.UnsetValue, "This should only be used to make an Unset CellInfo."); 137return new DataGridCellInfo(owner, column, (item == null) ? DependencyProperty.UnsetValue : item); 217get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 236get { return (Item != DependencyProperty.UnsetValue) && (_column != null); } 274get { return new DataGridCellInfo(DependencyProperty.UnsetValue); }
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
140public static readonly DependencyProperty IsThreeStateProperty =
src\Framework\System\Windows\Controls\DataGridColumn.cs (44)
37public static readonly DependencyProperty HeaderProperty = 38DependencyProperty.Register("Header", typeof(object), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyColumnHeaderPropertyChanged))); 52public static readonly DependencyProperty HeaderStyleProperty = 53DependencyProperty.Register("HeaderStyle", typeof(Style), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, OnNotifyColumnHeaderPropertyChanged, OnCoerceHeaderStyle)); 78public static readonly DependencyProperty HeaderStringFormatProperty = 79DependencyProperty.Register("HeaderStringFormat", typeof(string), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, OnNotifyColumnHeaderPropertyChanged)); 93public static readonly DependencyProperty HeaderTemplateProperty = 94DependencyProperty.Register("HeaderTemplate", typeof(DataTemplate), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, OnNotifyColumnHeaderPropertyChanged)); 108public static readonly DependencyProperty HeaderTemplateSelectorProperty = 109DependencyProperty.Register("HeaderTemplateSelector", typeof(DataTemplateSelector), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, OnNotifyColumnHeaderPropertyChanged)); 127public static readonly DependencyProperty CellStyleProperty = 128DependencyProperty.Register("CellStyle", typeof(Style), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, OnNotifyCellPropertyChanged, OnCoerceCellStyle)); 153public static readonly DependencyProperty IsReadOnlyProperty = 154DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DataGridColumn), new FrameworkPropertyMetadata(false, OnNotifyCellPropertyChanged, OnCoerceIsReadOnly)); 191public static readonly DependencyProperty WidthProperty = 192DependencyProperty.Register( 300public static readonly DependencyProperty MinWidthProperty = 301DependencyProperty.Register( 339public static readonly DependencyProperty MaxWidthProperty = 340DependencyProperty.Register( 481DependencyProperty.RegisterReadOnly("ActualWidth", typeof(double), typeof(DataGridColumn), new FrameworkPropertyMetadata(0.0, null, new CoerceValueCallback(OnCoerceActualWidth))); 483public static readonly DependencyProperty ActualWidthProperty = ActualWidthPropertyKey.DependencyProperty; 784private static readonly DependencyProperty OriginalValueProperty = 785DependencyProperty.RegisterAttached("OriginalValue", typeof(object), typeof(DataGridColumn), new FrameworkPropertyMetadata(null)); 971public static readonly DependencyProperty DisplayIndexProperty = 972DependencyProperty.Register( 1019public static readonly DependencyProperty SortMemberPathProperty = 1020DependencyProperty.Register( 1038public static readonly DependencyProperty CanUserSortProperty = 1039DependencyProperty.Register( 1106public static readonly DependencyProperty SortDirectionProperty = 1107DependencyProperty.Register( 1137DependencyProperty.RegisterReadOnly( 1146public static readonly DependencyProperty IsAutoGeneratedProperty = IsAutoGeneratedPropertyKey.DependencyProperty; 1251DependencyProperty.RegisterReadOnly( 1260public static readonly DependencyProperty IsFrozenProperty = IsFrozenPropertyKey.DependencyProperty; 1314public static readonly DependencyProperty CanUserReorderProperty = 1315DependencyProperty.Register("CanUserReorder", typeof(bool), typeof(DataGridColumn), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnNotifyColumnPropertyChanged), new CoerceValueCallback(OnCoerceCanUserReorder))); 1340public static readonly DependencyProperty DragIndicatorStyleProperty = 1341DependencyProperty.Register("DragIndicatorStyle", typeof(Style), typeof(DataGridColumn), new FrameworkPropertyMetadata(null, OnNotifyColumnPropertyChanged, OnCoerceDragIndicatorStyle)); 1473public static readonly DependencyProperty CanUserResizeProperty = 1474DependencyProperty.Register("CanUserResize", typeof(bool), typeof(DataGridColumn), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(OnNotifyColumnHeaderPropertyChanged), new CoerceValueCallback(OnCoerceCanUserResize))); 1503public static readonly DependencyProperty VisibilityProperty = 1504DependencyProperty.Register(
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (6)
268public static readonly DependencyProperty ElementStyleProperty = 284public static readonly DependencyProperty EditingElementStyleProperty = 325private static void ApplyBinding(BindingBase binding, DependencyObject target, DependencyProperty property) 373public static readonly DependencyProperty ItemsSourceProperty = 390public static readonly DependencyProperty DisplayMemberPathProperty = 405public static readonly DependencyProperty SelectedValuePathProperty =
src\Framework\System\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs (1)
59return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\DataGridHelper.cs (21)
335public static bool IsDefaultValue(DependencyObject d, DependencyProperty dp) 343DependencyProperty baseProperty, 345DependencyProperty parentProperty) 374DependencyProperty baseProperty, 376DependencyProperty parentProperty, 378DependencyProperty grandParentProperty) 430public static void TransferProperty(DependencyObject d, DependencyProperty p) 438private static Dictionary<DependencyProperty, bool> GetPropertyTransferEnabledMapForObject(DependencyObject d) 440Dictionary<DependencyProperty, bool> propertyTransferEnabledForObject; 444propertyTransferEnabledForObject = new Dictionary<DependencyProperty, bool>(); 451internal static bool IsPropertyTransferEnabled(DependencyObject d, DependencyProperty p) 453Dictionary<DependencyProperty, bool> propertyTransferEnabledForObject; 471private static ConditionalWeakTable<DependencyObject, Dictionary<DependencyProperty, bool>> _propertyTransferEnabledMap = new ConditionalWeakTable<DependencyObject, Dictionary<DependencyProperty, bool>>(); 519internal static BindingExpression GetBindingExpression(FrameworkElement element, DependencyProperty dp) 618private static readonly DependencyProperty FlowDirectionCacheProperty = DependencyProperty.Register("FlowDirectionCache", typeof(FlowDirection), typeof(DataGridHelper)); 625if (flowDirectionObj != DependencyProperty.UnsetValue) 637if (flowDirectionObj != DependencyProperty.UnsetValue) 674internal static void SyncColumnProperty(DependencyObject column, DependencyObject content, DependencyProperty contentProperty, DependencyProperty columnProperty)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
35public static readonly DependencyProperty TargetNameProperty = 88private void ApplyContentBinding(DependencyObject target, DependencyProperty property)
src\Framework\System\Windows\Controls\DataGridItemAttachedStorage.cs (10)
18public void SetValue(object item, DependencyProperty property, object value) 24public bool TryGetValue(object item, DependencyProperty property, out object value) 27Dictionary<DependencyProperty, object> map; 38public void ClearValue(object item, DependencyProperty property) 40Dictionary<DependencyProperty, object> map; 64_itemStorageMap = new Dictionary<object, Dictionary<DependencyProperty, object>>(); 68private Dictionary<DependencyProperty, object> EnsureItem(object item) 70Dictionary<DependencyProperty, object> map; 75map = new Dictionary<DependencyProperty, object>(); 85private Dictionary<object, Dictionary<DependencyProperty, object>> _itemStorageMap;
src\Framework\System\Windows\Controls\DataGridRow.cs (27)
141public static readonly DependencyProperty ItemProperty = 142DependencyProperty.Register("Item", typeof(object), typeof(DataGridRow), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowPropertyChanged))); 177public static readonly DependencyProperty ItemsPanelProperty = ItemsControl.ItemsPanelProperty.AddOwner(typeof(DataGridRow)); 281public static readonly DependencyProperty HeaderProperty = 282DependencyProperty.Register("Header", typeof(object), typeof(DataGridRow), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyRowAndRowHeaderPropertyChanged))); 305public static readonly DependencyProperty HeaderStyleProperty = 306DependencyProperty.Register("HeaderStyle", typeof(Style), typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyRowAndRowHeaderPropertyChanged, OnCoerceHeaderStyle)); 320public static readonly DependencyProperty HeaderTemplateProperty = 321DependencyProperty.Register("HeaderTemplate", typeof(DataTemplate), typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyRowAndRowHeaderPropertyChanged, OnCoerceHeaderTemplate)); 335public static readonly DependencyProperty HeaderTemplateSelectorProperty = 336DependencyProperty.Register("HeaderTemplateSelector", typeof(DataTemplateSelector), typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyRowAndRowHeaderPropertyChanged, OnCoerceHeaderTemplateSelector)); 350public static readonly DependencyProperty ValidationErrorTemplateProperty = 351DependencyProperty.Register("ValidationErrorTemplate", typeof(ControlTemplate), typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyRowPropertyChanged, OnCoerceValidationErrorTemplate)); 369public static readonly DependencyProperty DetailsTemplateProperty = 370DependencyProperty.Register("DetailsTemplate", typeof(DataTemplate), typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyDetailsTemplatePropertyChanged, OnCoerceDetailsTemplate)); 384public static readonly DependencyProperty DetailsTemplateSelectorProperty = 385DependencyProperty.Register("DetailsTemplateSelector", typeof(DataTemplateSelector), typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyDetailsTemplatePropertyChanged, OnCoerceDetailsTemplateSelector)); 399public static readonly DependencyProperty DetailsVisibilityProperty = 400DependencyProperty.Register("DetailsVisibility", typeof(Visibility), typeof(DataGridRow), new FrameworkPropertyMetadata(Visibility.Collapsed, OnNotifyDetailsVisibilityChanged, OnCoerceDetailsVisibility)); 505private void PersistAttachedItemValue(DependencyObject objectWithProperty, DependencyProperty property) 516private void RestoreAttachedItemValue(DependencyObject objectWithProperty, DependencyProperty property) 1053public static readonly DependencyProperty AlternationIndexProperty = ItemsControl.AlternationIndexProperty.AddOwner(typeof(DataGridRow)); 1077public static readonly DependencyProperty IsSelectedProperty = Selector.IsSelectedProperty.AddOwner( 1227DependencyProperty.RegisterReadOnly("IsEditing", typeof(bool), typeof(DataGridRow), new FrameworkPropertyMetadata(false, OnNotifyRowAndRowHeaderPropertyChanged)); 1232public static readonly DependencyProperty IsEditingProperty = IsEditingPropertyKey.DependencyProperty; 1296DependencyProperty.RegisterReadOnly("IsNewItem", typeof(bool), typeof(DataGridRow), new FrameworkPropertyMetadata(false)); 1301public static readonly DependencyProperty IsNewItemProperty =
src\Framework\System\Windows\Controls\DataGridTemplateColumn.cs (8)
70public static readonly DependencyProperty CellTemplateProperty = DependencyProperty.Register( 88public static readonly DependencyProperty CellTemplateSelectorProperty = DependencyProperty.Register( 107public static readonly DependencyProperty CellEditingTemplateProperty = DependencyProperty.Register( 126public static readonly DependencyProperty CellEditingTemplateSelectorProperty = DependencyProperty.Register(
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (5)
300public static readonly DependencyProperty FontFamilyProperty = 321public static readonly DependencyProperty FontSizeProperty = 344public static readonly DependencyProperty FontStyleProperty = 365public static readonly DependencyProperty FontWeightProperty = 386public static readonly DependencyProperty ForegroundProperty =
src\Framework\System\Windows\Controls\DatePicker.cs (26)
50private IDictionary<DependencyProperty, bool> _isHandlerSuspended; 139public static readonly DependencyProperty CalendarStyleProperty = 140DependencyProperty.Register( 162public static readonly DependencyProperty DisplayDateProperty = 163DependencyProperty.Register( 195public static readonly DependencyProperty DisplayDateEndProperty = 196DependencyProperty.Register( 241public static readonly DependencyProperty DisplayDateStartProperty = 242DependencyProperty.Register( 287public static readonly DependencyProperty FirstDayOfWeekProperty = 288DependencyProperty.Register( 311public static readonly DependencyProperty IsDropDownOpenProperty = 312DependencyProperty.Register( 389public static readonly DependencyProperty IsTodayHighlightedProperty = 390DependencyProperty.Register( 412public static readonly DependencyProperty SelectedDateProperty = 413DependencyProperty.Register( 507public static readonly DependencyProperty SelectedDateFormatProperty = 508DependencyProperty.Register( 560public static readonly DependencyProperty TextProperty = 561DependencyProperty.Register( 846private void SetValueNoCallback(DependencyProperty property, object value) 859private bool IsHandlerSuspended(DependencyProperty property) 864private void SetIsHandlerSuspended(DependencyProperty property, bool value) 870_isHandlerSuspended = new Dictionary<DependencyProperty, bool>(2); 1085private BindingBase GetDatePickerBinding(DependencyProperty property)
src\Framework\System\Windows\Controls\DefinitionBase.cs (8)
185/// <see cref="DependencyProperty.ValidateValueCallback"/> 213/// <see cref="DependencyProperty.ValidateValueCallback"/> 242/// <see cref="DependencyProperty.ValidateValueCallback"/> 542/// <see cref="DependencyProperty.ValidateValueCallback"/> 952internal static readonly DependencyProperty PrivateSharedSizeScopeProperty = 953DependencyProperty.RegisterAttached( 978public static readonly DependencyProperty SharedSizeGroupProperty = 979DependencyProperty.Register(
src\Framework\System\Windows\Controls\DockPanel.cs (4)
169public static readonly DependencyProperty LastChildFillProperty = 170DependencyProperty.Register( 183public static readonly DependencyProperty DockProperty = 184DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\DocumentViewer.cs (35)
383public static readonly DependencyProperty HorizontalOffsetProperty = 384DependencyProperty.Register( 413public static readonly DependencyProperty VerticalOffsetProperty = 414DependencyProperty.Register( 443DependencyProperty.RegisterReadOnly( 454public static readonly DependencyProperty ExtentWidthProperty = 471DependencyProperty.RegisterReadOnly( 482public static readonly DependencyProperty ExtentHeightProperty = 499DependencyProperty.RegisterReadOnly( 511public static readonly DependencyProperty ViewportWidthProperty = 528DependencyProperty.RegisterReadOnly( 539public static readonly DependencyProperty ViewportHeightProperty = 555public static readonly DependencyProperty ShowPageBordersProperty = 556DependencyProperty.Register( 587public static readonly DependencyProperty ZoomProperty = 588DependencyProperty.Register( 622public static readonly DependencyProperty MaxPagesAcrossProperty = 623DependencyProperty.Register( 650public static readonly DependencyProperty VerticalPageSpacingProperty = 651DependencyProperty.Register( 674public static readonly DependencyProperty HorizontalPageSpacingProperty = 675DependencyProperty.Register( 699DependencyProperty.RegisterReadOnly( 708public static readonly DependencyProperty CanMoveUpProperty = 725DependencyProperty.RegisterReadOnly( 734public static readonly DependencyProperty CanMoveDownProperty = 751DependencyProperty.RegisterReadOnly( 760public static readonly DependencyProperty CanMoveLeftProperty = 777DependencyProperty.RegisterReadOnly( 786public static readonly DependencyProperty CanMoveRightProperty = 804DependencyProperty.RegisterReadOnly( 814public static readonly DependencyProperty CanIncreaseZoomProperty = 833DependencyProperty.RegisterReadOnly( 843public static readonly DependencyProperty CanDecreaseZoomProperty = 2062if (zoomValue == DependencyProperty.UnsetValue)
src\Framework\System\Windows\Controls\Expander.cs (4)
95public static readonly DependencyProperty ExpandDirectionProperty = 96DependencyProperty.Register( 120public static readonly DependencyProperty IsExpandedProperty = 121DependencyProperty.Register(
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (35)
406public static readonly DependencyProperty ViewingModeProperty = 407DependencyProperty.Register( 420public static readonly DependencyProperty IsPageViewEnabledProperty = 421DependencyProperty.Register( 432public static readonly DependencyProperty IsTwoPageViewEnabledProperty = 433DependencyProperty.Register( 444public static readonly DependencyProperty IsScrollViewEnabledProperty = 445DependencyProperty.Register( 457DependencyProperty.RegisterReadOnly( 466public static readonly DependencyProperty PageCountProperty = PageCountPropertyKey.DependencyProperty; 472DependencyProperty.RegisterReadOnly( 481public static readonly DependencyProperty PageNumberProperty = PageNumberPropertyKey.DependencyProperty; 486DependencyProperty.RegisterReadOnly( 495public static readonly DependencyProperty CanGoToPreviousPageProperty = CanGoToPreviousPagePropertyKey.DependencyProperty; 501DependencyProperty.RegisterReadOnly( 510public static readonly DependencyProperty CanGoToNextPageProperty = CanGoToNextPagePropertyKey.DependencyProperty; 515public static readonly DependencyProperty IsFindEnabledProperty = 516DependencyProperty.Register( 527public static readonly DependencyProperty IsPrintEnabledProperty = 528DependencyProperty.Register( 539public static readonly DependencyProperty DocumentProperty = 540DependencyProperty.Register( 551public static readonly DependencyProperty ZoomProperty = 562public static readonly DependencyProperty MaxZoomProperty = 573public static readonly DependencyProperty MinZoomProperty = 583public static readonly DependencyProperty ZoomIncrementProperty = 591DependencyProperty.RegisterReadOnly( 600public static readonly DependencyProperty CanIncreaseZoomProperty = CanIncreaseZoomPropertyKey.DependencyProperty; 606DependencyProperty.RegisterReadOnly( 615public static readonly DependencyProperty CanDecreaseZoomProperty = CanDecreaseZoomPropertyKey.DependencyProperty; 620public static readonly DependencyProperty SelectionBrushProperty = 626public static readonly DependencyProperty SelectionOpacityProperty = 632public static readonly DependencyProperty IsSelectionActiveProperty = 638public static readonly DependencyProperty IsInactiveSelectionHighlightEnabledProperty = 1134private void CreateTwoWayBinding(FrameworkElement fe, DependencyProperty dp, string propertyPath)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (21)
357public static readonly DependencyProperty DocumentProperty = 358DependencyProperty.Register( 369public static readonly DependencyProperty ZoomProperty = 380public static readonly DependencyProperty MaxZoomProperty = 391public static readonly DependencyProperty MinZoomProperty = 401public static readonly DependencyProperty ZoomIncrementProperty = 409DependencyProperty.RegisterReadOnly( 418public static readonly DependencyProperty CanIncreaseZoomProperty = CanIncreaseZoomPropertyKey.DependencyProperty; 424DependencyProperty.RegisterReadOnly( 433public static readonly DependencyProperty CanDecreaseZoomProperty = CanDecreaseZoomPropertyKey.DependencyProperty; 438public static readonly DependencyProperty IsSelectionEnabledProperty = 439DependencyProperty.Register( 450public static readonly DependencyProperty IsToolBarVisibleProperty = 451DependencyProperty.Register( 462public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = 470public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = 478public static readonly DependencyProperty SelectionBrushProperty = 484public static readonly DependencyProperty SelectionOpacityProperty = 490public static readonly DependencyProperty IsSelectionActiveProperty = 496public static readonly DependencyProperty IsInactiveSelectionHighlightEnabledProperty = 1315private void CreateTwoWayBinding(FrameworkElement fe, DependencyProperty dp, string propertyPath)
src\Framework\System\Windows\Controls\Frame.cs (13)
158return DependencyProperty.UnsetValue; 245public static readonly DependencyProperty SourceProperty = 246DependencyProperty.Register( 334public static readonly DependencyProperty CanGoBackProperty = 343public static readonly DependencyProperty CanGoForwardProperty = 349public static readonly DependencyProperty BackStackProperty = 355public static readonly DependencyProperty ForwardStackProperty = 360public static readonly DependencyProperty NavigationUIVisibilityProperty = 361DependencyProperty.Register( 376public static readonly DependencyProperty SandboxExternalContentProperty = 377DependencyProperty.Register( 433public static readonly DependencyProperty JournalOwnershipProperty = 434DependencyProperty.Register(
src\Framework\System\Windows\Controls\Grid.cs (14)
3059/// <see cref="DependencyProperty.ValidateValueCallback"/> 3067/// <see cref="DependencyProperty.ValidateValueCallback"/> 3442public static readonly DependencyProperty ShowGridLinesProperty = 3443DependencyProperty.Register( 3463public static readonly DependencyProperty ColumnProperty = 3464DependencyProperty.RegisterAttached( 3485public static readonly DependencyProperty RowProperty = 3486DependencyProperty.RegisterAttached( 3506public static readonly DependencyProperty ColumnSpanProperty = 3507DependencyProperty.RegisterAttached( 3527public static readonly DependencyProperty RowSpanProperty = 3528DependencyProperty.RegisterAttached( 3541public static readonly DependencyProperty IsSharedSizeScopeProperty = 3542DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\GridSplitter.cs (12)
146public static readonly DependencyProperty ResizeDirectionProperty 147= DependencyProperty.Register("ResizeDirection", 176public static readonly DependencyProperty ResizeBehaviorProperty 177= DependencyProperty.Register("ResizeBehavior", 207public static readonly DependencyProperty ShowsPreviewProperty 208= DependencyProperty.Register("ShowsPreview", 226public static readonly DependencyProperty PreviewStyleProperty = 227DependencyProperty.Register( 247public static readonly DependencyProperty KeyboardIncrementProperty = 248DependencyProperty.Register( 276public static readonly DependencyProperty DragIncrementProperty = 277DependencyProperty.Register(
src\Framework\System\Windows\Controls\GridView.cs (16)
190public static readonly DependencyProperty ColumnCollectionProperty 191= DependencyProperty.RegisterAttached( 248public static readonly DependencyProperty ColumnHeaderContainerStyleProperty = 249DependencyProperty.Register( 271public static readonly DependencyProperty ColumnHeaderTemplateProperty = 272DependencyProperty.Register( 305public static readonly DependencyProperty ColumnHeaderTemplateSelectorProperty = 306DependencyProperty.Register( 343public static readonly DependencyProperty ColumnHeaderStringFormatProperty = 344DependencyProperty.Register( 367public static readonly DependencyProperty AllowsColumnReorderProperty = 368DependencyProperty.Register( 392public static readonly DependencyProperty ColumnHeaderContextMenuProperty = 393DependencyProperty.Register( 415public static readonly DependencyProperty ColumnHeaderToolTipProperty = 416DependencyProperty.Register(
src\Framework\System\Windows\Controls\GridViewColumn.cs (17)
87public static readonly DependencyProperty HeaderProperty = 88DependencyProperty.Register( 135public static readonly DependencyProperty HeaderContainerStyleProperty = 136DependencyProperty.Register( 166public static readonly DependencyProperty HeaderTemplateProperty = 167DependencyProperty.Register( 199public static readonly DependencyProperty HeaderTemplateSelectorProperty = 200DependencyProperty.Register( 239public static readonly DependencyProperty HeaderStringFormatProperty = 240DependencyProperty.Register( 317public static readonly DependencyProperty CellTemplateProperty = 318DependencyProperty.Register( 348public static readonly DependencyProperty CellTemplateSelectorProperty = 349DependencyProperty.Register( 380public static readonly DependencyProperty WidthProperty = 697internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 709internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (7)
127DependencyProperty.RegisterReadOnly( 136public static readonly DependencyProperty ColumnProperty = 151DependencyProperty.RegisterReadOnly( 160public static readonly DependencyProperty RoleProperty = 292protected internal override bool ShouldSerializeProperty(DependencyProperty dp) 426internal void UpdateProperty(DependencyProperty dp, object value) 577private static void PropertyToFlags(DependencyProperty dp, out Flags flag, out Flags ignoreFlag)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (29)
55public static readonly DependencyProperty ColumnHeaderContainerStyleProperty = 78public static readonly DependencyProperty ColumnHeaderTemplateProperty = 101public static readonly DependencyProperty ColumnHeaderTemplateSelectorProperty = 128public static readonly DependencyProperty ColumnHeaderStringFormatProperty = 155public static readonly DependencyProperty AllowsColumnReorderProperty = 176public static readonly DependencyProperty ColumnHeaderContextMenuProperty = 199public static readonly DependencyProperty ColumnHeaderToolTipProperty = 677DependencyProperty columnDP = GetColumnDPFromName(propertyName); 770internal void UpdateHeaderProperty(GridViewColumnHeader header, DependencyProperty property) 772DependencyProperty gvDP, columnDP, headerDP; 1224if ((template != DependencyProperty.UnsetValue) && (template != null)) 1230if ((selector != DependencyProperty.UnsetValue) && (selector != null)) 1423private void UpdateAllHeaders(DependencyProperty dp) 1425DependencyProperty gvDP, columnDP, headerDP; 1448private void GetIndexRange(DependencyProperty dp, out int iStart, out int iEnd) 1461DependencyProperty targetDP, // the target DP on header 1462DependencyProperty columnDP, // the DP on Column as 1st source, can be Null 1463DependencyProperty gvDP // the DP on GridView as 2nd source 1690private static DependencyProperty GetColumnDPFromName(string dpName) 1692foreach (DependencyProperty dp in s_DPList[1]) 1704private static void GetMatchingDPs(DependencyProperty indexDP, 1705out DependencyProperty gvDP, out DependencyProperty columnDP, out DependencyProperty headerDP) 1727private static readonly DependencyProperty[][] s_DPList = new DependencyProperty[][] 1730new DependencyProperty[] { 1740new DependencyProperty[] { 1750new DependencyProperty[] {
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
66public static readonly DependencyProperty ContentProperty =
src\Framework\System\Windows\Controls\GroupItem.cs (4)
347object IContainItemStorage.ReadItemValue(object item, DependencyProperty dp) 353void IContainItemStorage.StoreItemValue(object item, DependencyProperty dp, object value) 358void IContainItemStorage.ClearItemValue(object item, DependencyProperty dp) 363void IContainItemStorage.ClearValue(DependencyProperty dp)
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (10)
58public static readonly DependencyProperty HeaderProperty = 59DependencyProperty.Register( 105DependencyProperty.RegisterReadOnly( 118public static readonly DependencyProperty HasHeaderProperty = 136public static readonly DependencyProperty HeaderTemplateProperty = 137DependencyProperty.Register( 181public static readonly DependencyProperty HeaderTemplateSelectorProperty = 182DependencyProperty.Register( 230public static readonly DependencyProperty HeaderStringFormatProperty = 231DependencyProperty.Register(
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (7)
51public static readonly DependencyProperty HeaderProperty = 109public static readonly DependencyProperty HasHeaderProperty = HeaderedContentControl.HasHeaderProperty.AddOwner(typeof(HeaderedItemsControl)); 126public static readonly DependencyProperty HeaderTemplateProperty = 169public static readonly DependencyProperty HeaderTemplateSelectorProperty = 215public static readonly DependencyProperty HeaderStringFormatProperty = 216DependencyProperty.Register( 526bool IsBound(DependencyProperty dp, Binding binding)
src\Framework\System\Windows\Controls\Image.cs (4)
118public static readonly DependencyProperty SourceProperty = 119DependencyProperty.Register( 141public static readonly DependencyProperty StretchProperty = 148public static readonly DependencyProperty StretchDirectionProperty =
src\Framework\System\Windows\Controls\InkCanvas.cs (18)
415public static readonly DependencyProperty BackgroundProperty = 435public static readonly DependencyProperty TopProperty = 436DependencyProperty.RegisterAttached("Top", typeof(double), typeof(InkCanvas), 469public static readonly DependencyProperty BottomProperty = 470DependencyProperty.RegisterAttached("Bottom", typeof(double), typeof(InkCanvas), 503public static readonly DependencyProperty LeftProperty = 504DependencyProperty.RegisterAttached("Left", typeof(double), typeof(InkCanvas), 537public static readonly DependencyProperty RightProperty = 538DependencyProperty.RegisterAttached("Right", typeof(double), typeof(InkCanvas), 603public static readonly DependencyProperty StrokesProperty = 721public static readonly DependencyProperty DefaultDrawingAttributesProperty = 722DependencyProperty.Register( 809DependencyProperty.RegisterReadOnly( 818public static readonly DependencyProperty ActiveEditingModeProperty = ActiveEditingModePropertyKey.DependencyProperty; 831public static readonly DependencyProperty EditingModeProperty = 832DependencyProperty.Register( 861public static readonly DependencyProperty EditingModeInvertedProperty = 862DependencyProperty.Register(
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
116public static readonly DependencyProperty StrokesProperty = 117DependencyProperty.Register(
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
580if (item != DependencyProperty.UnsetValue) 584item = DependencyProperty.UnsetValue; 1300internal static readonly DependencyProperty ItemForItemContainerProperty = 1301DependencyProperty.RegisterAttached("ItemForItemContainer", typeof(object), typeof(ItemContainerGenerator), 2349DependencyProperty dp = FrameworkElement.DataContextProperty;
src\Framework\System\Windows\Controls\ItemsControl.cs (51)
186public static readonly DependencyProperty ItemsSourceProperty 187= DependencyProperty.Register("ItemsSource", typeof(IEnumerable), typeof(ItemsControl), 341DependencyProperty.RegisterReadOnly( 353public static readonly DependencyProperty HasItemsProperty = 370public static readonly DependencyProperty DisplayMemberPathProperty = 371DependencyProperty.Register( 421if (ReadLocalValue(ItemTemplateSelectorProperty) != DependencyProperty.UnsetValue || 422ReadLocalValue(DisplayMemberPathProperty) == DependencyProperty.UnsetValue) 457public static readonly DependencyProperty ItemTemplateProperty = 458DependencyProperty.Register( 508public static readonly DependencyProperty ItemTemplateSelectorProperty = 509DependencyProperty.Register( 563public static readonly DependencyProperty ItemStringFormatProperty = 564DependencyProperty.Register( 612public static readonly DependencyProperty ItemBindingGroupProperty = 613DependencyProperty.Register( 684public static readonly DependencyProperty ItemContainerStyleProperty = 685DependencyProperty.Register( 736public static readonly DependencyProperty ItemContainerStyleSelectorProperty = 737DependencyProperty.Register( 864public static readonly DependencyProperty ItemsPanelProperty 865= DependencyProperty.Register("ItemsPanel", typeof(ItemsPanelTemplate), typeof(ItemsControl), 910DependencyProperty.RegisterReadOnly("IsGrouping", typeof(bool), typeof(ItemsControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, new PropertyChangedCallback(OnIsGroupingChanged))); 915public static readonly DependencyProperty IsGroupingProperty = IsGroupingPropertyKey.DependencyProperty; 983public static readonly DependencyProperty GroupStyleSelectorProperty 984= DependencyProperty.Register("GroupStyleSelector", typeof(GroupStyleSelector), typeof(ItemsControl), 1028public static readonly DependencyProperty AlternationCountProperty = 1029DependencyProperty.Register( 1082DependencyProperty.RegisterAttachedReadOnly( 1094public static readonly DependencyProperty AlternationIndexProperty = 1126public static readonly DependencyProperty IsTextSearchEnabledProperty = 1127DependencyProperty.Register( 1146public static readonly DependencyProperty IsTextSearchCaseSensitiveProperty = 1147DependencyProperty.Register( 2170if (nextItem == DependencyProperty.UnsetValue || nextItem is CollectionViewGroupInternal) 2344while (firstItem == DependencyProperty.UnsetValue); 2351(firstItem == DependencyProperty.UnsetValue || firstItem is CollectionViewGroupInternal)) 2417(firstItem == DependencyProperty.UnsetValue || firstItem is CollectionViewGroupInternal)) 2483(lastItem == DependencyProperty.UnsetValue || lastItem is CollectionViewGroupInternal)) 2578if (item == DependencyProperty.UnsetValue) 2780if (firstItem != DependencyProperty.UnsetValue) 2872if (currentElement == null || returnItem == DependencyProperty.UnsetValue) 3141if (item != DependencyProperty.UnsetValue) 3375object item = DependencyProperty.UnsetValue; 3385if (item != DependencyProperty.UnsetValue) 3426container.ReadLocalValue(FrameworkElement.StyleProperty) != DependencyProperty.UnsetValue) 3476if (item == DependencyProperty.UnsetValue 3900object IContainItemStorage.ReadItemValue(object item, DependencyProperty dp) 3906void IContainItemStorage.StoreItemValue(object item, DependencyProperty dp, object value) 3911void IContainItemStorage.ClearItemValue(object item, DependencyProperty dp) 3916void IContainItemStorage.ClearValue(DependencyProperty dp)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (2)
118internal static readonly DependencyProperty TemplateProperty = 119DependencyProperty.Register(
src\Framework\System\Windows\Controls\Label.cs (4)
87public static readonly DependencyProperty TargetProperty = 88DependencyProperty.Register( 139private static readonly DependencyProperty LabeledByProperty = 140DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ListBox.cs (5)
149public static readonly DependencyProperty SelectionModeProperty = 150DependencyProperty.Register( 196public static readonly DependencyProperty SelectedItemsProperty = Selector.SelectedItemsImplProperty; 738if (item == DependencyProperty.UnsetValue) 967if (value != null && value != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
75public static readonly DependencyProperty IsSelectedProperty =
src\Framework\System\Windows\Controls\ListView.cs (2)
68public static readonly DependencyProperty ViewProperty = 69DependencyProperty.Register(
src\Framework\System\Windows\Controls\MediaElement.cs (16)
129public static readonly DependencyProperty SourceProperty = 130DependencyProperty.Register( 142public static readonly DependencyProperty VolumeProperty 143= DependencyProperty.Register( 154public static readonly DependencyProperty BalanceProperty 155= DependencyProperty.Register( 167public static readonly DependencyProperty IsMutedProperty 168= DependencyProperty.Register( 180public static readonly DependencyProperty ScrubbingEnabledProperty 181= DependencyProperty.Register( 193public static readonly DependencyProperty UnloadedBehaviorProperty 194= DependencyProperty.Register( 206public static readonly DependencyProperty LoadedBehaviorProperty 207= DependencyProperty.Register( 293public static readonly DependencyProperty StretchProperty = 300public static readonly DependencyProperty StretchDirectionProperty =
src\Framework\System\Windows\Controls\Menu.cs (2)
93public static readonly DependencyProperty IsMainMenuProperty = 94DependencyProperty.Register(
src\Framework\System\Windows\Controls\MenuItem.cs (30)
389public static readonly DependencyProperty CommandProperty = 489public static readonly DependencyProperty CommandParameterProperty = 510public static readonly DependencyProperty CommandTargetProperty = 530public static readonly DependencyProperty IsSubmenuOpenProperty = 531DependencyProperty.Register( 747DependencyProperty.RegisterReadOnly( 758public static readonly DependencyProperty RoleProperty = 805public static readonly DependencyProperty IsCheckableProperty = 806DependencyProperty.Register( 835DependencyProperty.RegisterReadOnly( 846public static readonly DependencyProperty IsPressedProperty = IsPressedPropertyKey.DependencyProperty; 878DependencyProperty.RegisterReadOnly( 889public static readonly DependencyProperty IsHighlightedProperty = 907public static readonly DependencyProperty IsCheckedProperty = 908DependencyProperty.Register( 967public static readonly DependencyProperty StaysOpenOnClickProperty = 968DependencyProperty.Register( 998internal static readonly DependencyProperty IsSelectedProperty = 1092public static readonly DependencyProperty InputGestureTextProperty = 1093DependencyProperty.Register( 1149public static readonly DependencyProperty IconProperty = 1150DependencyProperty.Register( 1168= DependencyProperty.RegisterReadOnly("IsSuspendingPopupAnimation", typeof(bool), typeof(MenuItem), 1174public static readonly DependencyProperty IsSuspendingPopupAnimationProperty = IsSuspendingPopupAnimationPropertyKey.DependencyProperty; 1236public static readonly DependencyProperty ItemContainerTemplateSelectorProperty = 1253public static readonly DependencyProperty UsesItemContainerTemplateProperty = 2298internal static readonly DependencyProperty InsideContextMenuProperty 2299= DependencyProperty.RegisterAttached("InsideContextMenu", typeof(bool), typeof(MenuItem), 2715private static readonly DependencyProperty BooleanFieldStoreProperty = DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\MenuScrollingVisibilityConverter.cs (2)
64return DependencyProperty.UnsetValue; 70return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\Page.cs (9)
141public static readonly DependencyProperty ContentProperty = 337public static readonly DependencyProperty BackgroundProperty = 358public static readonly DependencyProperty TitleProperty = 359DependencyProperty.Register( 424public static readonly DependencyProperty KeepAliveProperty = 459public static readonly DependencyProperty ForegroundProperty = 478public static readonly DependencyProperty FontFamilyProperty = 500public static readonly DependencyProperty FontSizeProperty = 518public static readonly DependencyProperty TemplateProperty =
src\Framework\System\Windows\Controls\Panel.cs (6)
144public static readonly DependencyProperty BackgroundProperty = 145DependencyProperty.Register("Background", 218public static readonly DependencyProperty IsItemsHostProperty = 219DependencyProperty.Register( 912public static readonly DependencyProperty ZIndexProperty = 913DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\PasswordBox.cs (9)
245public static readonly DependencyProperty PasswordCharProperty = 246DependencyProperty.RegisterAttached( 278public static readonly DependencyProperty MaxLengthProperty = 295public static readonly DependencyProperty SelectionBrushProperty = 310public static readonly DependencyProperty SelectionTextBrushProperty = 325public static readonly DependencyProperty SelectionOpacityProperty = 340public static readonly DependencyProperty CaretBrushProperty = 355public static readonly DependencyProperty IsSelectionActiveProperty = 369public static readonly DependencyProperty IsInactiveSelectionHighlightEnabledProperty =
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
287object ITextContainer.GetValue(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (3)
289object ITextPointer.GetValue(DependencyProperty formattingProperty) 300object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty) 304return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\PopupControlService.cs (5)
1130internal static readonly DependencyProperty ServiceOwnedProperty = 1131DependencyProperty.RegisterAttached("ServiceOwned", // Name 1139internal static readonly DependencyProperty OwnerProperty = 1140DependencyProperty.RegisterAttached("Owner", // Name 1171internal static object CoerceProperty(DependencyObject o, object value, DependencyProperty dp)
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
62public static readonly DependencyProperty BackgroundProperty =
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (10)
190public static readonly DependencyProperty CommandProperty = 191DependencyProperty.Register( 202public static readonly DependencyProperty CommandParameterProperty = 203DependencyProperty.Register( 215public static readonly DependencyProperty CommandTargetProperty = 216DependencyProperty.Register( 226DependencyProperty.RegisterReadOnly( 240public static readonly DependencyProperty IsPressedProperty = 382public static readonly DependencyProperty ClickModeProperty = 383DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (4)
39internal static readonly DependencyPropertyKey HasSelectedDaysPropertyKey = DependencyProperty.RegisterReadOnly( 48public static readonly DependencyProperty HasSelectedDaysProperty = HasSelectedDaysPropertyKey.DependencyProperty; 63internal static readonly DependencyPropertyKey IsInactivePropertyKey = DependencyProperty.RegisterReadOnly( 72public static readonly DependencyProperty IsInactiveProperty = IsInactivePropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (10)
47internal static readonly DependencyPropertyKey IsTodayPropertyKey = DependencyProperty.RegisterReadOnly( 56public static readonly DependencyProperty IsTodayProperty = IsTodayPropertyKey.DependencyProperty; 70internal static readonly DependencyPropertyKey IsSelectedPropertyKey = DependencyProperty.RegisterReadOnly( 79public static readonly DependencyProperty IsSelectedProperty = IsSelectedPropertyKey.DependencyProperty; 93internal static readonly DependencyPropertyKey IsInactivePropertyKey = DependencyProperty.RegisterReadOnly( 102public static readonly DependencyProperty IsInactiveProperty = IsInactivePropertyKey.DependencyProperty; 116internal static readonly DependencyPropertyKey IsBlackedOutPropertyKey = DependencyProperty.RegisterReadOnly( 125public static readonly DependencyProperty IsBlackedOutProperty = IsBlackedOutPropertyKey.DependencyProperty; 139internal static readonly DependencyPropertyKey IsHighlightedPropertyKey = DependencyProperty.RegisterReadOnly( 148public static readonly DependencyProperty IsHighlightedProperty = IsHighlightedPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (12)
82public static readonly DependencyProperty SeparatorBrushProperty = 83DependencyProperty.Register("SeparatorBrush", typeof(Brush), typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null)); 97public static readonly DependencyProperty SeparatorVisibilityProperty = 98DependencyProperty.Register("SeparatorVisibility", typeof(Visibility), typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(Visibility.Visible)); 149DependencyProperty.RegisterReadOnly( 158public static readonly DependencyProperty DisplayIndexProperty = DisplayIndexPropertyKey.DependencyProperty; 714DependencyProperty.RegisterReadOnly( 723public static readonly DependencyProperty CanUserSortProperty = CanUserSortPropertyKey.DependencyProperty; 737DependencyProperty.RegisterReadOnly( 746public static readonly DependencyProperty SortDirectionProperty = SortDirectionPropertyKey.DependencyProperty; 870DependencyProperty.RegisterReadOnly( 879public static readonly DependencyProperty IsFrozenProperty = IsFrozenPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (6)
160public static readonly DependencyProperty SeparatorBrushProperty = 161DependencyProperty.Register("SeparatorBrush", typeof(Brush), typeof(DataGridRowHeader), new FrameworkPropertyMetadata(null)); 175public static readonly DependencyProperty SeparatorVisibilityProperty = 176DependencyProperty.Register("SeparatorVisibility", typeof(Visibility), typeof(DataGridRowHeader), new FrameworkPropertyMetadata(Visibility.Visible)); 529DependencyProperty.RegisterReadOnly( 538public static readonly DependencyProperty IsRowSelectedProperty = IsRowSelectedPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
62internal static readonly DependencyProperty WatermarkProperty = DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (4)
148public static readonly DependencyProperty PageNumberProperty = 149DependencyProperty.Register( 161public static readonly DependencyProperty StretchProperty = 171public static readonly DependencyProperty StretchDirectionProperty =
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (12)
249public static readonly DependencyProperty DocumentProperty = 250DependencyProperty.Register( 262DependencyProperty.RegisterReadOnly( 271public static readonly DependencyProperty PageCountProperty = 278DependencyProperty.RegisterReadOnly( 287public static readonly DependencyProperty MasterPageNumberProperty = 294DependencyProperty.RegisterReadOnly( 303public static readonly DependencyProperty CanGoToPreviousPageProperty = 310DependencyProperty.RegisterReadOnly( 319public static readonly DependencyProperty CanGoToNextPageProperty = 329public static readonly DependencyProperty IsMasterPageProperty = 330DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
58public static readonly DependencyProperty ColumnsProperty = 59DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\IContainItemStorage.cs (4)
29void StoreItemValue(object item, DependencyProperty dp, object value); 37object ReadItemValue(object item, DependencyProperty dp); 44void ClearItemValue(object item, DependencyProperty dp); 50void ClearValue(DependencyProperty dp);
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (4)
86public static readonly DependencyProperty ItemContainerTemplateSelectorProperty = 87DependencyProperty.Register( 105public static readonly DependencyProperty UsesItemContainerTemplateProperty = 106DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\Popup.cs (25)
92internal static readonly DependencyProperty TreatMousePlacementAsBottomProperty = 93DependencyProperty.Register( 116public static readonly DependencyProperty ChildProperty = 117DependencyProperty.Register( 289public static readonly DependencyProperty IsOpenProperty = 290DependencyProperty.Register( 441public static readonly DependencyProperty PlacementProperty = 442DependencyProperty.Register( 513public static readonly DependencyProperty CustomPopupPlacementCallbackProperty = 514DependencyProperty.Register( 535public static readonly DependencyProperty StaysOpenProperty = 536DependencyProperty.Register( 579public static readonly DependencyProperty HorizontalOffsetProperty = 580DependencyProperty.Register( 615public static readonly DependencyProperty VerticalOffsetProperty = 616DependencyProperty.Register( 640public static readonly DependencyProperty PlacementTargetProperty = 641DependencyProperty.Register( 684public static readonly DependencyProperty PlacementRectangleProperty = 685DependencyProperty.Register( 765public static readonly DependencyProperty PopupAnimationProperty = 766DependencyProperty.Register( 804public static readonly DependencyProperty AllowsTransparencyProperty = 832DependencyProperty.RegisterReadOnly( 844public static readonly DependencyProperty HasDropShadowProperty =
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (10)
79public static readonly DependencyProperty MinimumProperty = 80DependencyProperty.Register( 131public static readonly DependencyProperty MaximumProperty = 132DependencyProperty.Register( 194public static readonly DependencyProperty ValueProperty = 195DependencyProperty.Register( 292public static readonly DependencyProperty LargeChangeProperty 293= DependencyProperty.Register("LargeChange", typeof(double), typeof(RangeBase), 319public static readonly DependencyProperty SmallChangeProperty 320= DependencyProperty.Register("SmallChange", typeof(double), typeof(RangeBase),
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (4)
58public static readonly DependencyProperty DelayProperty 59= DependencyProperty.Register("Delay", typeof(int), typeof(RepeatButton), 85public static readonly DependencyProperty IntervalProperty 86= DependencyProperty.Register("Interval", typeof(int), typeof(RepeatButton),
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (4)
110public static readonly DependencyProperty OrientationProperty 111= DependencyProperty.Register("Orientation", typeof(Orientation), typeof(ScrollBar), 119public static readonly DependencyProperty ViewportSizeProperty 120= DependencyProperty.Register("ViewportSize", typeof(double), typeof(ScrollBar),
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
320public static readonly DependencyProperty CanContentScrollProperty =
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
24public static readonly DependencyProperty SelectiveScrollingOrientationProperty = 25DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\Primitives\Selector.cs (30)
178DependencyProperty.RegisterAttachedReadOnly( 188public static readonly DependencyProperty IsSelectionActiveProperty = 208public static readonly DependencyProperty IsSelectedProperty = 209DependencyProperty.RegisterAttached( 256public static readonly DependencyProperty IsSynchronizedWithCurrentItemProperty = 257DependencyProperty.Register( 329public static readonly DependencyProperty SelectedIndexProperty = 330DependencyProperty.Register( 374return DependencyProperty.UnsetValue; 385public static readonly DependencyProperty SelectedItemProperty = 386DependencyProperty.Register( 430return DependencyProperty.UnsetValue; 438public static readonly DependencyProperty SelectedValueProperty = 439DependencyProperty.Register( 529item = DependencyProperty.UnsetValue; 574item = DependencyProperty.UnsetValue; 587return DependencyProperty.UnsetValue; 593return DependencyProperty.UnsetValue; // no suitable item found 611return DependencyProperty.UnsetValue; 639return DependencyProperty.UnsetValue; 655if (tempValue == DependencyProperty.UnsetValue) 685if (item == DependencyProperty.UnsetValue && s.HasItems) 698public static readonly DependencyProperty SelectedValuePathProperty = 699DependencyProperty.Register( 796DependencyProperty.RegisterReadOnly( 807internal static readonly DependencyProperty SelectedItemsImplProperty = 1780if (desiredSelectedValue == DependencyProperty.UnsetValue) 1973if (item != DependencyProperty.UnsetValue) 2250selectedValue = DependencyProperty.UnsetValue; 2700if (!isSelected && info != null && info.Item != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (2)
56public static readonly DependencyProperty ItemContainerTemplateSelectorProperty = 73public static readonly DependencyProperty UsesItemContainerTemplateProperty =
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (29)
456public static readonly DependencyProperty IsReadOnlyProperty = 476public static readonly DependencyProperty IsReadOnlyCaretVisibleProperty = 477DependencyProperty.Register("IsReadOnlyCaretVisible", 499public static readonly DependencyProperty AcceptsReturnProperty = 519public static readonly DependencyProperty AcceptsTabProperty = 520DependencyProperty.Register( 550public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = 570public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = 714public static readonly DependencyProperty IsUndoEnabledProperty = 715DependencyProperty.Register("IsUndoEnabled", typeof(bool), typeof(TextBoxBase), 757public static readonly DependencyProperty UndoLimitProperty = 758DependencyProperty.Register("UndoLimit", typeof(int), typeof(TextBoxBase), 783public static readonly DependencyProperty AutoWordSelectionProperty = 784DependencyProperty.Register( 812public static readonly DependencyProperty SelectionBrushProperty = 813DependencyProperty.Register("SelectionBrush", typeof(Brush), typeof(TextBoxBase), 831public static readonly DependencyProperty SelectionTextBrushProperty = 832DependencyProperty.Register("SelectionTextBrush", typeof(Brush), typeof(TextBoxBase), 862public static readonly DependencyProperty SelectionOpacityProperty = 863DependencyProperty.Register("SelectionOpacity", typeof(double), typeof(TextBoxBase), 882public static readonly DependencyProperty CaretBrushProperty = 883DependencyProperty.Register("CaretBrush", typeof(Brush), typeof(TextBoxBase), 896DependencyProperty.RegisterAttachedReadOnly( 902public static readonly DependencyProperty IsSelectionActiveProperty = 910public static readonly DependencyProperty IsInactiveSelectionHighlightEnabledProperty = 911DependencyProperty.Register("IsInactiveSelectionHighlightEnabled", typeof(bool), typeof(TextBoxBase)); 1769if (value == DependencyProperty.UnsetValue) 2163if (value == DependencyProperty.UnsetValue) 2182/// <see cref="DependencyProperty.ValidateValueCallback"/>
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (2)
100DependencyProperty.RegisterReadOnly( 113public static readonly DependencyProperty IsDraggingProperty = IsDraggingPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (16)
94public static readonly DependencyProperty FillProperty 95= DependencyProperty.Register( 124public static readonly DependencyProperty MinimumProperty = 144public static readonly DependencyProperty MaximumProperty = 164public static readonly DependencyProperty SelectionStartProperty = 184public static readonly DependencyProperty SelectionEndProperty = 204public static readonly DependencyProperty IsSelectionRangeEnabledProperty = 224public static readonly DependencyProperty TickFrequencyProperty = 244public static readonly DependencyProperty TicksProperty = 266public static readonly DependencyProperty IsDirectionReversedProperty = 290public static readonly DependencyProperty PlacementProperty = 291DependencyProperty.Register( 324public static readonly DependencyProperty ReservedSpaceProperty = 325DependencyProperty.Register( 675private void BindToTemplatedParent(DependencyProperty target, DependencyProperty source)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (4)
128public static readonly DependencyProperty IsCheckedProperty = 129DependencyProperty.Register( 230public static readonly DependencyProperty IsThreeStateProperty = 231DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (2)
30public static readonly DependencyProperty WrapWidthProperty = 31DependencyProperty.Register(
src\Framework\System\Windows\Controls\Primitives\Track.cs (13)
239public static readonly DependencyProperty OrientationProperty = 240DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Track), 259public static readonly DependencyProperty MinimumProperty = 277public static readonly DependencyProperty MaximumProperty = 295public static readonly DependencyProperty ValueProperty = 313public static readonly DependencyProperty ViewportSizeProperty = 314DependencyProperty.Register("ViewportSize", 344public static readonly DependencyProperty IsDirectionReversedProperty = 345DependencyProperty.Register("IsDirectionReversed", 695private void BindToTemplatedParent(DependencyProperty target, DependencyProperty source) 707private void BindChildToTemplatedParent(FrameworkElement element, DependencyProperty target, DependencyProperty source)
src\Framework\System\Windows\Controls\Primitives\UniformGrid.cs (6)
80public static readonly DependencyProperty FirstColumnProperty = 81DependencyProperty.Register( 110public static readonly DependencyProperty ColumnsProperty = 111DependencyProperty.Register( 140public static readonly DependencyProperty RowsProperty = 141DependencyProperty.Register(
src\Framework\System\Windows\Controls\ProgressBar.cs (4)
77public static readonly DependencyProperty IsIndeterminateProperty = 78DependencyProperty.Register( 128public static readonly DependencyProperty OrientationProperty = 129DependencyProperty.Register(
src\Framework\System\Windows\Controls\RadioButton.cs (2)
199public static readonly DependencyProperty GroupNameProperty = DependencyProperty.Register(
src\Framework\System\Windows\Controls\RichTextBox.cs (10)
512public static readonly DependencyProperty IsDocumentEnabledProperty = 513DependencyProperty.Register("IsDocumentEnabled", typeof(bool), typeof(RichTextBox), 652DependencyProperty[] inheritableFormattingProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 660DependencyProperty[] inheritableBehavioralProperties = TextSchema.BehavioralProperties; 679DependencyProperty[] inheritableFormattingProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 682DependencyProperty property = inheritableFormattingProperties[i]; 693DependencyProperty[] inheritableBehavioralProperties = TextSchema.BehavioralProperties; 696DependencyProperty property = inheritableBehavioralProperties[i]; 716private void TransferFormattingProperty(DependencyProperty property, object inheritedValue) 760private void TransferBehavioralProperty(DependencyProperty property, object inheritedValue)
src\Framework\System\Windows\Controls\ScrollViewer.cs (39)
452public static readonly DependencyProperty CanContentScrollProperty = 453DependencyProperty.RegisterAttached( 489public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = 490DependencyProperty.RegisterAttached( 529public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = 530DependencyProperty.RegisterAttached( 569DependencyProperty.RegisterReadOnly( 580public static readonly DependencyProperty ComputedHorizontalScrollBarVisibilityProperty = 587DependencyProperty.RegisterReadOnly( 598public static readonly DependencyProperty ComputedVerticalScrollBarVisibilityProperty = 606DependencyProperty.RegisterReadOnly( 615public static readonly DependencyProperty VerticalOffsetProperty = 623DependencyProperty.RegisterReadOnly( 632public static readonly DependencyProperty HorizontalOffsetProperty = 640DependencyProperty.RegisterReadOnly( 649public static readonly DependencyProperty ContentVerticalOffsetProperty = 674DependencyProperty.RegisterReadOnly( 683public static readonly DependencyProperty ContentHorizontalOffsetProperty = 707DependencyProperty.RegisterReadOnly( 716public static readonly DependencyProperty ExtentWidthProperty = 723DependencyProperty.RegisterReadOnly( 732public static readonly DependencyProperty ExtentHeightProperty = 739DependencyProperty.RegisterReadOnly( 748public static readonly DependencyProperty ScrollableWidthProperty = 755DependencyProperty.RegisterReadOnly( 764public static readonly DependencyProperty ScrollableHeightProperty = 771DependencyProperty.RegisterReadOnly( 780public static readonly DependencyProperty ViewportWidthProperty = 787DependencyProperty.RegisterReadOnly( 797public static readonly DependencyProperty ViewportHeightProperty = 805public static readonly DependencyProperty IsDeferredScrollingEnabledProperty = DependencyProperty.RegisterAttached("IsDeferredScrollingEnabled", typeof(bool), typeof(ScrollViewer), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); 1365private void BindToTemplatedParent(DependencyProperty property) 1460public static readonly DependencyProperty PanningModeProperty = 1461DependencyProperty.RegisterAttached( 1541public static readonly DependencyProperty PanningDecelerationProperty = 1542DependencyProperty.RegisterAttached( 1587public static readonly DependencyProperty PanningRatioProperty = 1588DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\SinglePageViewer.cs (16)
251public static readonly DependencyProperty ZoomProperty = 252DependencyProperty.Register( 265public static readonly DependencyProperty MaxZoomProperty = 266DependencyProperty.Register( 279public static readonly DependencyProperty MinZoomProperty = 280DependencyProperty.Register( 292public static readonly DependencyProperty ZoomIncrementProperty = 293DependencyProperty.Register( 304DependencyProperty.RegisterReadOnly( 313public static readonly DependencyProperty CanIncreaseZoomProperty = CanIncreaseZoomPropertyKey.DependencyProperty; 319DependencyProperty.RegisterReadOnly( 328public static readonly DependencyProperty CanDecreaseZoomProperty = 334public static readonly DependencyProperty SelectionBrushProperty = 340public static readonly DependencyProperty SelectionOpacityProperty = 347public static readonly DependencyProperty IsSelectionActiveProperty = 353public static readonly DependencyProperty IsInactiveSelectionHighlightEnabledProperty =
src\Framework\System\Windows\Controls\Slider.cs (26)
282public static readonly DependencyProperty OrientationProperty = 283DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Slider), 302public static readonly DependencyProperty IsDirectionReversedProperty 303= DependencyProperty.Register("IsDirectionReversed", typeof(bool), typeof(Slider), 327public static readonly DependencyProperty DelayProperty = RepeatButton.DelayProperty.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardDelay())); 352public static readonly DependencyProperty IntervalProperty = RepeatButton.IntervalProperty.AddOwner(typeof(Slider), new FrameworkPropertyMetadata(RepeatButton.GetKeyboardSpeed())); 377public static readonly DependencyProperty AutoToolTipPlacementProperty 378= DependencyProperty.Register("AutoToolTipPlacement", typeof(AutoToolTipPlacement), typeof(Slider), 414public static readonly DependencyProperty AutoToolTipPrecisionProperty 415= DependencyProperty.Register("AutoToolTipPrecision", typeof(int), typeof(Slider), 459public static readonly DependencyProperty IsSnapToTickEnabledProperty 460= DependencyProperty.Register("IsSnapToTickEnabled", typeof(bool), typeof(Slider), 482public static readonly DependencyProperty TickPlacementProperty 483= DependencyProperty.Register("TickPlacement", typeof(Primitives.TickPlacement), typeof(Slider), 518public static readonly DependencyProperty TickFrequencyProperty 519= DependencyProperty.Register("TickFrequency", typeof(double), typeof(Slider), 546public static readonly DependencyProperty TicksProperty 547= DependencyProperty.Register("Ticks", typeof(DoubleCollection), typeof(Slider), 582public static readonly DependencyProperty IsSelectionRangeEnabledProperty 583= DependencyProperty.Register("IsSelectionRangeEnabled", typeof(bool), typeof(Slider), 605public static readonly DependencyProperty SelectionStartProperty 606= DependencyProperty.Register("SelectionStart", typeof(double), typeof(Slider), 655public static readonly DependencyProperty SelectionEndProperty 656= DependencyProperty.Register("SelectionEnd", typeof(double), typeof(Slider), 746public static readonly DependencyProperty IsMoveToPointEnabledProperty 747= DependencyProperty.Register("IsMoveToPointEnabled", typeof(bool), typeof(Slider),
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (2)
65public static readonly DependencyProperty SourceProperty = 66DependencyProperty.Register(
src\Framework\System\Windows\Controls\SpellCheck.cs (7)
101public static readonly DependencyProperty IsEnabledProperty = 102DependencyProperty.RegisterAttached( 151public static readonly DependencyProperty SpellingReformProperty = 152DependencyProperty.RegisterAttached( 185DependencyProperty.RegisterAttachedReadOnly( 194public static readonly DependencyProperty CustomDictionariesProperty = CustomDictionariesPropertyKey.DependencyProperty; 260internal override object CreateDefaultValue(DependencyObject owner, DependencyProperty property)
src\Framework\System\Windows\Controls\Stack.cs (2)
318public static readonly DependencyProperty OrientationProperty = 319DependencyProperty.Register(
src\Framework\System\Windows\Controls\StickyNote.cs (25)
253DependencyProperty.RegisterReadOnly( 262public static readonly DependencyProperty AuthorProperty = AuthorPropertyKey.DependencyProperty; 279public static readonly DependencyProperty IsExpandedProperty = 280DependencyProperty.Register( 301public static readonly DependencyProperty IsActiveProperty = 302DependencyProperty.RegisterAttached("IsActive", 324DependencyProperty.RegisterReadOnly("IsMouseOverAnchor", 333public static readonly DependencyProperty IsMouseOverAnchorProperty = IsMouseOverAnchorPropertyKey.DependencyProperty; 351public static readonly DependencyProperty CaptionFontFamilyProperty = 352DependencyProperty.Register( 374public static readonly DependencyProperty CaptionFontSizeProperty = 375DependencyProperty.Register( 397public static readonly DependencyProperty CaptionFontStretchProperty = 398DependencyProperty.Register( 420public static readonly DependencyProperty CaptionFontStyleProperty = 421DependencyProperty.Register( 442public static readonly DependencyProperty CaptionFontWeightProperty = 443DependencyProperty.Register( 465public static readonly DependencyProperty PenWidthProperty = 466DependencyProperty.Register( 488DependencyProperty.RegisterReadOnly( 497public static readonly DependencyProperty StickyNoteTypeProperty = StickyNoteTypePropertyKey.DependencyProperty; 773private static readonly DependencyProperty InkEditingModeProperty = 774DependencyProperty.Register( 1963return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\TabControl.cs (16)
76public static readonly DependencyProperty TabStripPlacementProperty = 77DependencyProperty.Register( 115private static readonly DependencyPropertyKey SelectedContentPropertyKey = DependencyProperty.RegisterReadOnly("SelectedContent", typeof(object), typeof(TabControl), new FrameworkPropertyMetadata((object)null)); 122public static readonly DependencyProperty SelectedContentProperty = SelectedContentPropertyKey.DependencyProperty; 143private static readonly DependencyPropertyKey SelectedContentTemplatePropertyKey = DependencyProperty.RegisterReadOnly("SelectedContentTemplate", typeof(DataTemplate), typeof(TabControl), new FrameworkPropertyMetadata((DataTemplate)null)); 150public static readonly DependencyProperty SelectedContentTemplateProperty = SelectedContentTemplatePropertyKey.DependencyProperty; 172private static readonly DependencyPropertyKey SelectedContentTemplateSelectorPropertyKey = DependencyProperty.RegisterReadOnly("SelectedContentTemplateSelector", typeof(DataTemplateSelector), typeof(TabControl), new FrameworkPropertyMetadata((DataTemplateSelector)null)); 179public static readonly DependencyProperty SelectedContentTemplateSelectorProperty = SelectedContentTemplateSelectorPropertyKey.DependencyProperty; 198DependencyProperty.RegisterReadOnly("SelectedContentStringFormat", 208public static readonly DependencyProperty SelectedContentStringFormatProperty = 229public static readonly DependencyProperty ContentTemplateProperty = DependencyProperty.Register("ContentTemplate", typeof(DataTemplate), typeof(TabControl), new FrameworkPropertyMetadata((DataTemplate)null)); 254public static readonly DependencyProperty ContentTemplateSelectorProperty = DependencyProperty.Register("ContentTemplateSelector", typeof(DataTemplateSelector), typeof(TabControl), new FrameworkPropertyMetadata((DataTemplateSelector)null)); 276public static readonly DependencyProperty ContentStringFormatProperty = 277DependencyProperty.Register(
src\Framework\System\Windows\Controls\TabItem.cs (3)
79public static readonly DependencyProperty IsSelectedProperty = 176DependencyProperty.RegisterReadOnly( 188public static readonly DependencyProperty TabStripPlacementProperty =
src\Framework\System\Windows\Controls\TextBlock.cs (25)
340DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 545public static readonly DependencyProperty BaselineOffsetProperty = 546DependencyProperty.RegisterAttached( 596public static readonly DependencyProperty TextProperty = 597DependencyProperty.Register( 656public static readonly DependencyProperty FontFamilyProperty = 702public static readonly DependencyProperty FontStyleProperty = 747public static readonly DependencyProperty FontWeightProperty = 792public static readonly DependencyProperty FontStretchProperty = 837public static readonly DependencyProperty FontSizeProperty = 886public static readonly DependencyProperty ForegroundProperty = 932public static readonly DependencyProperty BackgroundProperty = 952public static readonly DependencyProperty TextDecorationsProperty = 972public static readonly DependencyProperty TextEffectsProperty = 991public static readonly DependencyProperty LineHeightProperty = 1037public static readonly DependencyProperty LineStackingStrategyProperty = 1081public static readonly DependencyProperty PaddingProperty = 1100public static readonly DependencyProperty TextAlignmentProperty = 1145public static readonly DependencyProperty TextTrimmingProperty = 1146DependencyProperty.Register( 1169public static readonly DependencyProperty TextWrappingProperty = 1170DependencyProperty.Register( 1192public static readonly DependencyProperty IsHyphenationEnabledProperty = 3373localValue != DependencyProperty.UnsetValue && 4067return (localBaseline != DependencyProperty.UnsetValue) && !DoubleUtil.IsNaN((double) localBaseline);
src\Framework\System\Windows\Controls\TextBox.cs (28)
69DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 610public static readonly DependencyProperty TextWrappingProperty = 638public static readonly DependencyProperty MinLinesProperty = 639DependencyProperty.Register( 663public static readonly DependencyProperty MaxLinesProperty = 664DependencyProperty.Register( 688public static readonly DependencyProperty TextProperty = 689DependencyProperty.Register( 720public static readonly DependencyProperty CharacterCasingProperty = 721DependencyProperty.Register( 755public static readonly DependencyProperty MaxLengthProperty = 756DependencyProperty.Register( 778public static readonly DependencyProperty TextAlignmentProperty = Block.TextAlignmentProperty.AddOwner(typeof(TextBox)); 960public static readonly DependencyProperty TextDecorationsProperty = 1242_newTextValue = DependencyProperty.UnsetValue; 1262_newTextValue = DependencyProperty.UnsetValue; 1499/// <see cref="DependencyProperty.ValidateValueCallback"/> 1507/// <see cref="DependencyProperty.ValidateValueCallback"/> 1515/// <see cref="DependencyProperty.ValidateValueCallback"/> 1523/// <see cref="DependencyProperty.ValidateValueCallback"/> 1552if (textBox._newTextValue == DependencyProperty.UnsetValue || 1801if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue || 1802ReadLocalValue(MaxHeightProperty) != DependencyProperty.UnsetValue || 1803ReadLocalValue(MinHeightProperty) != DependencyProperty.UnsetValue) 1839if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue || 1840ReadLocalValue(MaxHeightProperty) != DependencyProperty.UnsetValue || 1841ReadLocalValue(MinHeightProperty) != DependencyProperty.UnsetValue) 1955private object _newTextValue = DependencyProperty.UnsetValue;
src\Framework\System\Windows\Controls\TextSearch.cs (10)
83public static readonly DependencyProperty TextPathProperty 84= DependencyProperty.RegisterAttached("TextPath", typeof(string), typeof(TextSearch), 121public static readonly DependencyProperty TextProperty 122= DependencyProperty.RegisterAttached("Text", typeof(string), typeof(TextSearch), 163private static readonly DependencyProperty CurrentPrefixProperty = 164DependencyProperty.RegisterAttached("CurrentPrefix", typeof(string), typeof(TextSearch), 170private static readonly DependencyProperty IsActiveProperty = 171DependencyProperty.RegisterAttached("IsActive", typeof(bool), typeof(TextSearch), 182DependencyProperty.RegisterAttachedReadOnly("TextSearchInstance", typeof(TextSearch), typeof(TextSearch), 189private static readonly DependencyProperty TextSearchInstanceProperty =
src\Framework\System\Windows\Controls\ToolBar.cs (14)
108DependencyProperty.RegisterAttachedReadOnly( 120public static readonly DependencyProperty OrientationProperty = 145public static readonly DependencyProperty BandProperty = 146DependencyProperty.Register( 169public static readonly DependencyProperty BandIndexProperty = 170DependencyProperty.Register( 193public static readonly DependencyProperty IsOverflowOpenProperty = 194DependencyProperty.Register( 309DependencyProperty.RegisterReadOnly( 320public static readonly DependencyProperty HasOverflowItemsProperty = 338DependencyProperty.RegisterAttachedReadOnly( 349public static readonly DependencyProperty IsOverflowItemProperty = 383public static readonly DependencyProperty OverflowModeProperty = 384DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ToolBarTray.cs (5)
80public static readonly DependencyProperty BackgroundProperty = 98public static readonly DependencyProperty OrientationProperty = 99DependencyProperty.Register( 132public static readonly DependencyProperty IsLockedProperty = 133DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Controls\ToolTip.cs (12)
68internal static readonly DependencyProperty FromKeyboardProperty = 69DependencyProperty.Register( 104public static readonly DependencyProperty HorizontalOffsetProperty = 135public static readonly DependencyProperty VerticalOffsetProperty = 166public static readonly DependencyProperty IsOpenProperty = 167DependencyProperty.Register( 215public static readonly DependencyProperty HasDropShadowProperty = 246public static readonly DependencyProperty PlacementTargetProperty = 271public static readonly DependencyProperty PlacementRectangleProperty = 295public static readonly DependencyProperty PlacementProperty = 320public static readonly DependencyProperty CustomPopupPlacementCallbackProperty = 339public static readonly DependencyProperty StaysOpenProperty =
src\Framework\System\Windows\Controls\ToolTipService.cs (26)
28public static readonly DependencyProperty ToolTipProperty = 29DependencyProperty.RegisterAttached( 73public static readonly DependencyProperty HorizontalOffsetProperty = 74DependencyProperty.RegisterAttached("HorizontalOffset", // Name 112public static readonly DependencyProperty VerticalOffsetProperty = 113DependencyProperty.RegisterAttached("VerticalOffset", // Name 151public static readonly DependencyProperty HasDropShadowProperty = 152DependencyProperty.RegisterAttached("HasDropShadow", // Name 189public static readonly DependencyProperty PlacementTargetProperty = 190DependencyProperty.RegisterAttached("PlacementTarget", // Name 227public static readonly DependencyProperty PlacementRectangleProperty = 228DependencyProperty.RegisterAttached("PlacementRectangle", // Name 265public static readonly DependencyProperty PlacementProperty = 266DependencyProperty.RegisterAttached("Placement", // Name 303public static readonly DependencyProperty ShowOnDisabledProperty = 304DependencyProperty.RegisterAttached("ShowOnDisabled", // Name 342DependencyProperty.RegisterAttachedReadOnly("IsOpen", // Name 350public static readonly DependencyProperty IsOpenProperty = IsOpenPropertyKey.DependencyProperty; 384public static readonly DependencyProperty IsEnabledProperty = 385DependencyProperty.RegisterAttached("IsEnabled", // Name 427public static readonly DependencyProperty ShowDurationProperty = 428DependencyProperty.RegisterAttached("ShowDuration", // Name 466public static readonly DependencyProperty InitialShowDelayProperty = 467DependencyProperty.RegisterAttached("InitialShowDelay", // Name 505public static readonly DependencyProperty BetweenShowDelayProperty = 506DependencyProperty.RegisterAttached("BetweenShowDelay", // Name
src\Framework\System\Windows\Controls\TreeView.cs (6)
61DependencyProperty.RegisterReadOnly("SelectedItem", typeof(object), typeof(TreeView), new FrameworkPropertyMetadata((object)null)); 67public static readonly DependencyProperty SelectedItemProperty = SelectedItemPropertyKey.DependencyProperty; 90DependencyProperty.RegisterReadOnly("SelectedValue", typeof(object), typeof(TreeView), new FrameworkPropertyMetadata((object)null)); 96public static readonly DependencyProperty SelectedValueProperty = SelectedValuePropertyKey.DependencyProperty; 122public static readonly DependencyProperty SelectedValuePathProperty = 123DependencyProperty.Register(
src\Framework\System\Windows\Controls\TreeViewItem.cs (6)
68public static readonly DependencyProperty IsExpandedProperty = 69DependencyProperty.Register( 139public static readonly DependencyProperty IsSelectedProperty = 140DependencyProperty.Register( 186public static readonly DependencyProperty IsSelectionActiveProperty = Selector.IsSelectionActiveProperty.AddOwner(typeof(TreeViewItem)); 953internal static void SynchronizeValue(DependencyProperty dp, DependencyObject parent, DependencyObject child)
src\Framework\System\Windows\Controls\Validation.cs (14)
78DependencyProperty.RegisterAttachedReadOnly("Errors", 91public static readonly DependencyProperty ErrorsProperty = 110internal static readonly DependencyProperty ValidationErrorsInternalProperty = 111DependencyProperty.RegisterAttached("ErrorsInternal", 142DependencyProperty.RegisterAttachedReadOnly("HasError", 166public static readonly DependencyProperty HasErrorProperty= 188public static readonly DependencyProperty ErrorTemplateProperty = 189DependencyProperty.RegisterAttached("ErrorTemplate", 236public static readonly DependencyProperty ValidationAdornerSiteProperty = 237DependencyProperty.RegisterAttached("ValidationAdornerSite", 304public static readonly DependencyProperty ValidationAdornerSiteForProperty = 305DependencyProperty.RegisterAttached("ValidationAdornerSiteFor", 621private static readonly DependencyProperty ValidationAdornerProperty = 622DependencyProperty.RegisterAttached("ValidationAdorner",
src\Framework\System\Windows\Controls\ViewBase.cs (2)
77internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 88internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property)
src\Framework\System\Windows\Controls\ViewBox.cs (4)
107public static readonly DependencyProperty StretchProperty 108= DependencyProperty.Register( 129public static readonly DependencyProperty StretchDirectionProperty 130= DependencyProperty.Register(
src\Framework\System\Windows\Controls\ViewPort3D.cs (3)
101public static readonly DependencyProperty CameraProperty = 128DependencyProperty.RegisterReadOnly( 137public static readonly DependencyProperty ChildrenProperty = ChildrenPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (17)
61public static readonly DependencyProperty IsVirtualizingProperty = 62DependencyProperty.RegisterAttached("IsVirtualizing", typeof(bool), typeof(VirtualizingPanel), 101public static readonly DependencyProperty VirtualizationModeProperty = 102DependencyProperty.RegisterAttached("VirtualizationMode", typeof(VirtualizationMode), typeof(VirtualizingPanel), 139public static readonly DependencyProperty IsVirtualizingWhenGroupingProperty = 140DependencyProperty.RegisterAttached("IsVirtualizingWhenGrouping", typeof(bool), typeof(VirtualizingPanel), 177public static readonly DependencyProperty ScrollUnitProperty = 178DependencyProperty.RegisterAttached("ScrollUnit", typeof(ScrollUnit), typeof(VirtualizingPanel), 216public static readonly DependencyProperty CacheLengthProperty = 217DependencyProperty.RegisterAttached("CacheLength", typeof(VirtualizationCacheLength), typeof(VirtualizingPanel), 257public static readonly DependencyProperty CacheLengthUnitProperty = 258DependencyProperty.RegisterAttached("CacheLengthUnit", typeof(VirtualizationCacheLengthUnit), typeof(VirtualizingPanel), 295public static readonly DependencyProperty IsContainerVirtualizableProperty = 296DependencyProperty.RegisterAttached("IsContainerVirtualizable", typeof(bool), typeof(VirtualizingPanel), 333internal static readonly DependencyProperty ShouldCacheContainerSizeProperty = 334DependencyProperty.RegisterAttached("ShouldCacheContainerSize", typeof(bool), typeof(VirtualizingPanel), 409DependencyProperty dp = e.Property;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (20)
57private static readonly DependencyProperty ContainerSizeProperty = DependencyProperty.Register("ContainerSize", typeof(Size), typeof(VirtualizingStackPanel)); 63private static readonly DependencyProperty ContainerSizeDualProperty = DependencyProperty.Register("ContainerSizeDual", typeof(ContainerSizeDual), typeof(VirtualizingStackPanel)); 69private static readonly DependencyProperty AreContainersUniformlySizedProperty = DependencyProperty.Register("AreContainersUniformlySized", typeof(bool), typeof(VirtualizingStackPanel)); 78private static readonly DependencyProperty UniformOrAverageContainerSizeProperty = DependencyProperty.Register("UniformOrAverageContainerSize", typeof(double), typeof(VirtualizingStackPanel)); 88private static readonly DependencyProperty UniformOrAverageContainerSizeDualProperty = DependencyProperty.Register("UniformOrAverageContainerSizeDual", typeof(UniformOrAverageContainerSizeDual), typeof(VirtualizingStackPanel)); 95internal static readonly DependencyProperty ItemsHostInsetProperty = DependencyProperty.Register("ItemsHostInset", typeof(Thickness), typeof(VirtualizingStackPanel)); 104lock (DependencyProperty.Synchronized) 1715public new static readonly DependencyProperty IsVirtualizingProperty = 1724public new static readonly DependencyProperty VirtualizationModeProperty = 1756public static readonly DependencyProperty OrientationProperty = 1757DependencyProperty.Register("Orientation", typeof(Orientation), typeof(VirtualizingStackPanel), 6288else if ((box = container.ReadLocalValue(ItemsHostInsetProperty)) != DependencyProperty.UnsetValue) 6349if (item == DependencyProperty.UnsetValue) 7508if (v != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Controls\WrapPanel.cs (5)
87public static readonly DependencyProperty ItemWidthProperty = 88DependencyProperty.Register( 116public static readonly DependencyProperty ItemHeightProperty = 117DependencyProperty.Register( 145public static readonly DependencyProperty OrientationProperty =
src\Framework\System\Windows\Data\Binding.cs (4)
177public static readonly DependencyProperty XmlNamespaceManagerProperty= 178DependencyProperty.RegisterAttached("XmlNamespaceManager", typeof(object), typeof(Binding), 535if (value != DependencyProperty.UnsetValue) 685internal override BindingExpressionBase CreateBindingExpressionOverride(DependencyObject target, DependencyProperty dp, BindingExpressionBase owner)
src\Framework\System\Windows\Data\BindingBase.cs (6)
104get { return GetValue(Feature.FallbackValue, DependencyProperty.UnsetValue); } 136get { return GetValue(Feature.TargetNullValue, DependencyProperty.UnsetValue); } 200DependencyProperty targetDependencyProperty; 297internal abstract BindingExpressionBase CreateBindingExpressionOverride(DependencyObject targetObject, DependencyProperty targetProperty, BindingExpressionBase owner); 408internal BindingExpressionBase CreateBindingExpression(DependencyObject targetObject, DependencyProperty targetProperty) 418internal BindingExpressionBase CreateBindingExpression(DependencyObject targetObject, DependencyProperty targetProperty, BindingExpressionBase owner)
src\Framework\System\Windows\Data\BindingExpression.cs (48)
228DependencyProperty dp = args.Property; 384get { return (Worker != null) ? Worker.RawValue() : DependencyProperty.UnsetValue; } 405DependencyProperty dp, 521internal override bool AttachOverride(DependencyObject target, DependencyProperty dp) 601ChangeValue(DependencyProperty.UnsetValue, false); 731contextElementFound = (o != DependencyProperty.UnsetValue); 792if (source == DependencyProperty.UnsetValue) 1065proposedValue = DependencyProperty.UnsetValue; 1079else if (entry.ConvertedValue == DependencyProperty.UnsetValue) 1252TransferValue(DependencyProperty.UnsetValue, false); 1281object value = (newValue == DependencyProperty.UnsetValue) ? Worker.RawValue() : newValue; 1294if (value != DependencyProperty.UnsetValue) 1322if ( ((value != null) && (value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1342if ((value != Binding.DoNothing) && (value != DependencyProperty.UnsetValue)) 1351if (EffectiveTargetNullValue != DependencyProperty.UnsetValue && 1375value = DependencyProperty.UnsetValue; 1418value == DependencyProperty.UnsetValue) 1432value != DependencyProperty.UnsetValue && !TargetProperty.IsValidValue(value)) 1447value = DependencyProperty.UnsetValue; 1456if (value == DependencyProperty.UnsetValue) 1528object rawValue = DependencyProperty.UnsetValue; 1529object itemValue = DependencyProperty.UnsetValue; 1545if (rawValue == DependencyProperty.UnsetValue) 1554if (itemValue == DependencyProperty.UnsetValue) 1664convertedValue = DependencyProperty.UnsetValue; 1677convertedValue = DependencyProperty.UnsetValue; 1729convertedValue = DependencyProperty.UnsetValue; 1741convertedValue = DependencyProperty.UnsetValue; 1758TransferValue(DependencyProperty.UnsetValue, isASubPropertyChange); 1873if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue && 1891if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 1931if (value == DependencyProperty.UnsetValue) 1954if (value != DependencyProperty.UnsetValue) 1957if (value == DependencyProperty.UnsetValue) 1975if (value == DependencyProperty.UnsetValue) 1980if (value == Binding.DoNothing || value == DependencyProperty.UnsetValue || 2015value = DependencyProperty.UnsetValue; 2023value = DependencyProperty.UnsetValue; 2049if (value == DependencyProperty.UnsetValue) 2156: DependencyProperty.UnsetValue; 2160convertedValue = DependencyProperty.UnsetValue; 2162else if (convertedValue == DependencyProperty.UnsetValue) 2313if (value != DependencyProperty.UnsetValue && value != dataErrorValue && IsDynamic) 2522UpdateNotifyDataErrors(DependencyProperty.UnsetValue); 2529(arg) => { UpdateNotifyDataErrors(DependencyProperty.UnsetValue); 2602internal static void OnTargetUpdated(DependencyObject d, DependencyProperty dp) 2617internal static void OnSourceUpdated(DependencyObject d, DependencyProperty dp) 2633DependencyProperty dp = args.Property;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (36)
204public DependencyProperty TargetProperty { get { return _targetProperty; } } 371internal sealed override void OnAttach(DependencyObject d, DependencyProperty dp) 389internal sealed override void OnDetach(DependencyObject d, DependencyProperty dp) 400internal override object GetValue(DependencyObject d, DependencyProperty dp) 412internal override bool SetValue(DependencyObject d, DependencyProperty dp, object value) 496internal override Expression Copy( DependencyObject targetObject, DependencyProperty targetDP ) 837return DependencyProperty.UnsetValue; 852get { return GetValue(Feature.EffectiveTargetNullValue, DependencyProperty.UnsetValue); } 913internal virtual bool AttachOverride(DependencyObject target, DependencyProperty dp) 1168if (value == DependencyProperty.UnsetValue) 1393DependencyProperty dp = TargetProperty; 1420object oldValue = (_value != DefaultValueObject) ? _value : DependencyProperty.UnsetValue; 1554value = DependencyProperty.UnsetValue; 1559if (value == DependencyProperty.UnsetValue && IsOneWayToSource) 1564if (value != DependencyProperty.UnsetValue) 1618return DependencyProperty.UnsetValue; 1731DependencyProperty dataContextDP = FrameworkElement.DataContextProperty; 1749DependencyProperty bindingGroupDP = FrameworkElement.BindingGroupProperty; 2033internal static readonly DependencyProperty NoTargetProperty = 2034DependencyProperty.RegisterAttached("NoTarget", typeof(object), typeof(BindingExpressionBase), 2046internal void Attach(DependencyObject target, DependencyProperty dp) 2084object newValue = DependencyProperty.UnsetValue; // usually none 2085DependencyProperty targetDP = TargetProperty; 2105if (newValue != DependencyProperty.UnsetValue) 2126internal static object ConvertFallbackValue(object value, DependencyProperty dp, object sender) 2152internal static object ConvertTargetNullValue(object value, DependencyProperty dp, object sender) 2174static object ConvertValue(object value, DependencyProperty dp, out Exception e) 2179if (value == DependencyProperty.UnsetValue || dp.IsValidValue(value)) 2239if (ParentBindingBase.FallbackValue != DependencyProperty.UnsetValue) 2686else if (targetNullValue == DependencyProperty.UnsetValue && be is PriorityBindingExpression) 2697if (targetNullValue != DependencyProperty.UnsetValue) 2703targetNullValue = DependencyProperty.UnsetValue; 2720SetValue(Feature.EffectiveTargetNullValue, targetNullValue, DependencyProperty.UnsetValue); 2859internal static void InitializeTracing(BindingExpressionBase expr, DependencyObject d, DependencyProperty dp) 2888void ChangeSources(DependencyObject target, DependencyProperty dp, WeakDependencySource[] newSources) 2941DependencyProperty _targetProperty;
src\Framework\System\Windows\Data\BindingGroup.cs (10)
497value = DependencyProperty.UnsetValue; 521return (value != DependencyProperty.UnsetValue); 552return (value != DependencyProperty.UnsetValue); 580internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 626internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property) 997ValidationResult validationResult = rule.Validate(DependencyProperty.UnsetValue, culture, this); 1184result = (bindExpr.UpdateSource(proposedValueEntry.ConvertedValue) != DependencyProperty.UnsetValue) 1231ValidationResult validationResult = rule.Validate(DependencyProperty.UnsetValue, culture, this); 1695return (entry != null) ? entry.Value : DependencyProperty.UnsetValue; 1797_value = (bindingExpression != null) ? bindingExpression.SourceValue : DependencyProperty.UnsetValue;
src\Framework\System\Windows\Data\BindingOperations.cs (12)
73public static BindingExpressionBase SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding) 103public static BindingBase GetBindingBase(DependencyObject target, DependencyProperty dp) 119public static Binding GetBinding(DependencyObject target, DependencyProperty dp) 134public static PriorityBinding GetPriorityBinding(DependencyObject target, DependencyProperty dp) 149public static MultiBinding GetMultiBinding(DependencyObject target, DependencyProperty dp) 164public static BindingExpressionBase GetBindingExpressionBase(DependencyObject target, DependencyProperty dp) 186public static BindingExpression GetBindingExpression(DependencyObject target, DependencyProperty dp) 207public static MultiBindingExpression GetMultiBindingExpression(DependencyObject target, DependencyProperty dp) 222public static PriorityBindingExpression GetPriorityBindingExpression(DependencyObject target, DependencyProperty dp) 239public static void ClearBinding(DependencyObject target, DependencyProperty dp) 280target.ClearValue((DependencyProperty)batch[i]); 286public static bool IsDataBound(DependencyObject target, DependencyProperty dp)
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
52public static readonly DependencyProperty CollectionProperty = 53DependencyProperty.Register(
src\Framework\System\Windows\Data\CollectionViewSource.cs (28)
61= DependencyProperty.RegisterReadOnly( 73public static readonly DependencyProperty ViewProperty 95public static readonly DependencyProperty SourceProperty 96= DependencyProperty.Register( 158public static readonly DependencyProperty CollectionViewTypeProperty 159= DependencyProperty.Register( 245= DependencyProperty.RegisterReadOnly( 257public static readonly DependencyProperty CanChangeLiveSortingProperty 276public static readonly DependencyProperty IsLiveSortingRequestedProperty 277= DependencyProperty.Register( 309= DependencyProperty.RegisterReadOnly( 321public static readonly DependencyProperty IsLiveSortingProperty 368= DependencyProperty.RegisterReadOnly( 380public static readonly DependencyProperty CanChangeLiveFilteringProperty 399public static readonly DependencyProperty IsLiveFilteringRequestedProperty 400= DependencyProperty.Register( 432= DependencyProperty.RegisterReadOnly( 444public static readonly DependencyProperty IsLiveFilteringProperty 489= DependencyProperty.RegisterReadOnly( 501public static readonly DependencyProperty CanChangeLiveGroupingProperty 520public static readonly DependencyProperty IsLiveGroupingRequestedProperty 521= DependencyProperty.Register( 553= DependencyProperty.RegisterReadOnly( 565public static readonly DependencyProperty IsLiveGroupingProperty 792internal DependencyProperty PropertyForInheritanceContext 855internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 876internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property) 1287DependencyProperty _propertyForInheritanceContext;
src\Framework\System\Windows\Data\DataTransferEventArgs.cs (3)
35internal DataTransferEventArgs(DependencyObject targetObject, DependencyProperty dp) : base() 58public DependencyProperty Property 93private DependencyProperty _dp;
src\Framework\System\Windows\Data\MultiBinding.cs (1)
349internal override BindingExpressionBase CreateBindingExpressionOverride(DependencyObject target, DependencyProperty dp, BindingExpressionBase owner)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (32)
170internal static MultiBindingExpression CreateBindingExpression(DependencyObject d, DependencyProperty dp, MultiBinding binding, BindingExpressionBase owner) 354internal override bool AttachOverride(DependencyObject d, DependencyProperty dp) 500result = DependencyProperty.UnsetValue; 513result = DependencyProperty.UnsetValue; 524if (result == DependencyProperty.UnsetValue) 544result = DependencyProperty.UnsetValue; 580if (value != Binding.DoNothing && value != DependencyProperty.UnsetValue) 588value = DependencyProperty.UnsetValue; 592else if (value == DependencyProperty.UnsetValue && TraceData.IsEnabled) 604if (value == DependencyProperty.UnsetValue) 626return DependencyProperty.UnsetValue; 656if (value != DependencyProperty.UnsetValue) 661if (value == DependencyProperty.UnsetValue) 669if (values[i] == DependencyProperty.UnsetValue) 691if (convertedValue == DependencyProperty.UnsetValue) 745if (value == DependencyProperty.UnsetValue) 776MutableBindingExpressions[i].StoreValueInBindingGroup(DependencyProperty.UnsetValue, bindingGroup); 789if (value == DependencyProperty.UnsetValue) 814if (value == DependencyProperty.UnsetValue) 829values[i] = DependencyProperty.UnsetValue; // prevent writing an invalid value 893if (IsDetached || conversionResult == DependencyProperty.UnsetValue || conversionResult == null) 913else if (value == DependencyProperty.UnsetValue) 1023DependencyProperty dp = args.Property; 1160object value = DependencyProperty.UnsetValue; 1206if (_tempValues[i] == DependencyProperty.UnsetValue) 1208preFormattedValue = DependencyProperty.UnsetValue; 1224if (EffectiveStringFormat == null || preFormattedValue == Binding.DoNothing || preFormattedValue == DependencyProperty.UnsetValue) 1255value = DependencyProperty.UnsetValue; 1280if (EffectiveTargetNullValue != DependencyProperty.UnsetValue && 1296if (value != DependencyProperty.UnsetValue && !TargetProperty.IsValidValue(value)) 1311value = DependencyProperty.UnsetValue; 1315if (value == DependencyProperty.UnsetValue)
src\Framework\System\Windows\Data\PriorityBinding.cs (1)
110internal override BindingExpressionBase CreateBindingExpressionOverride(DependencyObject target, DependencyProperty dp, BindingExpressionBase owner)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (7)
117internal override bool SetValue(DependencyObject d, DependencyProperty dp, object value) 153internal static PriorityBindingExpression CreateBindingExpression(DependencyObject d, DependencyProperty dp, PriorityBinding binding, BindingExpressionBase owner) 191internal override bool AttachOverride(DependencyObject d, DependencyProperty dp) 343return DependencyProperty.UnsetValue; 356return DependencyProperty.UnsetValue; 392result = DependencyProperty.UnsetValue; 579DependencyProperty dp = args.Property;
src\Framework\System\Windows\DataTrigger.cs (1)
198private object _value = DependencyProperty.UnsetValue;
src\Framework\System\Windows\DependencyPropertyHelper.cs (2)
172public static ValueSource GetValueSource(DependencyObject dependencyObject, DependencyProperty dependencyProperty) 200public static bool IsTemplatedValueDynamic(DependencyObject elementInTemplate, DependencyProperty dependencyProperty)
src\Framework\System\Windows\Documents\AnchoredBlock.cs (7)
100public static readonly DependencyProperty MarginProperty = 119public static readonly DependencyProperty PaddingProperty = 138public static readonly DependencyProperty BorderThicknessProperty = 157public static readonly DependencyProperty BorderBrushProperty = 176public static readonly DependencyProperty TextAlignmentProperty = 191public static readonly DependencyProperty LineHeightProperty = 207public static readonly DependencyProperty LineStackingStrategyProperty =
src\Framework\System\Windows\Documents\Block.cs (23)
80public static readonly DependencyProperty IsHyphenationEnabledProperty = 81DependencyProperty.RegisterAttached( 130public static readonly DependencyProperty MarginProperty = 131DependencyProperty.Register( 152public static readonly DependencyProperty PaddingProperty = 153DependencyProperty.Register( 174public static readonly DependencyProperty BorderThicknessProperty = 175DependencyProperty.Register( 196public static readonly DependencyProperty BorderBrushProperty = 197DependencyProperty.Register( 217public static readonly DependencyProperty TextAlignmentProperty = 218DependencyProperty.RegisterAttached( 268public static readonly DependencyProperty FlowDirectionProperty = 283public static readonly DependencyProperty LineHeightProperty = 284DependencyProperty.RegisterAttached( 336public static readonly DependencyProperty LineStackingStrategyProperty = 337DependencyProperty.RegisterAttached( 387public static readonly DependencyProperty BreakPageBeforeProperty = 388DependencyProperty.Register( 408public static readonly DependencyProperty BreakColumnBeforeProperty = 409DependencyProperty.Register( 429public static readonly DependencyProperty ClearFloatersProperty = 430DependencyProperty.Register(
src\Framework\System\Windows\Documents\DocumentReference.cs (2)
146public static readonly DependencyProperty SourceProperty = 147DependencyProperty.Register(
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
537public static readonly DependencyProperty PrintTicketProperty 538= DependencyProperty.RegisterAttached("PrintTicket", typeof(object), typeof(FixedDocumentSequence),
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
181object ITextContainer.GetValue(StaticTextPointer position, DependencyProperty formattingProperty) 897return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
152object ITextPointer.GetValue(DependencyProperty property) 161object ITextPointer.ReadLocalValue(DependencyProperty property) 744public static object GetValue(DocumentSequenceTextPointer thisTp, DependencyProperty property) 758public static object ReadLocalValue(DocumentSequenceTextPointer thisTp, DependencyProperty property)
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (4)
32private DPTypeDescriptorContext(DependencyProperty property, object propertyValue) 54internal static string GetStringValue(DependencyProperty property, object propertyValue) 123private static string CultureInfoFixup(DependencyProperty property, CultureInfo cultureInfo) 195private DependencyProperty _property;
src\Framework\System\Windows\Documents\Figure.cs (16)
74public static readonly DependencyProperty HorizontalAnchorProperty = 75DependencyProperty.Register( 96public static readonly DependencyProperty VerticalAnchorProperty = 97DependencyProperty.Register( 118public static readonly DependencyProperty HorizontalOffsetProperty = 119DependencyProperty.Register( 141public static readonly DependencyProperty VerticalOffsetProperty = 142DependencyProperty.Register( 164public static readonly DependencyProperty CanDelayPlacementProperty = 165DependencyProperty.Register( 185public static readonly DependencyProperty WrapDirectionProperty = 186DependencyProperty.Register( 207public static readonly DependencyProperty WidthProperty = 208DependencyProperty.Register( 228public static readonly DependencyProperty HeightProperty = 229DependencyProperty.Register(
src\Framework\System\Windows\Documents\FixedDocument.cs (4)
608public static readonly DependencyProperty PrintTicketProperty 609= DependencyProperty.RegisterAttached("PrintTicket", typeof(object), typeof(FixedDocument), 1140if (selected != DependencyProperty.UnsetValue) 1150while (highlights.GetHighlightValue(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue);
src\Framework\System\Windows\Documents\FixedElement.cs (15)
67public static readonly DependencyProperty LanguageProperty = 72public static readonly DependencyProperty FontFamilyProperty = 76public static readonly DependencyProperty FontStyleProperty = 80public static readonly DependencyProperty FontWeightProperty = 84public static readonly DependencyProperty FontStretchProperty = 88public static readonly DependencyProperty FontSizeProperty = 92public static readonly DependencyProperty ForegroundProperty = 96public static readonly DependencyProperty FlowDirectionProperty = 103public static readonly DependencyProperty CellSpacingProperty = 109public static readonly DependencyProperty BorderThicknessProperty = 112public static readonly DependencyProperty BorderBrushProperty = 115public static readonly DependencyProperty ColumnSpanProperty = 119public static readonly DependencyProperty NavigateUriProperty = 124public static readonly DependencyProperty NameProperty = 128public static readonly DependencyProperty HelpTextProperty =
src\Framework\System\Windows\Documents\FixedPage.cs (17)
416public static readonly DependencyProperty PrintTicketProperty = 417DependencyProperty.RegisterAttached( 444public static readonly DependencyProperty BackgroundProperty = 459public static readonly DependencyProperty LeftProperty = 460DependencyProperty.RegisterAttached( 476public static readonly DependencyProperty TopProperty = 477DependencyProperty.RegisterAttached( 493public static readonly DependencyProperty RightProperty = 494DependencyProperty.RegisterAttached( 511public static readonly DependencyProperty BottomProperty = 512DependencyProperty.RegisterAttached( 530public static readonly DependencyProperty ContentBoxProperty = 531DependencyProperty.Register( 549public static readonly DependencyProperty BleedBoxProperty = 550DependencyProperty.Register( 559public static readonly DependencyProperty NavigateUriProperty = 560DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
166object ITextContainer.GetValue(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (2)
207object ITextPointer.GetValue(DependencyProperty property) 222object ITextPointer.ReadLocalValue(DependencyProperty property)
src\Framework\System\Windows\Documents\Floater.cs (3)
81public static readonly DependencyProperty HorizontalAlignmentProperty = 100public static readonly DependencyProperty WidthProperty = 101DependencyProperty.Register(
src\Framework\System\Windows\Documents\FlowDocument.cs (40)
89DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 207public static readonly DependencyProperty FontFamilyProperty = 226public static readonly DependencyProperty FontStyleProperty = 241public static readonly DependencyProperty FontWeightProperty = 256public static readonly DependencyProperty FontStretchProperty = 271public static readonly DependencyProperty FontSizeProperty = 289public static readonly DependencyProperty ForegroundProperty = 305public static readonly DependencyProperty BackgroundProperty = 324public static readonly DependencyProperty TextEffectsProperty = 343public static readonly DependencyProperty TextAlignmentProperty = 358public static readonly DependencyProperty FlowDirectionProperty = 373public static readonly DependencyProperty LineHeightProperty = 389public static readonly DependencyProperty LineStackingStrategyProperty = 404public static readonly DependencyProperty ColumnWidthProperty = 405DependencyProperty.Register( 429public static readonly DependencyProperty ColumnGapProperty = 430DependencyProperty.Register( 454public static readonly DependencyProperty IsColumnWidthFlexibleProperty = 455DependencyProperty.Register( 477public static readonly DependencyProperty ColumnRuleWidthProperty = 478DependencyProperty.Register( 502public static readonly DependencyProperty ColumnRuleBrushProperty = 503DependencyProperty.Register( 523public static readonly DependencyProperty IsOptimalParagraphEnabledProperty = 524DependencyProperty.Register( 544public static readonly DependencyProperty PageWidthProperty = 545DependencyProperty.Register( 570public static readonly DependencyProperty MinPageWidthProperty = 571DependencyProperty.Register( 595public static readonly DependencyProperty MaxPageWidthProperty = 596DependencyProperty.Register( 621public static readonly DependencyProperty PageHeightProperty = 622DependencyProperty.Register( 647public static readonly DependencyProperty MinPageHeightProperty = 648DependencyProperty.Register( 672public static readonly DependencyProperty MaxPageHeightProperty = 673DependencyProperty.Register( 698public static readonly DependencyProperty PagePaddingProperty = 699DependencyProperty.Register( 738public static readonly DependencyProperty IsHyphenationEnabledProperty =
src\Framework\System\Windows\Documents\Glyphs.cs (24)
743public static readonly DependencyProperty FillProperty 744= DependencyProperty.Register( 773public static readonly DependencyProperty IndicesProperty = 774DependencyProperty.Register( "Indices", typeof(string), typeof(Glyphs), 797public static readonly DependencyProperty UnicodeStringProperty = 798DependencyProperty.Register( "UnicodeString", typeof(string), typeof(Glyphs), 820public static readonly DependencyProperty CaretStopsProperty = 821DependencyProperty.Register( "CaretStops", typeof(string), typeof(Glyphs), 842public static readonly DependencyProperty FontRenderingEmSizeProperty = 843DependencyProperty.Register( "FontRenderingEmSize", typeof(double), typeof(Glyphs), 865public static readonly DependencyProperty OriginXProperty = 866DependencyProperty.Register( "OriginX", typeof(double), typeof(Glyphs), 888public static readonly DependencyProperty OriginYProperty = 889DependencyProperty.Register( "OriginY", typeof(double), typeof(Glyphs), 911public static readonly DependencyProperty FontUriProperty = 912DependencyProperty.Register( "FontUri", typeof(Uri), typeof(Glyphs), 933public static readonly DependencyProperty StyleSimulationsProperty = 934DependencyProperty.Register( "StyleSimulations", typeof(StyleSimulations), typeof(Glyphs), 955public static readonly DependencyProperty IsSidewaysProperty = 956DependencyProperty.Register( "IsSideways", typeof(bool), typeof(Glyphs), 979public static readonly DependencyProperty BidiLevelProperty = 980DependencyProperty.Register( "BidiLevel", typeof(int), typeof(Glyphs), 1002public static readonly DependencyProperty DeviceFontNameProperty = 1003DependencyProperty.Register("DeviceFontName", typeof(string), typeof(Glyphs),
src\Framework\System\Windows\Documents\Highlights.cs (2)
73value = DependencyProperty.UnsetValue; 83if (value != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Documents\Hyperlink.cs (14)
149public static readonly DependencyProperty CommandProperty = 150DependencyProperty.Register( 263public static readonly DependencyProperty CommandParameterProperty = 264DependencyProperty.Register( 292public static readonly DependencyProperty CommandTargetProperty = 293DependencyProperty.Register( 331public static readonly DependencyProperty NavigateUriProperty = 332DependencyProperty.Register( 370value = DependencyProperty.UnsetValue; 397public static readonly DependencyProperty TargetNameProperty 398= DependencyProperty.Register("TargetName", typeof(String), typeof(Hyperlink), 667private static DependencyProperty GetNavigateUriProperty(object element) 921private static readonly DependencyProperty IsHyperlinkPressedProperty = 922DependencyProperty.Register(
src\Framework\System\Windows\Documents\Inline.cs (5)
94public static readonly DependencyProperty BaselineAlignmentProperty = 95DependencyProperty.Register( 116public static readonly DependencyProperty TextDecorationsProperty = 117DependencyProperty.Register( 138public static readonly DependencyProperty FlowDirectionProperty =
src\Framework\System\Windows\Documents\ITextContainer.cs (1)
70object GetValue(StaticTextPointer position, DependencyProperty formattingProperty);
src\Framework\System\Windows\Documents\ITextPointer.cs (2)
130object GetValue(DependencyProperty formattingProperty); 133object ReadLocalValue(DependencyProperty formattingProperty);
src\Framework\System\Windows\Documents\ITextRange.cs (1)
107object GetPropertyValue(DependencyProperty formattingProperty);
src\Framework\System\Windows\Documents\List.cs (6)
95public static readonly DependencyProperty MarkerStyleProperty = 96DependencyProperty.Register( 118public static readonly DependencyProperty MarkerOffsetProperty = 119DependencyProperty.Register( 142public static readonly DependencyProperty StartIndexProperty = 143DependencyProperty.Register(
src\Framework\System\Windows\Documents\ListItem.cs (8)
144public static readonly DependencyProperty MarginProperty = 163public static readonly DependencyProperty PaddingProperty = 182public static readonly DependencyProperty BorderThicknessProperty = 201public static readonly DependencyProperty BorderBrushProperty = 220public static readonly DependencyProperty TextAlignmentProperty = 235public static readonly DependencyProperty FlowDirectionProperty = 250public static readonly DependencyProperty LineHeightProperty = 266public static readonly DependencyProperty LineStackingStrategyProperty =
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
153object ITextContainer.GetValue(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (3)
142object ITextPointer.GetValue(DependencyProperty property) 150object ITextPointer.ReadLocalValue(DependencyProperty property) 152return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\PageContent.cs (2)
236public static readonly DependencyProperty SourceProperty = 237DependencyProperty.Register(
src\Framework\System\Windows\Documents\Paragraph.cs (11)
89public static readonly DependencyProperty TextDecorationsProperty = 109public static readonly DependencyProperty TextIndentProperty = 110DependencyProperty.Register( 132public static readonly DependencyProperty MinOrphanLinesProperty = 133DependencyProperty.Register( 156public static readonly DependencyProperty MinWidowLinesProperty = 157DependencyProperty.Register( 179public static readonly DependencyProperty KeepWithNextProperty = 180DependencyProperty.Register( 202public static readonly DependencyProperty KeepTogetherProperty = 203DependencyProperty.Register(
src\Framework\System\Windows\Documents\PropertyRecord.cs (2)
21internal DependencyProperty Property 33private DependencyProperty _property;
src\Framework\System\Windows\Documents\Run.cs (2)
105public static readonly DependencyProperty TextProperty = DependencyProperty.Register("Text", typeof(string), typeof(Run),
src\Framework\System\windows\Documents\Section.cs (1)
71/// This is not a <see cref="DependencyProperty"/>, because mechanisms like data binding, animation, styling
src\Framework\System\Windows\Documents\Speller.cs (1)
331internal static bool IsSpellerAffectingProperty(DependencyProperty property)
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
65value = DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
114internal object GetValue(DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\Table.cs (2)
558public static readonly DependencyProperty CellSpacingProperty = 559DependencyProperty.Register(
src\Framework\System\Windows\Documents\TableCell.cs (13)
194public static readonly DependencyProperty PaddingProperty = 213public static readonly DependencyProperty BorderThicknessProperty = 232public static readonly DependencyProperty BorderBrushProperty = 251public static readonly DependencyProperty TextAlignmentProperty = 266public static readonly DependencyProperty FlowDirectionProperty = 281public static readonly DependencyProperty LineHeightProperty = 297public static readonly DependencyProperty LineStackingStrategyProperty = 527public static readonly DependencyProperty ColumnSpanProperty = 528DependencyProperty.Register( 541public static readonly DependencyProperty RowSpanProperty = 542DependencyProperty.Register( 563/// <see cref="DependencyProperty.ValidateValueCallback"/> 573/// <see cref="DependencyProperty.ValidateValueCallback"/>
src\Framework\System\Windows\Documents\TableColumn.cs (4)
199/// <see cref="DependencyProperty.ValidateValueCallback"/> 241public static readonly DependencyProperty WidthProperty = 242DependencyProperty.Register( 255public static readonly DependencyProperty BackgroundProperty =
src\Framework\System\Windows\Documents\TextContainer.cs (9)
220internal void SetValue(TextPointer position, DependencyProperty property, object value) 738object ITextContainer.GetValue(StaticTextPointer position, DependencyProperty formattingProperty) 742return (parent == null) ? DependencyProperty.UnsetValue : parent.GetValue(formattingProperty); 781internal void AddChange(TextPointer startPosition, int symbolCount, int charCount, PrecursorTextChangeType textChange, DependencyProperty property, bool affectsRenderOnly) 794PrecursorTextChangeType textChange, DependencyProperty property, bool affectsRenderOnly) 3250private DependencyProperty[] LocalValueEnumeratorToArray(LocalValueEnumerator valuesEnumerator) 3252DependencyProperty[] properties; 3255properties = new DependencyProperty[valuesEnumerator.Count]; 3377PrecursorTextChangeType precursorTextChange, DependencyProperty property, bool affectsRenderOnly)
src\Framework\System\Windows\Documents\TextContainerChangeEventArgs.cs (3)
32internal TextContainerChangeEventArgs(ITextPointer textPosition, int count, int charCount, TextChangeType textChange, DependencyProperty property, bool affectsRenderOnly) 103internal DependencyProperty Property 133private readonly DependencyProperty _property;
src\Framework\System\windows\Documents\TextEditor.cs (8)
811internal static readonly DependencyProperty IsReadOnlyProperty = 812DependencyProperty.RegisterAttached( 831internal static readonly DependencyProperty AllowOvertypeProperty = 832DependencyProperty.RegisterAttached( 841internal static readonly DependencyProperty PageHeightProperty = 842DependencyProperty.RegisterAttached( 2016private static readonly DependencyProperty InstanceProperty = DependencyProperty.RegisterAttached( //
src\Framework\System\windows\Documents\TextEditorCharacters.cs (6)
75internal static void _OnApplyProperty(TextEditor This, DependencyProperty formattingProperty, object propertyValue) 80internal static void _OnApplyProperty(TextEditor This, DependencyProperty formattingProperty, object propertyValue, bool applyToParagraphs) 85internal static void _OnApplyProperty(TextEditor This, DependencyProperty formattingProperty, object propertyValue, bool applyToParagraphs, PropertyValueAction propertyValueAction) 193FontWeight fontWeight = (propertyValue != DependencyProperty.UnsetValue && (FontWeight)propertyValue == FontWeights.Bold) ? FontWeights.Normal : FontWeights.Bold; 213FontStyle fontStyle = (propertyValue != DependencyProperty.UnsetValue && (FontStyle)propertyValue == FontStyles.Italic) ? FontStyles.Normal : FontStyles.Italic; 236TextDecorationCollection textDecorations = propertyValue != DependencyProperty.UnsetValue ? (TextDecorationCollection)propertyValue : null;
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
443bool italic = (_textEditor.AcceptsRichContent && fontStylePropertyValue != DependencyProperty.UnsetValue && (FontStyle)fontStylePropertyValue == FontStyles.Italic);
src\Framework\System\Windows\Documents\TextElement.cs (19)
53DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 464public static readonly DependencyProperty FontFamilyProperty = 465DependencyProperty.RegisterAttached( 520public static readonly DependencyProperty FontStyleProperty = 521DependencyProperty.RegisterAttached( 571public static readonly DependencyProperty FontWeightProperty = 572DependencyProperty.RegisterAttached( 622public static readonly DependencyProperty FontStretchProperty = 623DependencyProperty.RegisterAttached( 673public static readonly DependencyProperty FontSizeProperty = 674DependencyProperty.RegisterAttached( 728public static readonly DependencyProperty ForegroundProperty = 729DependencyProperty.RegisterAttached( 781public static readonly DependencyProperty BackgroundProperty = 782DependencyProperty.Register("Background", 801public static readonly DependencyProperty TextEffectsProperty = 802DependencyProperty.Register( 1035internal void NotifyTypographicPropertyChanged(bool affectsMeasureOrArrange, bool localValueChanged, DependencyProperty property) 1651/// <see cref="DependencyProperty.ValidateValueCallback"/>
src\Framework\System\Windows\Documents\TextPointer.cs (3)
2520object ITextPointer.GetValue(DependencyProperty formattingProperty) 2538val = DependencyProperty.UnsetValue; 2548object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\TextRange.cs (6)
170object ITextRange.GetPropertyValue(DependencyProperty formattingProperty) 729public void ApplyPropertyValue(DependencyProperty formattingProperty, object value) 751internal void ApplyPropertyValue(DependencyProperty formattingProperty, object value, bool applyToParagraphs) 775internal void ApplyPropertyValue(DependencyProperty formattingProperty, object value, bool applyToParagraphs, PropertyValueAction propertyValueAction) 850public object GetPropertyValue(DependencyProperty formattingProperty) 1622internal virtual void ApplyPropertyToTextVirtual(DependencyProperty formattingProperty, object value, bool applyToParagraphs, PropertyValueAction propertyValueAction)
src\Framework\System\Windows\Documents\TextRangeBase.cs (6)
387internal static object GetPropertyValue(ITextRange thisRange, DependencyProperty formattingProperty) 401private static object GetCharacterPropertyValue(ITextRange thisRange, DependencyProperty formattingProperty) 421return DependencyProperty.UnsetValue; // 445private static object GetCharacterValueFromPosition(ITextPointer pointer, DependencyProperty formattingProperty) 472private static object GetParagraphPropertyValue(ITextRange thisRange, DependencyProperty formattingProperty) 502return DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\TextRangeEdit.cs (40)
97DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Inline)); 100DependencyProperty property = inheritableProperties[i]; 104if (firstInline.ReadLocalValue(property) != DependencyProperty.UnsetValue || 105secondInline.ReadLocalValue(property) != DependencyProperty.UnsetValue) 138DependencyProperty[] noninheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span)); 141DependencyProperty property = noninheritableProperties[i]; 230internal static void SetInlineProperty(TextPointer start, TextPointer end, DependencyProperty formattingProperty, object value, PropertyValueAction propertyValueAction) 350DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Span)); 353DependencyProperty property = inheritableProperties[i]; 375DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span)); 378DependencyProperty property = nonInheritableProperties[i]; 477DependencyProperty property = properties.Current.Property; 496DependencyProperty[] nonFormattingCharacterProperties = TextSchema.GetNonFormattingCharacterProperties(); 721internal static void SetParagraphProperty(TextPointer start, TextPointer end, DependencyProperty property, object value) 744internal static void SetParagraphProperty(TextPointer start, TextPointer end, DependencyProperty property, object value, PropertyValueAction propertyValueAction) 788private static void SetParagraphPropertyWorker(TextPointer start, TextPointer end, DependencyProperty property, object value, PropertyValueAction propertyValueAction) 838private static void SetPropertyOnParagraphOrBlockUIContainer(DependencyObject parent, Block block, DependencyProperty property, object value, PropertyValueAction propertyValueAction) 920private static void PreserveBlockContentStructuralProperty(Block block, DependencyProperty property, object currentValue, object newValue) 1015private static void SetStructuralPropertyOnInline(Inline inline, DependencyProperty property, object value) 1128private static double GetNewDoubleValue(DependencyProperty property, double currentValue, double newValue, PropertyValueAction propertyValueAction) 1208private static void SetPropertyValue(TextElement element, DependencyProperty property, object currentValue, object newValue) 1788DependencyProperty property = TextSchema.StructuralCharacterProperties[i]; 1820DependencyProperty inheritableProperty = TextSchema.StructuralCharacterProperties[i]; 1835DependencyProperty inheritableProperty = TextSchema.StructuralCharacterProperties[i]; 1844private static bool HasLocalPropertyValue(Inline inline, DependencyProperty property) 1873private static void SetNonStructuralInlineProperty(TextPointer start, TextPointer end, DependencyProperty formattingProperty, object value, PropertyValueAction propertyValueAction) 1948private static void SetStructuralInlineProperty(TextPointer start, TextPointer end, DependencyProperty formattingProperty, object value) 1975private static void FixupStructuralPropertyEnvironment(Inline inline, DependencyProperty property) 2035private static void ClearParentStructuralPropertyValue(Inline child, DependencyProperty property) 2111private static void ClearPropertyValueFromSpansAndRuns(TextPointer start, TextPointer end, DependencyProperty formattingProperty) 2136private static void ApplyStructuralInlinePropertyAcrossRun(TextPointer start, TextPointer end, Run run, DependencyProperty formattingProperty, object value) 2161private static void ApplyStructuralInlinePropertyAcrossInline(TextPointer start, TextPointer end, TextElement commonAncestor, DependencyProperty formattingProperty, object value) 2218private static void ApplyStructuralInlinePropertyAcrossParagraphs(TextPointer start, TextPointer end, DependencyProperty formattingProperty, object value) 2258private static bool ValidateApplyStructuralInlineProperty(TextPointer start, TextPointer end, DependencyObject commonAncestor, DependencyProperty property) 2313internal static double GetClosestValidValue(DependencyProperty property, double value) 2326private static DoublePropertyRange GetValueRange(DependencyProperty property) 2354/// Range of <see cref="double"/> values for a given <see cref="DependencyProperty"/>. 2358internal DoublePropertyRange(DependencyProperty property, double lowerBound, double upperBound) 2377internal DependencyProperty Property { get { return _property; } } 2379private DependencyProperty _property;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (6)
2301DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Paragraph)); 2302DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Paragraph)); 2306DependencyProperty property = nonInheritableProperties[i]; 2308if (value != DependencyProperty.UnsetValue) 2315DependencyProperty property = inheritableProperties[i]; 2317if (value != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (29)
737DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 741DependencyProperty property = inheritableProperties[i]; 744if (value != DependencyProperty.UnsetValue) 786DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(elementTypeStandardized); 790DependencyProperty property = inheritableProperties[i]; 843DependencyProperty[] elementProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 850DependencyProperty property = elementProperties[i]; 921private static void WriteNoninheritableProperty(XmlWriter xmlWriter, DependencyProperty property, object propertyValue, Type propertyOwnerType, bool onlyAffected, DependencyObject complexProperties, object localValue) 925propertyValue != DependencyProperty.UnsetValue) 935write = (metadata == null) || !(TextSchema.ValuesAreEqual(propertyValue, /*defaultValue*/metadata.DefaultValue) && localValue == DependencyProperty.UnsetValue); 971DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(elementTypeStandardized); 972DependencyProperty[] nonInheritableProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 976DependencyProperty locallySetProperty = (DependencyProperty)locallySetProperties.Current.Property; 1047private static bool IsPropertyKnown(DependencyProperty propertyToTest, DependencyProperty[] inheritableProperties, DependencyProperty[] nonInheritableProperties) 1051DependencyProperty property = inheritableProperties[i]; 1059DependencyProperty property = nonInheritableProperties[i]; 1117private static string GetPropertyNameForElement(DependencyProperty property, Type elementType, bool forceComplexName) 1120if (DependencyProperty.FromName(property.Name, elementType) == property) 1146DependencyProperty[] elementProperties = TextSchema.GetNoninheritableProperties(elementTypeStandardized); 1152DependencyProperty property = elementProperties[i]; 1154if (propertyValue != null && propertyValue != DependencyProperty.UnsetValue) 1198DependencyProperty[] imageProperties = TextSchema.ImageProperties; 1204DependencyProperty property = imageProperties[i]; 1593DependencyProperty property = propertyEntry.Property; 1624private static void ApplyContextualProperty(Type targetType, TextPointer start, TextPointer end, DependencyProperty property, object value) 1642if (element.ReadLocalValue(property) != DependencyProperty.UnsetValue ||
src\Framework\System\Windows\Documents\TextSchema.cs (61)
43DependencyProperty[] textElementPropertyList = new DependencyProperty[] 58_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 63DependencyProperty[] blockPropertyList = new DependencyProperty[] 70_inheritableBlockProperties = new DependencyProperty[blockPropertyList.Length + _inheritableTextElementProperties.Length]; 77DependencyProperty[] tableCellPropertyList = new DependencyProperty[] 81_inheritableTableCellProperties = new DependencyProperty[tableCellPropertyList.Length + _inheritableTextElementProperties.Length]; 457internal static DependencyProperty[] GetInheritableProperties(Type type) 478internal static DependencyProperty[] GetNoninheritableProperties(Type type) 661internal static bool IsParagraphProperty(DependencyProperty formattingProperty) 686internal static bool IsCharacterProperty(DependencyProperty formattingProperty) 711internal static bool IsNonFormattingCharacterProperty(DependencyProperty property) 724internal static DependencyProperty[] GetNonFormattingCharacterProperties() 740internal static bool IsStructuralCharacterProperty(DependencyProperty formattingProperty) 754internal static bool IsPropertyIncremental(DependencyProperty property) 774internal static DependencyProperty[] BehavioralProperties 782internal static DependencyProperty[] ImageProperties 791internal static DependencyProperty[] StructuralCharacterProperties 944private static readonly DependencyProperty[] _inheritableTextElementProperties; 948private static readonly DependencyProperty[] _inheritableBlockProperties; 951private static readonly DependencyProperty[] _inheritableTableCellProperties; 954private static readonly DependencyProperty[] _hyperlinkProperties = new DependencyProperty[] 975private static readonly DependencyProperty[] _inlineProperties = new DependencyProperty[] 986private static readonly DependencyProperty[] _paragraphProperties = new DependencyProperty[] 1007private static readonly DependencyProperty[] _listProperties = new DependencyProperty[] 1025private static readonly DependencyProperty[] _listItemProperties = new DependencyProperty[] 1039private static readonly DependencyProperty[] _tableProperties = new DependencyProperty[] 1055private static readonly DependencyProperty[] _tableColumnProperties = new DependencyProperty[] 1062private static readonly DependencyProperty[] _tableRowGroupProperties = new DependencyProperty[] 1070private static readonly DependencyProperty[] _tableRowProperties = new DependencyProperty[] 1078private static readonly DependencyProperty[] _tableCellProperties = new DependencyProperty[] 1094private static readonly DependencyProperty[] _floaterProperties = new DependencyProperty[] 1111private static readonly DependencyProperty[] _figureProperties = new DependencyProperty[] 1134private static readonly DependencyProperty[] _blockProperties = new DependencyProperty[] 1151private static readonly DependencyProperty[] _textElementPropertyList = new DependencyProperty[] 1158private static readonly DependencyProperty[] _imagePropertyList = new DependencyProperty[] 1208private static readonly DependencyProperty[] _behavioralPropertyList = new DependencyProperty[] 1214private static readonly DependencyProperty[] _emptyPropertyList = new DependencyProperty[] { }; 1218private static readonly DependencyProperty[] _structuralCharacterProperties = new DependencyProperty[] 1224private static readonly DependencyProperty[] _nonFormattingCharacterProperties = new DependencyProperty[]
src\Framework\System\windows\Documents\TextSelection.cs (14)
172object ITextRange.GetPropertyValue(DependencyProperty formattingProperty) 1276internal override void ApplyPropertyToTextVirtual(DependencyProperty formattingProperty, object value, bool applyToParagraphs, PropertyValueAction propertyValueAction) 1417internal object GetCurrentValue(DependencyProperty formattingProperty) 1420object propertyValue = DependencyProperty.UnsetValue; 1428if (propertyValue == DependencyProperty.UnsetValue) 1436if (propertyValue == DependencyProperty.UnsetValue) 1483DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Inline)); 1484DependencyProperty[] noninheritableProperties = TextSchema.GetNoninheritableProperties(typeof(Span)); 1497if (_springloadFormatting.ReadLocalValue(inheritableProperties[i]) == DependencyProperty.UnsetValue && 1508if (_springloadFormatting.ReadLocalValue(noninheritableProperties[i]) == DependencyProperty.UnsetValue && 1637if (backgroundPropertyValue != null && backgroundPropertyValue != DependencyProperty.UnsetValue && 1652if (backgroundPropertyValue != null && backgroundPropertyValue != DependencyProperty.UnsetValue) 2056italic = (textEditor.AcceptsRichContent && fontStylePropertyValue != DependencyProperty.UnsetValue && (FontStyle)fontStylePropertyValue == FontStyles.Italic); 2146italic = (_textEditor.AcceptsRichContent && fontStylePropertyValue != DependencyProperty.UnsetValue && (FontStyle)fontStylePropertyValue == FontStyles.Italic);
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
72value = DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (1)
61if (_propertyRecord.Value != DependencyProperty.UnsetValue)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
71record.Value = e.OldValueSource == BaseValueSourceInternal.Local ? e.OldValue : DependencyProperty.UnsetValue;
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
147DependencyProperty dp = valuesEnumerator.Current.Property;
src\Framework\System\Windows\Documents\Typography.cs (88)
1759public static readonly DependencyProperty StandardLigaturesProperty = 1760DependencyProperty.RegisterAttached( 1769public static readonly DependencyProperty ContextualLigaturesProperty = 1770DependencyProperty.RegisterAttached( 1779public static readonly DependencyProperty DiscretionaryLigaturesProperty = 1780DependencyProperty.RegisterAttached( 1789public static readonly DependencyProperty HistoricalLigaturesProperty = 1790DependencyProperty.RegisterAttached( 1799public static readonly DependencyProperty AnnotationAlternatesProperty = 1800DependencyProperty.RegisterAttached( 1809public static readonly DependencyProperty ContextualAlternatesProperty = 1810DependencyProperty.RegisterAttached( 1819public static readonly DependencyProperty HistoricalFormsProperty = 1820DependencyProperty.RegisterAttached( 1829public static readonly DependencyProperty KerningProperty = 1830DependencyProperty.RegisterAttached( 1839public static readonly DependencyProperty CapitalSpacingProperty = 1840DependencyProperty.RegisterAttached( 1849public static readonly DependencyProperty CaseSensitiveFormsProperty = 1850DependencyProperty.RegisterAttached( 1859public static readonly DependencyProperty StylisticSet1Property = 1860DependencyProperty.RegisterAttached( 1869public static readonly DependencyProperty StylisticSet2Property = 1870DependencyProperty.RegisterAttached( 1879public static readonly DependencyProperty StylisticSet3Property = 1880DependencyProperty.RegisterAttached( 1889public static readonly DependencyProperty StylisticSet4Property = 1890DependencyProperty.RegisterAttached( 1899public static readonly DependencyProperty StylisticSet5Property = 1900DependencyProperty.RegisterAttached( 1909public static readonly DependencyProperty StylisticSet6Property = 1910DependencyProperty.RegisterAttached( 1919public static readonly DependencyProperty StylisticSet7Property = 1920DependencyProperty.RegisterAttached( 1929public static readonly DependencyProperty StylisticSet8Property = 1930DependencyProperty.RegisterAttached( 1939public static readonly DependencyProperty StylisticSet9Property = 1940DependencyProperty.RegisterAttached( 1949public static readonly DependencyProperty StylisticSet10Property = 1950DependencyProperty.RegisterAttached( 1959public static readonly DependencyProperty StylisticSet11Property = 1960DependencyProperty.RegisterAttached( 1969public static readonly DependencyProperty StylisticSet12Property = 1970DependencyProperty.RegisterAttached( 1979public static readonly DependencyProperty StylisticSet13Property = 1980DependencyProperty.RegisterAttached( 1989public static readonly DependencyProperty StylisticSet14Property = 1990DependencyProperty.RegisterAttached( 1999public static readonly DependencyProperty StylisticSet15Property = 2000DependencyProperty.RegisterAttached( 2009public static readonly DependencyProperty StylisticSet16Property = 2010DependencyProperty.RegisterAttached( 2019public static readonly DependencyProperty StylisticSet17Property = 2020DependencyProperty.RegisterAttached( 2029public static readonly DependencyProperty StylisticSet18Property = 2030DependencyProperty.RegisterAttached( 2039public static readonly DependencyProperty StylisticSet19Property = 2040DependencyProperty.RegisterAttached( 2049public static readonly DependencyProperty StylisticSet20Property = 2050DependencyProperty.RegisterAttached( 2059public static readonly DependencyProperty FractionProperty = 2060DependencyProperty.RegisterAttached( 2069public static readonly DependencyProperty SlashedZeroProperty = 2070DependencyProperty.RegisterAttached( 2079public static readonly DependencyProperty MathematicalGreekProperty = 2080DependencyProperty.RegisterAttached( 2089public static readonly DependencyProperty EastAsianExpertFormsProperty = 2090DependencyProperty.RegisterAttached( 2099public static readonly DependencyProperty VariantsProperty = 2100DependencyProperty.RegisterAttached( 2109public static readonly DependencyProperty CapitalsProperty = 2110DependencyProperty.RegisterAttached( 2119public static readonly DependencyProperty NumeralStyleProperty = 2120DependencyProperty.RegisterAttached( 2129public static readonly DependencyProperty NumeralAlignmentProperty = 2130DependencyProperty.RegisterAttached( 2139public static readonly DependencyProperty EastAsianWidthsProperty = 2140DependencyProperty.RegisterAttached( 2149public static readonly DependencyProperty EastAsianLanguageProperty = 2150DependencyProperty.RegisterAttached( 2159public static readonly DependencyProperty StandardSwashesProperty = 2160DependencyProperty.RegisterAttached( 2169public static readonly DependencyProperty ContextualSwashesProperty = 2170DependencyProperty.RegisterAttached( 2179public static readonly DependencyProperty StylisticAlternatesProperty = 2180DependencyProperty.RegisterAttached( 2192internal static DependencyProperty[] TypographyPropertiesList = 2193new DependencyProperty[] {
src\Framework\System\windows\Documents\UIElementPropertyUndoUnit.cs (6)
54private UIElementPropertyUndoUnit(UIElement uiElement, DependencyProperty property, object oldValue) 75if (_oldValue != DependencyProperty.UnsetValue) 107internal static void Add(ITextContainer textContainer, UIElement uiElement, DependencyProperty property, HorizontalAlignment newValue) 113internal static void Add(ITextContainer textContainer, UIElement uiElement, DependencyProperty property, FlowDirection newValue) 129private static void AddPrivate(ITextContainer textContainer, UIElement uiElement, DependencyProperty property, object newValue) 173private readonly DependencyProperty _property;
src\Framework\System\Windows\Documents\ZoomPercentageConverter.cs (5)
77return DependencyProperty.UnsetValue; 94return DependencyProperty.UnsetValue; 110return DependencyProperty.UnsetValue; 216return DependencyProperty.UnsetValue; 223return DependencyProperty.UnsetValue;
src\Framework\System\Windows\DynamicResourceExtension.cs (1)
69DependencyProperty targetDependencyProperty;
src\Framework\System\Windows\FrameworkContentElement.cs (34)
128public static readonly DependencyProperty StyleProperty = 154&& ReadLocalValue(StyleProperty) != DependencyProperty.UnsetValue; 174public static readonly DependencyProperty OverridesDefaultStyleProperty 193protected internal static readonly DependencyProperty DefaultStyleKeyProperty = 368if (resource == DependencyProperty.UnsetValue) 398if (resource == DependencyProperty.UnsetValue) 415DependencyProperty dp, 468DependencyProperty dp, 488internal void GetRawValue(DependencyProperty dp, PropertyMetadata metadata, ref EffectiveValueEntry entry) 492(entry.GetFlattenedEntry(RequestFlags.FullyResolved).Value != DependencyProperty.UnsetValue)) 541if (implicitValue != DependencyProperty.UnsetValue) 627if (entry.Value != DependencyProperty.UnsetValue) 658Debug.Assert(entry.Value == DependencyProperty.UnsetValue); 665private bool GetValueFromTemplatedParent(DependencyProperty dp, ref EffectiveValueEntry entry) 688internal Expression GetExpressionCore(DependencyProperty dp, PropertyMetadata metadata) 692entry.Value = DependencyProperty.UnsetValue; 706DependencyProperty dp = e.Property; 840public static readonly DependencyProperty NameProperty = 859public static readonly DependencyProperty TagProperty = 880static public readonly DependencyProperty LanguageProperty = 904public static readonly DependencyProperty FocusVisualStyleProperty = 920public static readonly DependencyProperty CursorProperty = 952public static readonly DependencyProperty ForceCursorProperty = 1096public static readonly DependencyProperty InputScopeProperty = 1137public static readonly DependencyProperty DataContextProperty = 1185public BindingExpression GetBindingExpression(DependencyProperty dp) 1195public BindingExpressionBase SetBinding(DependencyProperty dp, BindingBase binding) 1206public BindingExpression SetBinding(DependencyProperty dp, string path) 1214public static readonly DependencyProperty BindingGroupProperty = 1671private static readonly DependencyProperty LoadedPendingProperty 1678private static readonly DependencyProperty UnloadedPendingProperty 1839public static readonly DependencyProperty ToolTipProperty = 1867public static readonly DependencyProperty ContextMenuProperty = 2020internal override void InvalidateForceInheritPropertyOnChildren(DependencyProperty property)
src\Framework\System\Windows\FrameworkElement.cs (92)
148public static readonly DependencyProperty StyleProperty = 149DependencyProperty.Register( 175&& ReadLocalValue(StyleProperty) != DependencyProperty.UnsetValue; 189public static readonly DependencyProperty OverridesDefaultStyleProperty 190= DependencyProperty.Register("OverridesDefaultStyle", typeof(bool), _typeofThis, 209public static readonly DependencyProperty UseLayoutRoundingProperty = 210DependencyProperty.Register( 240protected internal static readonly DependencyProperty DefaultStyleKeyProperty 241= DependencyProperty.Register("DefaultStyleKey", typeof(object), _typeofThis, 841if (resource == DependencyProperty.UnsetValue) 872if (resource == DependencyProperty.UnsetValue) 950return DependencyProperty.UnsetValue; 983return DependencyProperty.UnsetValue; 1037DependencyProperty dp, 1068if (value != DependencyProperty.UnsetValue) 1159return DependencyProperty.UnsetValue; 1166DependencyProperty dp, 1214if (value != DependencyProperty.UnsetValue) 1250if (value != DependencyProperty.UnsetValue) 1280if (value != DependencyProperty.UnsetValue) 1301if (value != DependencyProperty.UnsetValue) 1323if (value != DependencyProperty.UnsetValue) 1417return DependencyProperty.UnsetValue; 1754internal bool HasNonDefaultValue(DependencyProperty dp) 1794DependencyProperty dp, 1814DependencyProperty dp, 1833internal void GetRawValue(DependencyProperty dp, PropertyMetadata metadata, ref EffectiveValueEntry entry) 1839(entry.GetFlattenedEntry(RequestFlags.FullyResolved).Value != DependencyProperty.UnsetValue)) 1889if (implicitValue != DependencyProperty.UnsetValue) 1921if( value != DependencyProperty.UnsetValue) 1931Debug.Assert(entry.Value == DependencyProperty.UnsetValue,"FrameworkElement.GetRawValue should never fall through with a value != DependencyProperty.UnsetValue. We're supposed to return as soon as we found something."); 1940private bool GetValueFromTemplatedParent(DependencyProperty dp, ref EffectiveValueEntry entry) 1965private object GetInheritableValue(DependencyProperty dp, FrameworkPropertyMetadata fmetadata) 2047return DependencyProperty.UnsetValue; 2051internal Expression GetExpressionCore(DependencyProperty dp, PropertyMetadata metadata) 2055entry.Value = DependencyProperty.UnsetValue; 2068DependencyProperty dp = e.Property; 2698public static readonly DependencyProperty DataContextProperty = 2699DependencyProperty.Register( 2755public BindingExpression GetBindingExpression(DependencyProperty dp) 2765public BindingExpressionBase SetBinding(DependencyProperty dp, BindingBase binding) 2776public BindingExpression SetBinding(DependencyProperty dp, string path) 2785public static readonly DependencyProperty BindingGroupProperty = 2786DependencyProperty.Register( 3087internal override void InvalidateForceInheritPropertyOnChildren(DependencyProperty property) 3188static public readonly DependencyProperty LanguageProperty = 3189DependencyProperty.RegisterAttached( 3212public static readonly DependencyProperty NameProperty = 3213DependencyProperty.Register( 3240public static readonly DependencyProperty TagProperty = 3241DependencyProperty.Register( 3263public static readonly DependencyProperty InputScopeProperty = 3342DependencyProperty.RegisterReadOnly( 3366public static readonly DependencyProperty ActualWidthProperty = 3387DependencyProperty.RegisterReadOnly( 3411public static readonly DependencyProperty ActualHeightProperty = 3429public static readonly DependencyProperty LayoutTransformProperty = DependencyProperty.Register( 3486public static readonly DependencyProperty WidthProperty = 3487DependencyProperty.Register( 3512public static readonly DependencyProperty MinWidthProperty = 3513DependencyProperty.Register( 3538public static readonly DependencyProperty MaxWidthProperty = 3539DependencyProperty.Register( 3565public static readonly DependencyProperty HeightProperty = 3566DependencyProperty.Register( 3591public static readonly DependencyProperty MinHeightProperty = 3592DependencyProperty.Register( 3617public static readonly DependencyProperty MaxHeightProperty = 3618DependencyProperty.Register( 3643public static readonly DependencyProperty FlowDirectionProperty = 3644DependencyProperty.RegisterAttached( 3730public static readonly DependencyProperty MarginProperty 3731= DependencyProperty.Register("Margin", typeof(Thickness), _typeofThis, 3761public static readonly DependencyProperty HorizontalAlignmentProperty = 3762DependencyProperty.Register( 3793public static readonly DependencyProperty VerticalAlignmentProperty = 3794DependencyProperty.Register( 3844public static readonly DependencyProperty FocusVisualStyleProperty = 3845DependencyProperty.Register( 3864public static readonly DependencyProperty CursorProperty = 3865DependencyProperty.Register( 3898public static readonly DependencyProperty ForceCursorProperty = 3899DependencyProperty.Register( 4031if (flowDirectionValue != DependencyProperty.UnsetValue) 5537private static bool ShouldUseSystemFont(FrameworkElement fe, DependencyProperty dp) 5638DependencyProperty.RegisterReadOnly( 5648internal static readonly DependencyProperty LoadedPendingProperty = 5655DependencyProperty.RegisterReadOnly( 5665internal static readonly DependencyProperty UnloadedPendingProperty = 5889public static readonly DependencyProperty ToolTipProperty = 5918public static readonly DependencyProperty ContextMenuProperty =
src\Framework\System\Windows\FrameworkElementFactory.cs (19)
210public void SetValue(DependencyProperty dp, object value) 280public void SetBinding(DependencyProperty dp, BindingBase binding) 292public void SetResourceReference(DependencyProperty dp, object name) 437DependencyProperty dp, 540internal object GetValue(DependencyProperty dp) 555return DependencyProperty.UnsetValue; 1201string prefix = (o == DependencyProperty.UnsetValue) ? "Content" : (string)o; 1210DependencyProperty dpContent = DependencyProperty.FromName(prefix, targetType); 1211DependencyProperty dpContentTemplate = DependencyProperty.FromName(prefix + "Template", targetType); 1212DependencyProperty dpContentTemplateSelector = DependencyProperty.FromName(prefix + "TemplateSelector", targetType); 1213DependencyProperty dpContentStringFormat = DependencyProperty.FromName(prefix + "StringFormat", targetType); 1216if (dpContent == null && o != DependencyProperty.UnsetValue) 1253DependencyProperty dpContent = DependencyProperty.FromName("Content", targetType); 1272private bool IsValueDefined(DependencyProperty dp)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (2)
571protected override void Merge(PropertyMetadata baseMetadata, DependencyProperty dp) 636protected override void OnApply(DependencyProperty dp, Type targetType)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
279return DependencyProperty.UnsetValue; 727DependencyProperty dependencyProperty;
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (8)
180return DependencyProperty.UnsetValue; 433FrugalObjectList<DependencyProperty> currentInheritableProperties = 462internal FrugalObjectList<DependencyProperty> InvalidateTreeDependentProperties(TreeChangeInfo parentTreeState, bool isSelfInheritanceParent, bool wasSelfInheritanceParent) 753internal override bool ShouldProvideInheritanceContext(DependencyObject target, DependencyProperty property) 773internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 808internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property) 1149internal FrugalObjectList<DependencyProperty> InheritableProperties 1256private FrugalObjectList<DependencyProperty> _inheritableProperties;
src\Framework\System\Windows\Generated\FrameworkElement.cs (8)
180return DependencyProperty.UnsetValue; 430FrugalObjectList<DependencyProperty> currentInheritableProperties = 454internal FrugalObjectList<DependencyProperty> InvalidateTreeDependentProperties(TreeChangeInfo parentTreeState, bool isSelfInheritanceParent, bool wasSelfInheritanceParent) 783internal override bool ShouldProvideInheritanceContext(DependencyObject target, DependencyProperty property) 803internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 838internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property) 1186internal FrugalObjectList<DependencyProperty> InheritableProperties 1303private FrugalObjectList<DependencyProperty> _inheritableProperties;
src\Framework\System\Windows\InheritablePropertyChangeInfo.cs (3)
28DependencyProperty property, 47internal DependencyProperty Property 67private DependencyProperty _property;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (23)
103private static readonly DependencyProperty TabOnceActiveElementProperty 104= DependencyProperty.RegisterAttached("TabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation)); 126internal static readonly DependencyProperty ControlTabOnceActiveElementProperty 127= DependencyProperty.RegisterAttached("ControlTabOnceActiveElement", typeof(WeakReference), typeof(KeyboardNavigation)); 188internal static readonly DependencyProperty DirectionalNavigationMarginProperty = 189DependencyProperty.RegisterAttached("DirectionalNavigationMargin", 200public static readonly DependencyProperty TabIndexProperty = 201DependencyProperty.RegisterAttached( 212public static readonly DependencyProperty IsTabStopProperty = 213DependencyProperty.RegisterAttached( 227public static readonly DependencyProperty TabNavigationProperty = 228DependencyProperty.RegisterAttached( 242public static readonly DependencyProperty ControlTabNavigationProperty = 243DependencyProperty.RegisterAttached( 257public static readonly DependencyProperty DirectionalNavigationProperty = 258DependencyProperty.RegisterAttached( 268internal static readonly DependencyProperty ShowKeyboardCuesProperty = 269DependencyProperty.RegisterAttached( 292public static readonly DependencyProperty AcceptsReturnProperty = 293DependencyProperty.RegisterAttached( 997private void UpdateActiveElement(DependencyObject activeElement, DependencyProperty dp) 1013private void UpdateActiveElement(DependencyObject container, DependencyObject activeElement, DependencyProperty dp) 3593private DependencyProperty _navigationProperty = null;
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
148DependencyProperty dp = e.Property; 866internal static readonly DependencyProperty TabIndexProperty
src\Framework\System\Windows\Localization.cs (6)
35public static readonly DependencyProperty CommentsProperty = 36DependencyProperty.RegisterAttached( 45public static readonly DependencyProperty AttributesProperty = 46DependencyProperty.RegisterAttached( 116private static string GetValue(object element, DependencyProperty property) 140private static void SetValue(object element, DependencyProperty property, string value)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
228case 136: t = () => typeof(DependencyProperty); break;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
1556DependencyProperty property = null; 1564property = DependencyProperty.FromName(_binaryReader.ReadString(), type); 1733value = new TemplateBindingExtension((DependencyProperty)param); 2619Debug.Assert(property.Type.UnderlyingType == typeof(DependencyProperty));
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
186internal DependencyProperty GetDependencyProperty(Int16 propertyId)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (231)
1713DependencyProperty dp = System.Windows.Controls.AccessText.TextProperty; 1730DependencyProperty dp = System.Windows.Media.Animation.BeginStoryboard.StoryboardProperty; 1746DependencyProperty dp = System.Windows.Media.Effects.BitmapEffectGroup.ChildrenProperty; 1762DependencyProperty dp = System.Windows.Controls.Border.BackgroundProperty; 1779DependencyProperty dp = System.Windows.Controls.Border.BorderBrushProperty; 1796DependencyProperty dp = System.Windows.Controls.Border.BorderThicknessProperty; 1813DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.CommandProperty; 1830DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.CommandParameterProperty; 1848DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.CommandTargetProperty; 1864DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.IsPressedProperty; 1882DependencyProperty dp = System.Windows.Controls.ColumnDefinition.MaxWidthProperty; 1899DependencyProperty dp = System.Windows.Controls.ColumnDefinition.MinWidthProperty; 1916DependencyProperty dp = System.Windows.Controls.ColumnDefinition.WidthProperty; 1933DependencyProperty dp = System.Windows.Controls.ContentControl.ContentProperty; 1951DependencyProperty dp = System.Windows.Controls.ContentControl.ContentTemplateProperty; 1967DependencyProperty dp = System.Windows.Controls.ContentControl.ContentTemplateSelectorProperty; 1983DependencyProperty dp = System.Windows.Controls.ContentControl.HasContentProperty; 2001DependencyProperty dp = System.Windows.ContentElement.FocusableProperty; 2018DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentProperty; 2036DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentSourceProperty; 2053DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentTemplateProperty; 2069DependencyProperty dp = System.Windows.Controls.ContentPresenter.ContentTemplateSelectorProperty; 2085DependencyProperty dp = System.Windows.Controls.ContentPresenter.RecognizesAccessKeyProperty; 2102DependencyProperty dp = System.Windows.Controls.Control.BackgroundProperty; 2119DependencyProperty dp = System.Windows.Controls.Control.BorderBrushProperty; 2136DependencyProperty dp = System.Windows.Controls.Control.BorderThicknessProperty; 2153DependencyProperty dp = System.Windows.Controls.Control.FontFamilyProperty; 2170DependencyProperty dp = System.Windows.Controls.Control.FontSizeProperty; 2187DependencyProperty dp = System.Windows.Controls.Control.FontStretchProperty; 2204DependencyProperty dp = System.Windows.Controls.Control.FontStyleProperty; 2221DependencyProperty dp = System.Windows.Controls.Control.FontWeightProperty; 2238DependencyProperty dp = System.Windows.Controls.Control.ForegroundProperty; 2255DependencyProperty dp = System.Windows.Controls.Control.HorizontalContentAlignmentProperty; 2272DependencyProperty dp = System.Windows.Controls.Control.IsTabStopProperty; 2289DependencyProperty dp = System.Windows.Controls.Control.PaddingProperty; 2306DependencyProperty dp = System.Windows.Controls.Control.TabIndexProperty; 2323DependencyProperty dp = System.Windows.Controls.Control.TemplateProperty; 2339DependencyProperty dp = System.Windows.Controls.Control.VerticalContentAlignmentProperty; 2356DependencyProperty dp = System.Windows.Controls.DockPanel.DockProperty; 2373DependencyProperty dp = System.Windows.Controls.DockPanel.LastChildFillProperty; 2390DependencyProperty dp = System.Windows.Controls.Primitives.DocumentViewerBase.DocumentProperty; 2406DependencyProperty dp = System.Windows.Media.DrawingGroup.ChildrenProperty; 2422DependencyProperty dp = System.Windows.Controls.FlowDocumentReader.DocumentProperty; 2438DependencyProperty dp = System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty; 2454DependencyProperty dp = System.Windows.FrameworkContentElement.StyleProperty; 2470DependencyProperty dp = System.Windows.FrameworkElement.FlowDirectionProperty; 2487DependencyProperty dp = System.Windows.FrameworkElement.HeightProperty; 2504DependencyProperty dp = System.Windows.FrameworkElement.HorizontalAlignmentProperty; 2521DependencyProperty dp = System.Windows.FrameworkElement.MarginProperty; 2538DependencyProperty dp = System.Windows.FrameworkElement.MaxHeightProperty; 2555DependencyProperty dp = System.Windows.FrameworkElement.MaxWidthProperty; 2572DependencyProperty dp = System.Windows.FrameworkElement.MinHeightProperty; 2589DependencyProperty dp = System.Windows.FrameworkElement.MinWidthProperty; 2606DependencyProperty dp = System.Windows.FrameworkElement.NameProperty; 2623DependencyProperty dp = System.Windows.FrameworkElement.StyleProperty; 2639DependencyProperty dp = System.Windows.FrameworkElement.VerticalAlignmentProperty; 2656DependencyProperty dp = System.Windows.FrameworkElement.WidthProperty; 2673DependencyProperty dp = System.Windows.Media.GeneralTransformGroup.ChildrenProperty; 2689DependencyProperty dp = System.Windows.Media.GeometryGroup.ChildrenProperty; 2705DependencyProperty dp = System.Windows.Media.GradientBrush.GradientStopsProperty; 2721DependencyProperty dp = System.Windows.Controls.Grid.ColumnProperty; 2738DependencyProperty dp = System.Windows.Controls.Grid.ColumnSpanProperty; 2755DependencyProperty dp = System.Windows.Controls.Grid.RowProperty; 2772DependencyProperty dp = System.Windows.Controls.Grid.RowSpanProperty; 2789DependencyProperty dp = System.Windows.Controls.GridViewColumn.HeaderProperty; 2807DependencyProperty dp = System.Windows.Controls.HeaderedContentControl.HasHeaderProperty; 2825DependencyProperty dp = System.Windows.Controls.HeaderedContentControl.HeaderProperty; 2843DependencyProperty dp = System.Windows.Controls.HeaderedContentControl.HeaderTemplateProperty; 2859DependencyProperty dp = System.Windows.Controls.HeaderedContentControl.HeaderTemplateSelectorProperty; 2875DependencyProperty dp = System.Windows.Controls.HeaderedItemsControl.HasHeaderProperty; 2893DependencyProperty dp = System.Windows.Controls.HeaderedItemsControl.HeaderProperty; 2911DependencyProperty dp = System.Windows.Controls.HeaderedItemsControl.HeaderTemplateProperty; 2927DependencyProperty dp = System.Windows.Controls.HeaderedItemsControl.HeaderTemplateSelectorProperty; 2943DependencyProperty dp = System.Windows.Documents.Hyperlink.NavigateUriProperty; 2960DependencyProperty dp = System.Windows.Controls.Image.SourceProperty; 2977DependencyProperty dp = System.Windows.Controls.Image.StretchProperty; 2994DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemContainerStyleProperty; 3010DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemContainerStyleSelectorProperty; 3026DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemTemplateProperty; 3042DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemTemplateSelectorProperty; 3058DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemsPanelProperty; 3074DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemsSourceProperty; 3090DependencyProperty dp = System.Windows.Media.Media3D.MaterialGroup.ChildrenProperty; 3106DependencyProperty dp = System.Windows.Media.Media3D.Model3DGroup.ChildrenProperty; 3122DependencyProperty dp = System.Windows.Controls.Page.ContentProperty; 3140DependencyProperty dp = System.Windows.Controls.Panel.BackgroundProperty; 3157DependencyProperty dp = System.Windows.Shapes.Path.DataProperty; 3174DependencyProperty dp = System.Windows.Media.PathFigure.SegmentsProperty; 3190DependencyProperty dp = System.Windows.Media.PathGeometry.FiguresProperty; 3207DependencyProperty dp = System.Windows.Controls.Primitives.Popup.ChildProperty; 3223DependencyProperty dp = System.Windows.Controls.Primitives.Popup.IsOpenProperty; 3240DependencyProperty dp = System.Windows.Controls.Primitives.Popup.PlacementProperty; 3257DependencyProperty dp = System.Windows.Controls.Primitives.Popup.PopupAnimationProperty; 3274DependencyProperty dp = System.Windows.Controls.RowDefinition.HeightProperty; 3291DependencyProperty dp = System.Windows.Controls.RowDefinition.MaxHeightProperty; 3308DependencyProperty dp = System.Windows.Controls.RowDefinition.MinHeightProperty; 3325DependencyProperty dp = System.Windows.Controls.ScrollViewer.CanContentScrollProperty; 3342DependencyProperty dp = System.Windows.Controls.ScrollViewer.HorizontalScrollBarVisibilityProperty; 3359DependencyProperty dp = System.Windows.Controls.ScrollViewer.VerticalScrollBarVisibilityProperty; 3376DependencyProperty dp = System.Windows.Shapes.Shape.FillProperty; 3393DependencyProperty dp = System.Windows.Shapes.Shape.StrokeProperty; 3410DependencyProperty dp = System.Windows.Shapes.Shape.StrokeThicknessProperty; 3427DependencyProperty dp = System.Windows.Controls.TextBlock.BackgroundProperty; 3444DependencyProperty dp = System.Windows.Controls.TextBlock.FontFamilyProperty; 3461DependencyProperty dp = System.Windows.Controls.TextBlock.FontSizeProperty; 3478DependencyProperty dp = System.Windows.Controls.TextBlock.FontStretchProperty; 3495DependencyProperty dp = System.Windows.Controls.TextBlock.FontStyleProperty; 3512DependencyProperty dp = System.Windows.Controls.TextBlock.FontWeightProperty; 3529DependencyProperty dp = System.Windows.Controls.TextBlock.ForegroundProperty; 3546DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty; 3563DependencyProperty dp = System.Windows.Controls.TextBlock.TextDecorationsProperty; 3580DependencyProperty dp = System.Windows.Controls.TextBlock.TextTrimmingProperty; 3597DependencyProperty dp = System.Windows.Controls.TextBlock.TextWrappingProperty; 3614DependencyProperty dp = System.Windows.Controls.TextBox.TextProperty; 3631DependencyProperty dp = System.Windows.Documents.TextElement.BackgroundProperty; 3648DependencyProperty dp = System.Windows.Documents.TextElement.FontFamilyProperty; 3665DependencyProperty dp = System.Windows.Documents.TextElement.FontSizeProperty; 3682DependencyProperty dp = System.Windows.Documents.TextElement.FontStretchProperty; 3699DependencyProperty dp = System.Windows.Documents.TextElement.FontStyleProperty; 3716DependencyProperty dp = System.Windows.Documents.TextElement.FontWeightProperty; 3733DependencyProperty dp = System.Windows.Documents.TextElement.ForegroundProperty; 3750DependencyProperty dp = System.Windows.Media.Animation.TimelineGroup.ChildrenProperty; 3766DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 3783DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty; 3800DependencyProperty dp = System.Windows.Controls.Primitives.Track.MinimumProperty; 3817DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty; 3834DependencyProperty dp = System.Windows.Controls.Primitives.Track.ValueProperty; 3851DependencyProperty dp = System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 3868DependencyProperty dp = System.Windows.Media.Media3D.Transform3DGroup.ChildrenProperty; 3884DependencyProperty dp = System.Windows.Media.TransformGroup.ChildrenProperty; 3900DependencyProperty dp = System.Windows.UIElement.ClipToBoundsProperty; 3917DependencyProperty dp = System.Windows.UIElement.FocusableProperty; 3934DependencyProperty dp = System.Windows.UIElement.IsEnabledProperty; 3951DependencyProperty dp = System.Windows.UIElement.RenderTransformProperty; 3968DependencyProperty dp = System.Windows.UIElement.VisibilityProperty; 3985DependencyProperty dp = System.Windows.Controls.Viewport3D.ChildrenProperty; 4155DependencyProperty dp = System.Windows.Controls.Button.ContentProperty; 4173DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.ContentProperty; 4242DependencyProperty dp = System.Windows.Controls.CheckBox.ContentProperty; 4294DependencyProperty dp = System.Windows.Controls.ComboBoxItem.ContentProperty; 4431DependencyProperty dp = System.Windows.Controls.DocumentViewer.DocumentProperty; 4481DependencyProperty dp = System.Windows.Controls.Expander.ContentProperty; 4601DependencyProperty dp = System.Windows.Controls.FlowDocumentPageViewer.DocumentProperty; 4668DependencyProperty dp = System.Windows.Controls.GridViewColumnHeader.ContentProperty; 4686DependencyProperty dp = System.Windows.Controls.GroupBox.ContentProperty; 4704DependencyProperty dp = System.Windows.Controls.GroupItem.ContentProperty; 4722DependencyProperty dp = System.Windows.Controls.HeaderedContentControl.ContentProperty; 4962DependencyProperty dp = System.Windows.Controls.Label.ContentProperty; 4980DependencyProperty dp = System.Windows.Media.LinearGradientBrush.GradientStopsProperty; 5030DependencyProperty dp = System.Windows.Controls.ListBoxItem.ContentProperty; 5082DependencyProperty dp = System.Windows.Controls.ListViewItem.ContentProperty; 5270DependencyProperty dp = System.Windows.Navigation.PageFunctionBase.ContentProperty; 5322DependencyProperty dp = System.Windows.Media.Animation.ParallelTimeline.ChildrenProperty; 5406DependencyProperty dp = System.Windows.Media.RadialGradientBrush.GradientStopsProperty; 5422DependencyProperty dp = System.Windows.Controls.RadioButton.ContentProperty; 5457DependencyProperty dp = System.Windows.Controls.Primitives.RepeatButton.ContentProperty; 5509DependencyProperty dp = System.Windows.Documents.Run.TextProperty; 5526DependencyProperty dp = System.Windows.Controls.ScrollViewer.ContentProperty; 5663DependencyProperty dp = System.Windows.Controls.Primitives.StatusBarItem.ContentProperty; 5681DependencyProperty dp = System.Windows.Media.Animation.Storyboard.ChildrenProperty; 5748DependencyProperty dp = System.Windows.Controls.TabItem.ContentProperty; 5885DependencyProperty dp = System.Windows.Controls.Primitives.ToggleButton.ContentProperty; 5971DependencyProperty dp = System.Windows.Controls.ToolTip.ContentProperty; 6074DependencyProperty dp = System.Windows.Controls.UserControl.ContentProperty; 6194DependencyProperty dp = System.Windows.Window.ContentProperty; 6407DependencyProperty dp = System.Windows.NameScope.NameScopeProperty; 6624DependencyProperty dp = System.Windows.Media.Animation.Timeline.BeginTimeProperty; 6769DependencyProperty dp = System.Windows.UIElement.UidProperty; 6786DependencyProperty dp = System.Windows.FrameworkContentElement.NameProperty; 6911DependencyProperty dp = System.Windows.Media.LinearGradientBrush.StartPointProperty; 6928DependencyProperty dp = System.Windows.Media.LinearGradientBrush.EndPointProperty; 6966typeof(System.Windows.DependencyProperty), // type 6972bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Condition)target).Property = (System.Windows.DependencyProperty)value; }; 7036DependencyProperty dp = System.Windows.Window.ResizeModeProperty; 7053DependencyProperty dp = System.Windows.Window.WindowStateProperty; 7070DependencyProperty dp = System.Windows.Window.TitleProperty; 7087DependencyProperty dp = System.Windows.Shapes.Shape.StrokeLineJoinProperty; 7104DependencyProperty dp = System.Windows.Shapes.Shape.StrokeStartLineCapProperty; 7121DependencyProperty dp = System.Windows.Shapes.Shape.StrokeEndLineCapProperty; 7138DependencyProperty dp = System.Windows.Media.TileBrush.TileModeProperty; 7155DependencyProperty dp = System.Windows.Media.TileBrush.ViewboxUnitsProperty; 7172DependencyProperty dp = System.Windows.Media.TileBrush.ViewportUnitsProperty; 7189DependencyProperty dp = System.Windows.Media.GeometryDrawing.PenProperty; 7205DependencyProperty dp = System.Windows.Controls.TextBox.TextWrappingProperty; 7222DependencyProperty dp = System.Windows.Controls.StackPanel.OrientationProperty; 7308DependencyProperty dp = System.Windows.Input.InputBinding.CommandProperty; 7343DependencyProperty dp = System.Windows.Controls.TextBox.TextAlignmentProperty; 7360DependencyProperty dp = System.Windows.Controls.TextBlock.TextAlignmentProperty; 7377DependencyProperty dp = System.Windows.Navigation.JournalEntryUnifiedViewConverter.JournalEntryPositionProperty; 7394DependencyProperty dp = System.Windows.Media.GradientBrush.MappingModeProperty; 7411DependencyProperty dp = System.Windows.Controls.MenuItem.RoleProperty; 7468typeof(System.Windows.DependencyProperty), // type 7474bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Setter)target).Property = (System.Windows.DependencyProperty)value; }; 7537DependencyProperty dp = System.Windows.Input.KeyboardNavigation.DirectionalNavigationProperty; 7554DependencyProperty dp = System.Windows.Input.KeyboardNavigation.TabNavigationProperty; 7571DependencyProperty dp = System.Windows.Controls.Primitives.ScrollBar.OrientationProperty; 7591typeof(System.Windows.DependencyProperty), // type 7597bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Trigger)target).Property = (System.Windows.DependencyProperty)value; }; 7625DependencyProperty dp = System.Windows.Controls.DefinitionBase.SharedSizeGroupProperty; 7642DependencyProperty dp = System.Windows.Controls.ToolTipService.ToolTipProperty; 7660DependencyProperty dp = System.Windows.Media.PathFigure.IsClosedProperty; 7677DependencyProperty dp = System.Windows.Media.PathFigure.IsFilledProperty; 7694DependencyProperty dp = System.Windows.Controls.Primitives.ButtonBase.ClickModeProperty; 7711DependencyProperty dp = System.Windows.Documents.Block.TextAlignmentProperty; 7728DependencyProperty dp = System.Windows.UIElement.RenderTransformOriginProperty; 7745DependencyProperty dp = System.Windows.Media.Pen.LineJoinProperty; 7779DependencyProperty dp = System.Windows.UIElement.SnapsToDevicePixelsProperty; 7830DependencyProperty dp = System.Windows.Media.SolidColorBrush.ColorProperty; 7847DependencyProperty dp = System.Windows.Media.Brush.OpacityProperty; 7864DependencyProperty dp = System.Windows.Controls.Primitives.TextBoxBase.AcceptsTabProperty; 7881DependencyProperty dp = System.Windows.Media.PathSegment.IsStrokedProperty; 7898DependencyProperty dp = System.Windows.Controls.VirtualizingPanel.IsVirtualizingProperty; 7915DependencyProperty dp = System.Windows.Shapes.Shape.StretchProperty; 7932DependencyProperty dp = System.Windows.Controls.Frame.JournalOwnershipProperty; 7949DependencyProperty dp = System.Windows.Controls.Frame.NavigationUIVisibilityProperty; 7966DependencyProperty dp = System.Windows.Media.Animation.Storyboard.TargetNameProperty; 8001DependencyProperty dp = System.Windows.Controls.Primitives.Selector.IsSelectedProperty; 8038DependencyProperty dp = System.Windows.Shapes.Shape.StrokeMiterLimitProperty; 8055DependencyProperty dp = System.Windows.UIElement.AllowDropProperty; 8072DependencyProperty dp = System.Windows.Controls.MenuItem.IsCheckedProperty; 8089DependencyProperty dp = System.Windows.Controls.Panel.IsItemsHostProperty; 8124DependencyProperty dp = System.Windows.Window.AllowsTransparencyProperty; 8160DependencyProperty dp = System.Windows.Controls.ToolBar.OrientationProperty; 8178DependencyProperty dp = System.Windows.Controls.Primitives.TextBoxBase.VerticalScrollBarVisibilityProperty; 8195DependencyProperty dp = System.Windows.Controls.Primitives.TextBoxBase.HorizontalScrollBarVisibilityProperty; 8246DependencyProperty dp = System.Windows.Input.KeyBinding.KeyProperty; 8282DependencyProperty dp = System.Windows.Controls.Canvas.TopProperty; 8299DependencyProperty dp = System.Windows.Controls.Canvas.LeftProperty; 8316DependencyProperty dp = System.Windows.Controls.Canvas.BottomProperty; 8333DependencyProperty dp = System.Windows.Controls.Canvas.RightProperty; 8350DependencyProperty dp = System.Windows.Media.Animation.Storyboard.TargetPropertyProperty;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (3)
3361typeof(System.Windows.DependencyProperty), 9875new List<Type>() { typeof(System.Windows.DependencyProperty) }, 9879(System.Windows.DependencyProperty)arguments[0]);
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMember.cs (1)
67DependencyProperty dProperty,
src\Framework\System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
21public WpfXamlMember(DependencyProperty dp, bool isAttachable) 43public WpfXamlMember(DependencyProperty dp, 55public WpfXamlMember(DependencyProperty dp, 97public DependencyProperty DependencyProperty { get; set; }
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (4)
298DependencyProperty property; 299if ((property = DependencyProperty.FromName(name, this.UnderlyingType)) != null) 405private XamlMember GetAttachedDependencyProperty(string name, DependencyProperty property) 418private XamlMember GetRegularDependencyProperty(string name, DependencyProperty property, bool skipReadOnlyCheck)
src\Framework\System\Windows\Markup\BamlMapTable.cs (11)
655DependencyProperty dp = KnownTypes.GetKnownDependencyPropertyFromId(knownId); 680DependencyProperty dp = KnownTypes.GetKnownDependencyPropertyFromId(knownId); 865internal DependencyProperty GetDependencyPropertyValueFromId(short memberId, string memberName, out Type declaringType) 868DependencyProperty dp = null; 883dp = DependencyProperty.FromName(memberName, declaringType); 890internal DependencyProperty GetDependencyPropertyValueFromId(short memberId) 892DependencyProperty dp = null; 913dp = DependencyProperty.FromName(name, declaringType); 919internal DependencyProperty GetDependencyProperty(int id) 934internal DependencyProperty GetDependencyProperty(BamlAttributeInfoRecord bamlAttributeInfoRecord) 943bamlAttributeInfoRecord.DP = DependencyProperty.FromName(
src\Framework\System\Windows\Markup\BamlReader.cs (2)
2398DependencyProperty dp = null; 2853private DependencyProperty _propertyDP;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (33)
960internal void SetDependencyValue(DependencyObject dependencyObject, DependencyProperty dependencyProperty, object value) 977internal virtual void SetDependencyValueCore(DependencyObject dependencyObject, DependencyProperty dependencyProperty, object value) 1498DependencyProperty dp = param as DependencyProperty; 2049DependencyProperty dp = dpOrPi as DependencyProperty; 2132internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord) 2138internal DependencyProperty GetCustomDependencyPropertyValue(BamlPropertyCustomRecord bamlPropertyRecord, 2142DependencyProperty dp = null; 2164ThrowException(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName); 2172dp = (DependencyProperty)bamlPropertyRecord.ValueObject; 2801if (propertyValue != DependencyProperty.UnsetValue) 2821if (propertyValue != DependencyProperty.UnsetValue) 2843if (propertyValue != DependencyProperty.UnsetValue) 3499if (DependencyProperty.UnsetValue != o) 3565if (DependencyProperty.UnsetValue != o) 3589if (DependencyProperty.UnsetValue != o) 3697DependencyProperty dp = currentTarget is DependencyObject ? attribInfo.DP : null; 4032if (DependencyProperty.UnsetValue == propValue) 4052if (FindResourceInParserStack(attribValue.Trim(), false /*allowDeferredResourceReference*/, false /*mustReturnDeferredResourceReference*/) == DependencyProperty.UnsetValue) 4080object o = DependencyProperty.UnsetValue; 4119object value = DependencyProperty.UnsetValue; 4168if (value != DependencyProperty.UnsetValue) 4200return DependencyProperty.UnsetValue; 4236return DependencyProperty.UnsetValue; 4249if (resource == DependencyProperty.UnsetValue) 4258if (resource == DependencyProperty.UnsetValue && mustReturnDeferredResourceReference) 4260resource = new DeferredResourceReferenceHolder(resourceNameObject, DependencyProperty.UnsetValue); 4279if (value == DependencyProperty.UnsetValue) 4989DependencyProperty dp = contentProperty as DependencyProperty; 5777public DependencyProperty DependencyProperty 5980private DependencyProperty _dependencyProperty;
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
4913DependencyProperty dp = DP; 5069internal DependencyProperty DP 5076return _dpOrMiOrPi as DependencyProperty; 5200DependencyProperty _dp = null;
src\Framework\System\Windows\Markup\BamlWriter.cs (5)
363if (propType == typeof(DependencyProperty)) 674DependencyProperty dp = dpOrPi as DependencyProperty; 1154dpOrPi = DependencyProperty.FromName(propName, ownerType); 1401DependencyProperty _dpProperty;
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (10)
85DependencyProperty property = ResolveProperty(context, null, source); 112internal static DependencyProperty ResolveProperty(IServiceProvider serviceProvider, 118DependencyProperty dProperty = source as DependencyProperty; 174throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 197throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 221throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 241throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 248return DependencyProperty.FromName(property, type); 251throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName));
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1678internal static DependencyProperty GetKnownDependencyPropertyFromId(KnownProperties knownProperty) 5680case KnownElements.DependencyProperty: t = typeof(System.Windows.DependencyProperty); break;
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (5)
697DependencyProperty property = this.DependencyProperty; 795public override DependencyProperty DependencyProperty 809DependencyProperty DP = DependencyProperty; 843if (value == DependencyProperty.UnsetValue) 982private DependencyProperty _dependencyProperty;
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
115public override DependencyProperty DependencyProperty
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
191public override DependencyProperty DependencyProperty
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
558DependencyProperty dependencyProperty = property.DependencyProperty;
src\Framework\System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
94DependencyProperty property, CultureInfo culture, object source)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
254DependencyProperty prop = wpfMember.DependencyProperty;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (12)
1759memInfo = DependencyProperty.FromName(localName, baseType); 1814memInfo = DependencyProperty.FromName(localName, baseType); 1853internal DependencyProperty DependencyPropertyFromName( 1883return DependencyProperty.FromName(localName, ownerType); 2133DependencyProperty dp = propertyMember as DependencyProperty; 2180DependencyProperty dp = propertyMember as DependencyProperty; 2221Debug.Assert( propertyMember is DependencyProperty); 2222validType = ((DependencyProperty)propertyMember).OwnerType; 3279internal static DependencyProperty ParsePropertyName( 3286DependencyProperty dp = parserContext.XamlTypeMapper.DependencyPropertyFromName(
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (8)
64DependencyProperty.RegisterAttached("XmlSpace", typeof(string), typeof(XmlAttributeProperties), 68DependencyProperty.RegisterAttached("XmlnsDictionary", typeof(XmlnsDictionary), typeof(XmlAttributeProperties), 72DependencyProperty.RegisterAttached("XmlnsDefinition", typeof(string), typeof(XmlAttributeProperties), 77DependencyProperty.RegisterAttached("XmlNamespaceMaps", typeof(Hashtable), typeof(XmlAttributeProperties), 191public static readonly DependencyProperty XmlSpaceProperty ; 225public static readonly DependencyProperty XmlnsDictionaryProperty ; 262public static readonly DependencyProperty XmlnsDefinitionProperty ; 297public static readonly DependencyProperty XmlNamespaceMapsProperty ;
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (2)
39public static readonly DependencyProperty StoryboardProperty = 40DependencyProperty.Register( "Storyboard", typeof(Storyboard), typeof(BeginStoryboard) );
src\Framework\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
128public static readonly DependencyProperty EasingFunctionProperty = 129DependencyProperty.Register(
src\Framework\System\Windows\Media\Animation\Generated\KeyFrames.cs (4)
71public static readonly DependencyProperty KeyTimeProperty = 72DependencyProperty.Register( 97public static readonly DependencyProperty ValueProperty = 98DependencyProperty.Register(
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
129public static readonly DependencyProperty KeySplineProperty = 130DependencyProperty.Register(
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (8)
65FromProperty = DependencyProperty.Register( 72ToProperty = DependencyProperty.Register( 79ByProperty = DependencyProperty.Register( 86EasingFunctionProperty = DependencyProperty.Register( 440public static readonly DependencyProperty FromProperty; 460public static readonly DependencyProperty ToProperty; 480public static readonly DependencyProperty ByProperty; 501public static readonly DependencyProperty EasingFunctionProperty;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (36)
37TargetProperty = DependencyProperty.RegisterAttached("Target", typeof(DependencyObject), typeof(Storyboard), targetPropertyMetadata); 78public static readonly DependencyProperty TargetProperty; 106DependencyProperty dp, 123public static readonly DependencyProperty TargetNameProperty = 124DependencyProperty.RegisterAttached("TargetName", typeof(string), typeof(Storyboard)); 153public static readonly DependencyProperty TargetPropertyProperty = 154DependencyProperty.RegisterAttached("TargetProperty", typeof(PropertyPath), typeof(Storyboard)); 187public ObjectPropertyPair(DependencyObject o, DependencyProperty p) 216public DependencyProperty DependencyProperty { get { return _property; } } 219private DependencyProperty _property; 420DependencyProperty targetProperty = null; 472targetProperty = currentPropertyPath.GetAccessor(0) as DependencyProperty; 741DependencyProperty intermediateDP = intermediateProperty as DependencyProperty; 771if( propertyAccessor is DependencyProperty ) 773return ((DependencyProperty)propertyAccessor).Name; 793private static void VerifyAnimationIsValid( DependencyProperty targetProperty, AnimationClock animationClock ) 828DependencyProperty targetProperty = path.GetAccessor(0) as DependencyProperty; 838DependencyProperty animatedProperty = path.LastAccessor as DependencyProperty; 883animatedProperty = path.LastAccessor as DependencyProperty; 956DependencyProperty targetProperty, 965if (baseValue == DependencyProperty.UnsetValue) 980Debug.Assert(cacheEntry.Source != DependencyProperty.UnsetValue, 999entry.SetAnimatedValue(cacheEntry.Clone, DependencyProperty.UnsetValue); 1027DependencyProperty.UnsetValue, 1028DependencyProperty.UnsetValue); 2051private static CloneCacheEntry GetComplexPathClone(DependencyObject o, DependencyProperty dp) 2058if (value != DependencyProperty.UnsetValue) 2070DependencyProperty dp, 2076if (clone != DependencyProperty.UnsetValue) 2082clonesMap[dp.GlobalIndex] = DependencyProperty.UnsetValue; 2119internal ChangeListener( DependencyObject target, Freezable clone, DependencyProperty property, Freezable original ) 2167DependencyProperty dp, 2224DependencyProperty _property; // The property to invalidate on the above object.
src\Framework\System\Windows\Media\TextOptions.cs (5)
29public static readonly DependencyProperty TextFormattingModeProperty = 30DependencyProperty.RegisterAttached( 48public static readonly DependencyProperty TextRenderingModeProperty = 49DependencyProperty.RegisterAttached( 59public static readonly DependencyProperty TextHintingModeProperty =
src\Framework\System\Windows\Navigation\JournalEntry.cs (4)
266public static readonly DependencyProperty NameProperty = 267DependencyProperty.RegisterAttached("Name", typeof(string), typeof(JournalEntry), new PropertyMetadata(String.Empty)); 272public static readonly DependencyProperty KeepAliveProperty = 273DependencyProperty.RegisterAttached("KeepAlive", typeof(bool), typeof(JournalEntry), new PropertyMetadata(false));
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (2)
83public static readonly DependencyProperty JournalEntryPositionProperty = 84DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
1471internal static readonly DependencyProperty NavigationServiceProperty = 1472DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Navigation\NavigationWindow.cs (9)
69public static readonly DependencyProperty SandboxExternalContentProperty = 119public static readonly DependencyProperty ShowsNavigationUIProperty = 120DependencyProperty.Register( 129public static readonly DependencyProperty BackStackProperty = 135public static readonly DependencyProperty ForwardStackProperty = 144public static readonly DependencyProperty CanGoBackProperty = 153public static readonly DependencyProperty CanGoForwardProperty = 592public static readonly DependencyProperty SourceProperty = 1031return DependencyProperty.UnsetValue;
src\Framework\System\Windows\PropertyPath.cs (7)
174DependencyProperty dp; 197out DependencyProperty dp, out PropertyInfo pi, out PropertyDescriptor pd, out DynamicObjectAccessor doa) 199if ((dp = accessor as DependencyProperty) != null) 603accessor = DependencyProperty.FromName(propertyName, ownerType); 938return accessor is DependencyProperty || 947DependencyProperty dp; 952if ((dp = accessor as DependencyProperty) != null)
src\Framework\System\Windows\PropertyPathConverter.cs (1)
218DependencyProperty dp;
src\Framework\System\Windows\ResourceReferenceExpression.cs (8)
52internal override object GetValue(DependencyObject d, DependencyProperty dp) 73internal override Expression Copy( DependencyObject targetObject, DependencyProperty targetDP ) 90internal object GetRawValue(DependencyObject d, out object source, DependencyProperty dp) 161resource = DependencyProperty.UnsetValue; 201internal override bool SetValue(DependencyObject d, DependencyProperty dp, object value) 211internal override void OnAttach(DependencyObject d, DependencyProperty dp) 233internal override void OnDetach(DependencyObject d, DependencyProperty dp) 496private DependencyProperty _targetProperty;
src\Framework\System\Windows\Setter.cs (10)
39public Setter( DependencyProperty property, object value ) 47public Setter( DependencyProperty property, object value, string targetName ) 55private void Initialize( DependencyProperty property, object value, string target ) 57if( value == DependencyProperty.UnsetValue ) 71private void CheckValidProperty( DependencyProperty property) 98DependencyProperty dp = Property; 148public DependencyProperty Property 183if( value == DependencyProperty.UnsetValue ) 333private DependencyProperty _property = null; 334private object _value = DependencyProperty.UnsetValue;
src\Framework\System\Windows\Shapes\Line.cs (8)
50public static readonly DependencyProperty X1Property = 51DependencyProperty.Register( "X1", typeof(double), typeof(Line), 74public static readonly DependencyProperty Y1Property = 75DependencyProperty.Register( "Y1", typeof(double), typeof(Line), 98public static readonly DependencyProperty X2Property = 99DependencyProperty.Register( "X2", typeof(double), typeof(Line), 122public static readonly DependencyProperty Y2Property = 123DependencyProperty.Register( "Y2", typeof(double), typeof(Line),
src\Framework\System\Windows\Shapes\Path.cs (2)
52public static readonly DependencyProperty DataProperty = DependencyProperty.Register(
src\Framework\System\Windows\Shapes\Polygon.cs (4)
50public static readonly DependencyProperty PointsProperty = DependencyProperty.Register( 72public static readonly DependencyProperty FillRuleProperty = DependencyProperty.Register(
src\Framework\System\Windows\Shapes\Polyline.cs (4)
49public static readonly DependencyProperty PointsProperty = DependencyProperty.Register( 71public static readonly DependencyProperty FillRuleProperty = DependencyProperty.Register(
src\Framework\System\Windows\Shapes\Rectangle.cs (4)
58public static readonly DependencyProperty RadiusXProperty = 59DependencyProperty.Register( "RadiusX", typeof(double), typeof(Rectangle), 84public static readonly DependencyProperty RadiusYProperty = 85DependencyProperty.Register( "RadiusY", typeof(double), typeof(Rectangle),
src\Framework\System\Windows\Shapes\Shape.cs (22)
51public static readonly DependencyProperty StretchProperty 52= DependencyProperty.Register( 125public static readonly DependencyProperty FillProperty = 126DependencyProperty.Register( 148public static readonly DependencyProperty StrokeProperty = 149DependencyProperty.Register( 173public static readonly DependencyProperty StrokeThicknessProperty = 174DependencyProperty.Register( 196public static readonly DependencyProperty StrokeStartLineCapProperty = 197DependencyProperty.Register( 220public static readonly DependencyProperty StrokeEndLineCapProperty = 221DependencyProperty.Register( 244public static readonly DependencyProperty StrokeDashCapProperty = 245DependencyProperty.Register( 267public static readonly DependencyProperty StrokeLineJoinProperty = 268DependencyProperty.Register( 290public static readonly DependencyProperty StrokeMiterLimitProperty = 291DependencyProperty.Register( 312public static readonly DependencyProperty StrokeDashOffsetProperty = 313DependencyProperty.Register( 334public static readonly DependencyProperty StrokeDashArrayProperty = 335DependencyProperty.Register(
src\Framework\System\Windows\SharedDp.cs (2)
24DependencyProperty dp, 33internal DependencyProperty Dp;
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (12)
35public static readonly DependencyProperty ProgressStateProperty = DependencyProperty.Register( 76public static readonly DependencyProperty ProgressValueProperty = DependencyProperty.Register( 113public static readonly DependencyProperty OverlayProperty = DependencyProperty.Register( 134public static readonly DependencyProperty DescriptionProperty = DependencyProperty.Register( 155public static readonly DependencyProperty ThumbnailClipMarginProperty = DependencyProperty.Register( 188public static readonly DependencyProperty ThumbButtonInfosProperty = DependencyProperty.Register(
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (22)
22public static readonly DependencyProperty VisibilityProperty = DependencyProperty.Register( 37public static readonly DependencyProperty DismissWhenClickedProperty = DependencyProperty.Register( 54public static readonly DependencyProperty ImageSourceProperty = DependencyProperty.Register( 70public static readonly DependencyProperty IsBackgroundVisibleProperty = DependencyProperty.Register( 86public static readonly DependencyProperty DescriptionProperty = DependencyProperty.Register( 119public static readonly DependencyProperty IsEnabledProperty = DependencyProperty.Register( 150public static readonly DependencyProperty IsInteractiveProperty = DependencyProperty.Register( 171public static readonly DependencyProperty CommandProperty = DependencyProperty.Register( 202public static readonly DependencyProperty CommandParameterProperty = DependencyProperty.Register( 215public static readonly DependencyProperty CommandTargetProperty = DependencyProperty.Register( 225private static readonly DependencyProperty _CanExecuteProperty = DependencyProperty.Register(
src\Framework\System\Windows\Shell\WindowChrome.cs (19)
46public DependencyProperty DependencyProperty { get; set; } 54public static readonly DependencyProperty WindowChromeProperty = DependencyProperty.RegisterAttached( 106public static readonly DependencyProperty IsHitTestVisibleInChromeProperty = DependencyProperty.RegisterAttached( 138public static readonly DependencyProperty ResizeGripDirectionProperty = DependencyProperty.RegisterAttached( 174public static readonly DependencyProperty CaptionHeightProperty = DependencyProperty.Register( 190public static readonly DependencyProperty ResizeBorderThicknessProperty = DependencyProperty.Register( 203public static readonly DependencyProperty GlassFrameThicknessProperty = DependencyProperty.Register( 230public static readonly DependencyProperty UseAeroCaptionButtonsProperty = DependencyProperty.Register( 242public static readonly DependencyProperty CornerRadiusProperty = DependencyProperty.Register( 257public static readonly DependencyProperty NonClientFrameEdgesProperty = DependencyProperty.Register(
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
156public static readonly DependencyProperty WindowChromeWorkerProperty = DependencyProperty.RegisterAttached(
src\Framework\System\Windows\Standard\Utilities.cs (2)
253public static void AddDependencyPropertyChangeListener(object component, DependencyProperty property, EventHandler listener) 266public static void RemoveDependencyPropertyChangeListener(object component, DependencyProperty property, EventHandler listener)
src\Framework\System\Windows\StaticResourceExtension.cs (6)
101if (value == DependencyProperty.UnsetValue) 157success = (value != DependencyProperty.UnsetValue); 196if (value == DependencyProperty.UnsetValue) 285object value = DependencyProperty.UnsetValue; 291if (mustReturnDeferredResourceReference && value == DependencyProperty.UnsetValue) 345val = DependencyProperty.UnsetValue;
src\Framework\System\Windows\Style.cs (2)
362return DependencyProperty.UnsetValue; 449DependencyProperty dp,
src\Framework\System\Windows\StyleHelper.cs (64)
294DependencyProperty templateProperty) 639DependencyProperty destinationProperty = propertyValue.Property; // Child 640DependencyProperty sourceProperty = templateBinding.Property; // Container 739DependencyProperty dp, 799DependencyProperty dp, 817DependencyProperty dp, 1588DependencyProperty dp = valueLookupList.List[i].Property; 1625DependencyProperty dp, 2310DependencyProperty dp = (DependencyProperty)entry.Key; 2567DependencyProperty dp, 2573object value = DependencyProperty.UnsetValue; 2617DependencyProperty dp, 2628object value = DependencyProperty.UnsetValue; 2684DependencyProperty sourceProperty = valueLookupList.List[i].Conditions[j].Property; 2755DependencyProperty sourceProperty = templateBinding.Property; 2763DependencyProperty targetProperty = valueLookupList.List[i].Property; 2774if ((value != DependencyProperty.UnsetValue) && !dp.IsValidValue(value)) 2776value = DependencyProperty.UnsetValue; 2804if (value != DependencyProperty.UnsetValue) 2850if (value != DependencyProperty.UnsetValue) 2913DependencyProperty dp, 2963return DependencyProperty.UnsetValue; 2981if (value != DependencyProperty.UnsetValue) 3102internal static bool ShouldGetValueFromStyle (DependencyProperty dp) 3114internal static bool ShouldGetValueFromThemeStyle (DependencyProperty dp) 3129DependencyProperty dp) 3655DependencyProperty dp = oldContainerDependents[i].Property; 3673DependencyProperty dp = newContainerDependents[i].Property; 3692DependencyProperty dp, 3696newEntry.Value = DependencyProperty.UnsetValue; 3725DependencyProperty dp) 3765DependencyProperty dp, 3783if (value != DependencyProperty.UnsetValue) 3839DependencyProperty dp) 3842newEntry.Value = DependencyProperty.UnsetValue; 3860DependencyProperty dp, 3868object setterValue = DependencyProperty.UnsetValue; 3894if (value != DependencyProperty.UnsetValue) 3935if (value != DependencyProperty.UnsetValue) 3949if (setterValue != DependencyProperty.UnsetValue) 3980if (value != DependencyProperty.UnsetValue) 4081DependencyProperty invalidProperty = resourceDependents[i].Property; 4147DependencyProperty dp = resourceDependents[i].Property; 4219DependencyProperty dp = childRecord.ValueLookupListFromProperty.Entries[i].Value.List[0].Property; 4280DependencyProperty dp, 4303DependencyProperty dp, 4339if( candidateTrigger != DependencyProperty.UnsetValue ) 4378DependencyProperty dp, 4417DependencyProperty invalidProperty = dependents[i].Property; 4472DependencyObject triggerContainer, DependencyProperty changedProperty, 4843DependencyObject triggerContainer, DependencyProperty changedProperty, DependencyPropertyChangedEventArgs changedArgs, 4910DependencyObject triggerContainer, DependencyProperty changedProperty, DependencyPropertyChangedEventArgs changedArgs, 5041DependencyProperty property, ref FrugalMap triggersWithActions) 5045if( existing == DependencyProperty.UnsetValue ) 5482DependencyProperty dp, 5508DependencyProperty dp) 5597internal static bool IsStylingLogicalTree(DependencyProperty dp, object value) 5720internal DependencyProperty Property; 5765internal DependencyProperty Property; 5839internal TriggerCondition(DependencyProperty dp, LogicalOp logicalOp, object value, string sourceName) 5972internal readonly DependencyProperty Property; 6014internal DependencyProperty Property; 6038public DependencyProperty Property;
src\Framework\System\Windows\SystemResources.cs (1)
2109get { return Value == DependencyProperty.UnsetValue; }
src\Framework\System\Windows\TemplateBindingExpression.cs (1)
54internal override object GetValue(DependencyObject d, DependencyProperty dp)
src\Framework\System\Windows\TemplateBindingExtension.cs (3)
39DependencyProperty property) 74public DependencyProperty Property 114private DependencyProperty _property;
src\Framework\System\Windows\TemplateBindingExtensionConverter.cs (1)
65return new InstanceDescriptor(typeof(TemplateBindingExtension).GetConstructor(new Type[] { typeof(DependencyProperty) }),
src\Framework\System\Windows\TemplateContent.cs (16)
450if (newValue == DependencyProperty.UnsetValue) 472newValue = DependencyProperty.UnsetValue; 772if (obj == DependencyProperty.UnsetValue) 874DependencyProperty property = xamlProperty.DependencyProperty; 1087private static bool CheckSpecialCasesShareable(Type typeofValue, DependencyProperty property) 1133private bool TrySharingValue(DependencyProperty property, 1301DependencyProperty dpContent = DependencyProperty.FromName(contentSource, targetType); 1302DependencyProperty dpContentTemplate = DependencyProperty.FromName(contentSource + "Template", targetType); 1303DependencyProperty dpContentTemplateSelector = DependencyProperty.FromName(contentSource + "TemplateSelector", targetType); 1304DependencyProperty dpContentStringFormat = DependencyProperty.FromName(contentSource + "StringFormat", targetType); 1402DependencyProperty dpContent = DependencyProperty.FromName("Content", targetType);
src\Framework\System\Windows\TreeChangeInfo.cs (10)
54internal FrugalObjectList<DependencyProperty> CreateParentInheritableProperties( 63return new FrugalObjectList<DependencyProperty>(0); 93FrugalObjectList<DependencyProperty> inheritableProperties = new FrugalObjectList<DependencyProperty>((int) inheritablePropertiesCount); 110DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[entry.PropertyIndex]; 187internal InheritablePropertyChangeInfo GetRootInheritableValue(DependencyProperty dp) 204internal Stack<FrugalObjectList<DependencyProperty>> InheritablePropertiesStack 210_inheritablePropertiesStack = new Stack<FrugalObjectList<DependencyProperty>>(1); 247private Stack<FrugalObjectList<DependencyProperty>> _inheritablePropertiesStack;
src\Framework\System\Windows\TreeWalkHelper.cs (12)
240internal static FrugalObjectList<DependencyProperty> InvalidateTreeDependentProperties( 257FrugalObjectList<DependencyProperty> parentInheritableProperties = info.InheritablePropertiesStack.Peek(); 263FrugalObjectList<DependencyProperty> currentInheritableProperties = null; 266currentInheritableProperties = new FrugalObjectList<DependencyProperty>(inheritablePropertiesCount); 273DependencyProperty inheritableProperty = parentInheritableProperties[i]; 317DependencyProperty dp, 910DependencyProperty dp = info.Property; 946DependencyProperty dp = info.Property; 1122DependencyProperty dp, 1174DependencyProperty dp, 1205DependencyProperty dp, 1283private static bool IsForceInheritedProperty(DependencyProperty dp)
src\Framework\System\Windows\Trigger.cs (3)
26public DependencyProperty Property 316private DependencyProperty _property; 317private object _value = DependencyProperty.UnsetValue;
src\Framework\System\Windows\TriggerAction.cs (2)
127internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 136internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property)
src\Framework\System\Windows\TriggerBase.cs (8)
175internal void ProcessParametersContainer(DependencyProperty dp) 188internal string ProcessParametersVisualTreeChild(DependencyProperty dp, string target) 212internal void AddToPropertyValues(string childName, DependencyProperty dp, object value, PropertyValueType valueType) 240DependencyProperty dependent = propertyValue.Property; 244DependencyProperty source = propertyValue.Conditions[j].Property; 284DependencyProperty dp = setter.Property; 325internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 334internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property)
src\Framework\System\Windows\VisualState.cs (2)
27private static readonly DependencyProperty StoryboardProperty = 28DependencyProperty.Register(
src\Framework\System\Windows\VisualStateManager.cs (4)
115public static readonly DependencyProperty CustomVisualStateManagerProperty = 116DependencyProperty.RegisterAttached( 147DependencyProperty.RegisterAttachedReadOnly( 156public static readonly DependencyProperty VisualStateGroupsProperty =
src\Framework\System\Windows\Window.cs (29)
631public static readonly DependencyProperty TaskbarItemInfoProperty = DependencyProperty.Register( 769DependencyProperty dp = e.Property; 804public static readonly DependencyProperty AllowsTransparencyProperty = 805DependencyProperty.Register( 844public static readonly DependencyProperty TitleProperty = 845DependencyProperty.Register("Title", typeof(String), typeof(Window), 877public static readonly DependencyProperty IconProperty = 878DependencyProperty.Register( 940public static readonly DependencyProperty SizeToContentProperty = 941DependencyProperty.Register("SizeToContent", 990public static readonly DependencyProperty TopProperty = 1041public static readonly DependencyProperty LeftProperty = 1188public static readonly DependencyProperty ShowInTaskbarProperty = 1189DependencyProperty.Register("ShowInTaskbar", 1228= DependencyProperty.RegisterReadOnly("IsActive", typeof(bool), typeof(Window), 1237public static readonly DependencyProperty IsActiveProperty 1462public static readonly DependencyProperty WindowStyleProperty = 1463DependencyProperty.Register("WindowStyle", typeof(WindowStyle), typeof(Window), 1518public static readonly DependencyProperty WindowStateProperty = 1519DependencyProperty.Register("WindowState", typeof(WindowState), typeof(Window), 1560public static readonly DependencyProperty ResizeModeProperty = 1561DependencyProperty.Register("ResizeMode", typeof(ResizeMode), typeof(Window), 1601public static readonly DependencyProperty TopmostProperty = 1602DependencyProperty.Register("Topmost", 1635public static readonly DependencyProperty ShowActivatedProperty = 1636DependencyProperty.Register("ShowActivated", 7767internal static readonly DependencyProperty IWindowServiceProperty 7768= DependencyProperty.RegisterAttached("IWindowService", typeof(IWindowService), typeof(Window),
PresentationFramework.Aero (54)
Microsoft\Windows\Themes\BulletChrome.cs (10)
61public static readonly DependencyProperty BackgroundProperty = 81public static readonly DependencyProperty BorderBrushProperty = 100public static readonly DependencyProperty RenderMouseOverProperty = 101DependencyProperty.Register("RenderMouseOver", 322public static readonly DependencyProperty RenderPressedProperty = 323DependencyProperty.Register("RenderPressed", 477public static readonly DependencyProperty IsCheckedProperty = 478DependencyProperty.Register("IsChecked", 565public static readonly DependencyProperty IsRoundProperty = 566DependencyProperty.Register("IsRound",
Microsoft\Windows\Themes\ButtonChrome.cs (10)
59public static readonly DependencyProperty BackgroundProperty = 79public static readonly DependencyProperty BorderBrushProperty = 98public static readonly DependencyProperty RenderDefaultedProperty = 99DependencyProperty.Register("RenderDefaulted", 187public static readonly DependencyProperty RenderMouseOverProperty = 188DependencyProperty.Register("RenderMouseOver", 278public static readonly DependencyProperty RenderPressedProperty = 279DependencyProperty.Register("RenderPressed", 377public static readonly DependencyProperty RoundCornersProperty = 378DependencyProperty.Register("RoundCorners",
Microsoft\Windows\Themes\ListBoxChrome.cs (7)
56public static readonly DependencyProperty BackgroundProperty = 76public static readonly DependencyProperty BorderBrushProperty = 95public static readonly DependencyProperty BorderThicknessProperty = 114public static readonly DependencyProperty RenderMouseOverProperty = 115DependencyProperty.Register("RenderMouseOver", 180public static readonly DependencyProperty RenderFocusedProperty = 181DependencyProperty.Register("RenderFocused",
Microsoft\Windows\Themes\ScrollChrome.cs (6)
53public static readonly DependencyProperty ScrollGlyphProperty = 54DependencyProperty.RegisterAttached( 195public static readonly DependencyProperty RenderMouseOverProperty = 196DependencyProperty.Register("RenderMouseOver", 299public static readonly DependencyProperty RenderPressedProperty = 300DependencyProperty.Register("RenderPressed",
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (16)
44public static readonly DependencyProperty IsHoveredProperty = 45DependencyProperty.Register("IsHovered", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 59public static readonly DependencyProperty IsPressedProperty = 60DependencyProperty.Register("IsPressed", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 74public static readonly DependencyProperty IsClickableProperty = 75DependencyProperty.Register("IsClickable", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 89public static readonly DependencyProperty SortDirectionProperty = 90DependencyProperty.Register("SortDirection", typeof(ListSortDirection?), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 104public static readonly DependencyProperty IsSelectedProperty = 105DependencyProperty.Register("IsSelected", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 120public static readonly DependencyProperty OrientationProperty = 121DependencyProperty.Register("Orientation", typeof(Orientation), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Orientation.Vertical, FrameworkPropertyMetadataOptions.AffectsRender)); 146public static readonly DependencyProperty SeparatorBrushProperty = 147DependencyProperty.Register("SeparatorBrush", typeof(Brush), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null)); 161public static readonly DependencyProperty SeparatorVisibilityProperty = 162DependencyProperty.Register("SeparatorVisibility", typeof(Visibility), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Visibility.Visible));
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
131DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
41public static readonly DependencyProperty ColorProperty = 42DependencyProperty.Register( 63public static readonly DependencyProperty CornerRadiusProperty = 64DependencyProperty.Register(
PresentationFramework.Classic (31)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (7)
151public static readonly DependencyProperty BackgroundProperty = 464public static readonly DependencyProperty BorderStyleProperty = 465DependencyProperty.Register( 538public static readonly DependencyProperty BorderBrushProperty = 539DependencyProperty.Register( 562public static readonly DependencyProperty BorderThicknessProperty = 563DependencyProperty.Register(
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
35private static readonly DependencyProperty ControlBrushProperty = 36DependencyProperty.Register("ControlBrush", typeof(Brush), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 40if (ReadLocalValue(ControlBrushProperty) == DependencyProperty.UnsetValue)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (16)
44public static readonly DependencyProperty IsHoveredProperty = 45DependencyProperty.Register("IsHovered", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 59public static readonly DependencyProperty IsPressedProperty = 60DependencyProperty.Register("IsPressed", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 74public static readonly DependencyProperty IsClickableProperty = 75DependencyProperty.Register("IsClickable", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 89public static readonly DependencyProperty SortDirectionProperty = 90DependencyProperty.Register("SortDirection", typeof(ListSortDirection?), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 104public static readonly DependencyProperty IsSelectedProperty = 105DependencyProperty.Register("IsSelected", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 120public static readonly DependencyProperty OrientationProperty = 121DependencyProperty.Register("Orientation", typeof(Orientation), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Orientation.Vertical, FrameworkPropertyMetadataOptions.AffectsRender)); 146public static readonly DependencyProperty SeparatorBrushProperty = 147DependencyProperty.Register("SeparatorBrush", typeof(Brush), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null)); 161public static readonly DependencyProperty SeparatorVisibilityProperty = 162DependencyProperty.Register("SeparatorVisibility", typeof(Visibility), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Visibility.Visible));
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
49DependencyProperty dp = Microsoft.Windows.Themes.ClassicBorderDecorator.BorderStyleProperty;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
41public static readonly DependencyProperty ColorProperty = 42DependencyProperty.Register( 63public static readonly DependencyProperty CornerRadiusProperty = 64DependencyProperty.Register(
PresentationFramework.Luna (52)
Microsoft\Windows\Themes\ButtonChrome.cs (10)
179public static readonly DependencyProperty ThemeColorProperty = 180DependencyProperty.Register( 211public static readonly DependencyProperty FillProperty = 230public static readonly DependencyProperty BorderBrushProperty = 249public static readonly DependencyProperty RenderDefaultedProperty = 250DependencyProperty.Register("RenderDefaulted", 270public static readonly DependencyProperty RenderMouseOverProperty = 271DependencyProperty.Register("RenderMouseOver", 291public static readonly DependencyProperty RenderPressedProperty = 292DependencyProperty.Register("RenderPressed",
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
37public static readonly DependencyProperty ThemeColorProperty = 38DependencyProperty.Register(
Microsoft\Windows\Themes\ScrollChrome.cs (8)
52public static readonly DependencyProperty ThemeColorProperty 70public static readonly DependencyProperty HasOuterBorderProperty = 71DependencyProperty.Register("HasOuterBorder", 91public static readonly DependencyProperty ScrollGlyphProperty = 92DependencyProperty.RegisterAttached( 145public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome)); 159public static readonly DependencyProperty RenderMouseOverProperty 178public static readonly DependencyProperty RenderPressedProperty
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (11)
47public static readonly DependencyProperty BackgroundProperty = 67public static readonly DependencyProperty BorderBrushProperty = 87public static readonly DependencyProperty BorderThicknessProperty = 102public static readonly DependencyProperty RenderMouseOverProperty = 103DependencyProperty.Register("RenderMouseOver", 122public static readonly DependencyProperty RenderPressedProperty = 123DependencyProperty.Register("RenderPressed", 142public static readonly DependencyProperty IsCheckedProperty = 143DependencyProperty.Register("IsChecked", 163public static readonly DependencyProperty IsRoundProperty = 164DependencyProperty.Register("IsRound",
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (16)
44public static readonly DependencyProperty IsHoveredProperty = 45DependencyProperty.Register("IsHovered", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 59public static readonly DependencyProperty IsPressedProperty = 60DependencyProperty.Register("IsPressed", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 74public static readonly DependencyProperty IsClickableProperty = 75DependencyProperty.Register("IsClickable", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 89public static readonly DependencyProperty SortDirectionProperty = 90DependencyProperty.Register("SortDirection", typeof(ListSortDirection?), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 104public static readonly DependencyProperty IsSelectedProperty = 105DependencyProperty.Register("IsSelected", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 120public static readonly DependencyProperty OrientationProperty = 121DependencyProperty.Register("Orientation", typeof(Orientation), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Orientation.Vertical, FrameworkPropertyMetadataOptions.AffectsRender)); 146public static readonly DependencyProperty SeparatorBrushProperty = 147DependencyProperty.Register("SeparatorBrush", typeof(Brush), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null)); 161public static readonly DependencyProperty SeparatorVisibilityProperty = 162DependencyProperty.Register("SeparatorVisibility", typeof(Visibility), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Visibility.Visible));
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
131DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
41public static readonly DependencyProperty ColorProperty = 42DependencyProperty.Register( 63public static readonly DependencyProperty CornerRadiusProperty = 64DependencyProperty.Register(
PresentationFramework.Royale (47)
Microsoft\Windows\Themes\ButtonChrome.cs (8)
169public static readonly DependencyProperty FillProperty = 188public static readonly DependencyProperty BorderBrushProperty = 207public static readonly DependencyProperty RenderDefaultedProperty = 208DependencyProperty.Register("RenderDefaulted", 228public static readonly DependencyProperty RenderMouseOverProperty = 229DependencyProperty.Register("RenderMouseOver", 249public static readonly DependencyProperty RenderPressedProperty = 250DependencyProperty.Register("RenderPressed",
Microsoft\Windows\Themes\ScrollChrome.cs (7)
52public static readonly DependencyProperty HasOuterBorderProperty = 53DependencyProperty.Register("HasOuterBorder", 73public static readonly DependencyProperty ScrollGlyphProperty = 74DependencyProperty.RegisterAttached( 127public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome)); 141public static readonly DependencyProperty RenderMouseOverProperty 160public static readonly DependencyProperty RenderPressedProperty
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (11)
47public static readonly DependencyProperty BackgroundProperty = 67public static readonly DependencyProperty BorderBrushProperty = 87public static readonly DependencyProperty BorderThicknessProperty = 102public static readonly DependencyProperty RenderMouseOverProperty = 103DependencyProperty.Register("RenderMouseOver", 122public static readonly DependencyProperty RenderPressedProperty = 123DependencyProperty.Register("RenderPressed", 142public static readonly DependencyProperty IsCheckedProperty = 143DependencyProperty.Register("IsChecked", 163public static readonly DependencyProperty IsRoundProperty = 164DependencyProperty.Register("IsRound",
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (16)
44public static readonly DependencyProperty IsHoveredProperty = 45DependencyProperty.Register("IsHovered", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 59public static readonly DependencyProperty IsPressedProperty = 60DependencyProperty.Register("IsPressed", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 74public static readonly DependencyProperty IsClickableProperty = 75DependencyProperty.Register("IsClickable", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsArrange)); 89public static readonly DependencyProperty SortDirectionProperty = 90DependencyProperty.Register("SortDirection", typeof(ListSortDirection?), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 104public static readonly DependencyProperty IsSelectedProperty = 105DependencyProperty.Register("IsSelected", typeof(bool), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender)); 120public static readonly DependencyProperty OrientationProperty = 121DependencyProperty.Register("Orientation", typeof(Orientation), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Orientation.Vertical, FrameworkPropertyMetadataOptions.AffectsRender)); 146public static readonly DependencyProperty SeparatorBrushProperty = 147DependencyProperty.Register("SeparatorBrush", typeof(Brush), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(null)); 161public static readonly DependencyProperty SeparatorVisibilityProperty = 162DependencyProperty.Register("SeparatorVisibility", typeof(Visibility), typeof(DataGridHeaderBorder), new FrameworkPropertyMetadata(Visibility.Visible));
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
131DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
41public static readonly DependencyProperty ColorProperty = 42DependencyProperty.Register( 63public static readonly DependencyProperty CornerRadiusProperty = 64DependencyProperty.Register(
System.Activities.Core.Presentation (219)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (12)
22public static readonly DependencyProperty ComboBoxIsEditableProperty = 23DependencyProperty.Register("ComboBoxIsEditable", typeof(bool), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(false)); 25public static readonly DependencyProperty ComboBoxVisibilityProperty = 26DependencyProperty.Register("ComboBoxVisibility", typeof(Visibility), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(Visibility.Collapsed)); 28public static readonly DependencyProperty ComboBoxItemsProperty = 29DependencyProperty.Register("ComboBoxItems", typeof(ObservableCollection<string>), typeof(CaseKeyBoxViewModel)); 31public static readonly DependencyProperty DataTemplateNameProperty = 32DependencyProperty.Register("DataTemplateName", typeof(string), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata("Label")); 34public static readonly DependencyProperty TextProperty = 35DependencyProperty.Register("Text", typeof(string), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(String.Empty)); 37public static readonly DependencyProperty TextBoxVisibilityProperty = 38DependencyProperty.Register("TextBoxVisibility", typeof(Visibility), typeof(CaseKeyBoxViewModel), new UIPropertyMetadata(Visibility.Visible));
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (18)
18public static readonly DependencyProperty DisplayHintTextProperty = 19DependencyProperty.Register("DisplayHintText", typeof(bool), typeof(CaseKeyBox)); 21public static readonly DependencyProperty LabelTextProperty = 22DependencyProperty.Register("LabelText", typeof(string), typeof(CaseKeyBox), new UIPropertyMetadata(string.Empty)); 24public static readonly DependencyProperty ValueProperty = 25DependencyProperty.Register("Value", typeof(object), typeof(CaseKeyBox), new PropertyMetadata(OnValueChanged)); 27public static readonly DependencyProperty ValueTypeProperty = 28DependencyProperty.Register("ValueType", typeof(Type), typeof(CaseKeyBox), new PropertyMetadata(OnValueTypeChanged)); 30public static readonly DependencyProperty EditorAutomationNameProperty = 31DependencyProperty.Register("EditorAutomationName", typeof(string), typeof(CaseKeyBox)); 33public static readonly DependencyProperty ComboBoxAutomationNameProperty = 34DependencyProperty.Register("ComboBoxAutomationName", typeof(string), typeof(CaseKeyBox)); 42public static readonly DependencyProperty CaseKeyValidationCallbackProperty = 43DependencyProperty.Register("CaseKeyValidationCallback", typeof(CaseKeyValidationCallbackDelegate), typeof(CaseKeyBox)); 45public static readonly DependencyProperty ErrorCallbackProperty = 46DependencyProperty.Register("ErrorCallback", typeof(Action<CaseKeyBox>), typeof(CaseKeyBox)); 48public static readonly DependencyProperty CommitExplicitlyProperty = 49DependencyProperty.Register("CommitExplicitly", typeof(bool), typeof(CaseKeyBox), new PropertyMetadata(false));
System\Activities\Core\Presentation\ExpandableItemShowExpandedMultiValueConverter.cs (2)
20if (values[0] != DependencyProperty.UnsetValue && values[1] != DependencyProperty.UnsetValue)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
25public static readonly DependencyProperty DroppingTypeResolvingOptionsProperty = 26DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(FlowchartDesigner));
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (16)
35public static readonly DependencyProperty ConnectionPointsProperty = DependencyProperty.RegisterAttached("ConnectionPoints", typeof(List<ConnectionPoint>), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 36public static readonly DependencyProperty LinkModelItemProperty = DependencyProperty.RegisterAttached("LinkModelItem", typeof(ModelItem), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 37public static readonly DependencyProperty FlowElementModelItemProperty = DependencyProperty.RegisterAttached("FlowElementModelItem", typeof(ModelItem), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 39public static readonly DependencyProperty FlowchartWidthProperty = DependencyProperty.Register("FlowchartWidth", typeof(double), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 40public static readonly DependencyProperty FlowchartHeightProperty = DependencyProperty.Register("FlowchartHeight", typeof(double), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 42public static readonly DependencyProperty TrueConnectionPointProperty = DependencyProperty.RegisterAttached("TrueConnectionPoint", typeof(ConnectionPoint), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 43public static readonly DependencyProperty FalseConnectionPointProperty = DependencyProperty.RegisterAttached("FalseConnectionPoint", typeof(ConnectionPoint), typeof(FlowchartDesigner), new FrameworkPropertyMetadata()); 45public static readonly DependencyProperty ShowAllConditionsProperty = DependencyProperty.Register("ShowAllConditions", typeof(bool), typeof(FlowchartDesigner));
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (8)
19public static readonly DependencyProperty IconProperty = 20DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(FlowchartResizeGrip)); 22public static readonly DependencyProperty ParentFlowchartDesignerProperty = 23DependencyProperty.Register("ParentFlowchartDesigner", typeof(FlowchartDesigner), typeof(FlowchartResizeGrip)); 25public static readonly DependencyProperty ParentGridProperty = 26DependencyProperty.Register("ParentGrid", typeof(Grid), typeof(FlowchartResizeGrip)); 28public static readonly DependencyProperty DisabledProperty = 29DependencyProperty.Register("Disabled", typeof(bool), typeof(FlowchartResizeGrip), new UIPropertyMetadata(false));
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (7)
24public static readonly DependencyProperty ExpressionButtonVisibilityProperty = 25DependencyProperty.Register("ExpressionButtonVisibility", typeof(Visibility), typeof(FlowDecisionDesigner)); 27public static readonly DependencyProperty ExpressionButtonColorProperty = 28DependencyProperty.Register("ExpressionButtonColor", typeof(Brush), typeof(FlowDecisionDesigner)); 30static readonly DependencyProperty ShowAllConditionsProperty = 31DependencyProperty.Register("ShowAllConditions", typeof(bool), typeof(FlowDecisionDesigner), 204if (e.NewValue != DependencyProperty.UnsetValue)
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (2)
31static DependencyProperty caseProperty = DependencyProperty.Register("Case", typeof(object), typeof(FlowSwitchCaseEditorDialog), new UIPropertyMetadata(null));
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (7)
29public static readonly DependencyProperty ExpressionButtonVisibilityProperty = 30DependencyProperty.Register("ExpressionButtonVisibility", typeof(Visibility), typeof(FlowSwitchDesigner)); 32public static readonly DependencyProperty ExpressionButtonColorProperty = 33DependencyProperty.Register("ExpressionButtonColor", typeof(Brush), typeof(FlowSwitchDesigner)); 35static readonly DependencyProperty ShowAllConditionsProperty = 36DependencyProperty.Register("ShowAllConditions", typeof(bool), typeof(FlowSwitchDesigner), 262if (e.NewValue != DependencyProperty.UnsetValue)
System\Activities\Core\Presentation\FlowSwitchLink.cs (9)
18static DependencyProperty caseProperty = DependencyProperty.Register("Case", typeof(T), typeof(FlowSwitchLink<T>), new FrameworkPropertyMetadata(new PropertyChangedCallback(FlowSwitchLink<T>.OnCasePropertyChanged))); 19static DependencyProperty isDefaultCaseProperty = DependencyProperty.Register("IsDefault", typeof(bool), typeof(FlowSwitchLink<T>), new FrameworkPropertyMetadata(new PropertyChangedCallback(FlowSwitchLink<T>.OnIsDefaultCasePropertyChanged))); 123DependencyProperty CaseProperty 131DependencyProperty IsDefaultCaseProperty 353static DependencyProperty defaultCaseDisplayNameProperty = DependencyProperty.Register(FlowSwitchLabelFeature.DefaultCaseDisplayNamePropertyName, typeof(string), typeof(FlowSwitchDefaultLink<T>), new FrameworkPropertyMetadata(new PropertyChangedCallback(FlowSwitchDefaultLink<T>.OnDefaultCaseDisplayNamePropertyChanged))); 375DependencyProperty DefaultCaseDisplayNameProperty
System\Activities\Core\Presentation\HintTextConverter.cs (1)
21if (values[0] == null || values[1] == DependencyProperty.UnsetValue)
System\Activities\Core\Presentation\HintTextMaxWidthConverter.cs (1)
23return o != null ? maxWidth : DependencyProperty.UnsetValue;
System\Activities\Core\Presentation\ParallelSeparator.xaml.cs (4)
15public static readonly DependencyProperty AllowedItemTypeProperty = 16DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(ParallelSeparator), new UIPropertyMetadata(typeof(object))); 18public static readonly DependencyProperty ContextProperty = DependencyProperty.Register(
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (6)
17public static readonly DependencyProperty ItemTemplateProperty = DependencyProperty.Register("ItemTemplate", typeof(DataTemplate), typeof(ReorderableListEditor), new PropertyMetadata(null)); 18public static readonly DependencyProperty ListProperty = DependencyProperty.Register("List", typeof(ObservableCollection<ExpandableItemWrapper>), typeof(ReorderableListEditor), new PropertyMetadata(null)); 19public static readonly DependencyProperty SelectedListItemProperty = DependencyProperty.Register("SelectedListItem", typeof(ExpandableItemWrapper), typeof(ReorderableListEditor), new PropertyMetadata(null));
System\Activities\Core\Presentation\StartSymbol.xaml.cs (2)
19public static readonly DependencyProperty TextProperty = 20DependencyProperty.Register("Text", typeof(string), typeof(StartSymbol));
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
27public static readonly DependencyProperty DroppingTypeResolvingOptionsProperty = 28DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(StateContainerEditor));
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (18)
134public static readonly DependencyProperty StateContainerWidthProperty = DependencyProperty.Register( 140public static readonly DependencyProperty StateContainerHeightProperty = DependencyProperty.Register( 146public static readonly DependencyProperty PanelMinWidthProperty = DependencyProperty.Register( 152public static readonly DependencyProperty PanelMinHeightProperty = DependencyProperty.Register( 158public static readonly DependencyProperty ConnectorModelItemProperty = DependencyProperty.RegisterAttached( 164public static readonly DependencyProperty ConnectionPointsProperty = DependencyProperty.RegisterAttached( 170public static readonly DependencyProperty ModelItemProperty = DependencyProperty.Register( 176public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register( 181public static readonly DependencyProperty IsStateMachineContainerProperty = DependencyProperty.Register(
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (6)
22public static readonly DependencyProperty IconProperty = 23DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(StateContainerResizeGrip)); 25public static readonly DependencyProperty ParentStateContainerEditorProperty = 26DependencyProperty.Register("ParentStateContainerEditor", typeof(StateContainerEditor), typeof(StateContainerResizeGrip)); 28public static readonly DependencyProperty DisabledProperty = 29DependencyProperty.Register("Disabled", typeof(bool), typeof(StateContainerResizeGrip), new UIPropertyMetadata(false));
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (8)
33public static readonly DependencyProperty CaseTypeProperty = 34DependencyProperty.Register( 40public static readonly DependencyProperty SelectedCaseProperty = 41DependencyProperty.Register( 47public static readonly DependencyProperty ShowDefaultCaseExpandedProperty = 48DependencyProperty.Register( 54public static readonly DependencyProperty NewKeyProperty = 55DependencyProperty.Register(
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (6)
30public static readonly DependencyProperty NewTransitionProperty = DependencyProperty.Register("NewTransition", typeof(object), typeof(TransitionDesigner), new PropertyMetadata(null)); 31public static readonly DependencyProperty TransitionsSharingTriggerProperty = DependencyProperty.Register("TransitionsSharingTrigger", typeof(ObservableCollection<ExpandableItemWrapper>), typeof(TransitionDesigner), new PropertyMetadata(null)); 32public static readonly DependencyProperty SelectedTransitionProperty = DependencyProperty.Register("SelectedTransition", typeof(ExpandableItemWrapper), typeof(TransitionDesigner), new PropertyMetadata(null));
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (8)
36public static readonly DependencyProperty ShowTryExpandedProperty = 37DependencyProperty.Register( 44public static readonly DependencyProperty ShowFinallyExpandedProperty = 45DependencyProperty.Register( 52public static readonly DependencyProperty ShowTypePresenterExpandedProperty = 53DependencyProperty.Register( 60public static readonly DependencyProperty SelectedCatchProperty = 61DependencyProperty.Register(
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (4)
14public static readonly DependencyProperty AllowedItemTypeProperty = 15DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(VerticalConnector), new UIPropertyMetadata(typeof(object))); 17public static readonly DependencyProperty ContextProperty = DependencyProperty.Register(
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (24)
27public static readonly DependencyProperty ContextProperty = 28DependencyProperty.Register("Context", 32public static readonly DependencyProperty OwnerActivityProperty = 33DependencyProperty.Register("OwnerActivity", 37public static readonly DependencyProperty IsDirectionReadOnlyProperty = 38DependencyProperty.Register("IsDirectionReadOnly", 43public static readonly DependencyProperty DynamicArgumentsProperty = 44DependencyProperty.Register("DynamicArguments", 49public static readonly DependencyProperty IsDictionaryProperty = 50DependencyProperty.Register("IsDictionary", 55public static readonly DependencyProperty UnderlyingArgumentTypeProperty = 56DependencyProperty.Register("UnderlyingArgumentType", 717public static readonly DependencyProperty ModelItemProperty = DependencyProperty.Register( 723public static readonly DependencyProperty NameProperty = DependencyProperty.Register( 729public static readonly DependencyProperty ArgumentTypeProperty = DependencyProperty.Register( 735public static readonly DependencyProperty DirectionProperty = DependencyProperty.Register( 741public static readonly DependencyProperty ExpressionProperty = 742DependencyProperty.Register( 748public static readonly DependencyProperty UseLocationExpressionProperty = 749DependencyProperty.Register(
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (4)
29public static readonly DependencyProperty ContextProperty = DependencyProperty.Register( 168public static readonly DependencyProperty TypeProperty = 169DependencyProperty.Register("Type", typeof(Type), typeof(TypeWrapper));
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (2)
19public static readonly DependencyProperty BindingProperty = 20DependencyProperty.Register("Binding",
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (12)
22static readonly DependencyPropertyKey IsSelectionValidPropertyKey = DependencyProperty.RegisterReadOnly( 28public static readonly DependencyProperty IsSelectionValidProperty = IsSelectionValidPropertyKey.DependencyProperty; 42public static readonly DependencyProperty TypesToExpandProperty = DependencyProperty.Register( 48static readonly DependencyPropertyKey SelectedTypeEntryPropertyKey = DependencyProperty.RegisterReadOnly( 54public static readonly DependencyProperty SelectedTypeEntryProperty = SelectedTypeEntryPropertyKey.DependencyProperty; 269public static readonly DependencyProperty NameProperty = DependencyProperty.Register( 275public static readonly DependencyProperty TypeToExpandProperty = DependencyProperty.Register( 281public static readonly DependencyProperty TagProperty = DependencyProperty.Register(
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (10)
25public static readonly DependencyProperty ActivityProperty = DependencyProperty.Register( 31public static readonly DependencyProperty CorrelationInitializeDataProperty = DependencyProperty.Register( 37public static readonly DependencyProperty CorrelationHandleProperty = DependencyProperty.Register( 181public static readonly DependencyProperty KeyProperty = 182DependencyProperty.Register("Key", typeof(string), typeof(CorrelationDataWrapper), new UIPropertyMetadata(string.Empty, OnKeyChanged)); 185public static readonly DependencyProperty ValueProperty = 186DependencyProperty.Register("Value", typeof(ModelItem), typeof(CorrelationDataWrapper));
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (2)
25public static readonly DependencyProperty ActivityProperty = DependencyProperty.Register(
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (6)
27public static readonly DependencyProperty TypeCollectionProperty = DependencyProperty.Register( 33static readonly DependencyPropertyKey QueryPropertyKey = DependencyProperty.RegisterReadOnly( 39static readonly DependencyProperty ActivityProperty = DependencyProperty.Register( 45public static readonly DependencyProperty QueryProperty = QueryPropertyKey.DependencyProperty;
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (6)
29public static readonly DependencyProperty ActivityProperty = DependencyProperty.Register( 35public static readonly DependencyProperty MessageQuerySetContainerProperty = DependencyProperty.Register( 41static readonly DependencyPropertyKey IsTypeExpanderEnabledPropertyKey = DependencyProperty.RegisterReadOnly( 47public static readonly DependencyProperty IsTypeExpanderEnabledProperty =
System\ServiceModel\Activities\Presentation\ReceiveContentDialog.xaml.cs (2)
17public static readonly DependencyProperty ViewModelProperty = 18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<ReceiveMessageContent, ReceiveParametersContent>), typeof(ReceiveContentDialog));
System\ServiceModel\Activities\Presentation\SendContentDialog.xaml.cs (2)
17public static readonly DependencyProperty ViewModelProperty = 18DependencyProperty.Register("ViewModel", typeof(ContentDialogViewModel<SendMessageContent, SendParametersContent>), typeof(SendContentDialog));
System.Activities.Presentation (602)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateInfoPresenter.xaml.cs (2)
15public static readonly DependencyProperty DelegateInfoProperty = DependencyProperty.Register("DelegateInfo", typeof(ActivityDelegateInfo), typeof(ActivityDelegateInfoPresenter), new PropertyMetadata(new PropertyChangedCallback(OnDelegateInfoChanged)));
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (10)
24public static readonly DependencyProperty EditingContextProperty = DependencyProperty.Register("EditingContext", typeof(EditingContext), typeof(ActivityDelegatePresenter)); 25public static readonly DependencyProperty FactoryProperty = DependencyProperty.Register("Factory", typeof(IActivityDelegateFactory), typeof(ActivityDelegatePresenter)); 27public static readonly DependencyProperty ActivityDelegateProperty = DependencyProperty.Register("ActivityDelegate", typeof(ModelItem), typeof(ActivityDelegatePresenter), new PropertyMetadata(new PropertyChangedCallback(ActivityDelegatePresenter.OnActivityDelegateChanged))); 28public static readonly DependencyProperty HandlerProperty = DependencyProperty.Register("Handler", typeof(ModelItem), typeof(ActivityDelegatePresenter), new PropertyMetadata(new PropertyChangedCallback(ActivityDelegatePresenter.OnHandlerChanged))); 29public static readonly DependencyProperty ArgumentsProperty = DependencyProperty.Register("Arguments", typeof(ObservableCollection<ModelItem>), typeof(ActivityDelegatePresenter));
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (6)
38public static readonly DependencyProperty IconProperty = 39DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(ActivityDesigner), new UIPropertyMetadata(null)); 41internal static readonly DependencyProperty ActivityDelegatesProperty = DependencyProperty.Register("ActivityDelegates", typeof(ObservableCollection<ActivityDelegateInfo>), typeof(ActivityDesigner)); 43internal static readonly DependencyProperty HasActivityDelegatesProperty = DependencyProperty.Register("HasActivityDelegates", typeof(bool), typeof(ActivityDesigner));
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (2)
18public static readonly DependencyProperty AnchorProperty = DependencyProperty.RegisterAttached("Anchor", typeof(AdornerLocation), typeof(AnnotationAdorner), new FrameworkPropertyMetadata(AdornerLocation.None));
System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (5)
14public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DockedAnnotationView)); 16private static DependencyProperty annotationTextProperty = DependencyProperty.Register("AnnotationText", typeof(string), typeof(DockedAnnotationView), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault)); 25public static DependencyProperty AnnotationTextProperty
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (4)
18public static readonly DependencyProperty ModelItemProperty = DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(FloatingAnnotationView)); 20public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(FloatingAnnotationView));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
111internal void AddCustomAttributes(Type ownerType, DependencyProperty dp, IEnumerable<object> attributes) 263internal IEnumerable GetCustomAttributes(Type ownerType, DependencyProperty dp)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\AutomatedChoiceEditor.cs (2)
25public static DependencyProperty AutomationValueConverterProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (4)
33private static readonly DependencyPropertyKey IsEmptyPropertyKey = DependencyProperty.RegisterReadOnly( 43public static readonly DependencyProperty IsEmptyProperty = IsEmptyPropertyKey.DependencyProperty; 48public static DependencyProperty ShowCategoryHeaderProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (2)
41public static readonly DependencyProperty ApplyFixProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (2)
20public static readonly DependencyProperty FlagTypeProperty = 21DependencyProperty.Register("FlagType", typeof(Type), typeof(FlagEditor), new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (4)
15public static readonly DependencyProperty FlagStringProperty = 16DependencyProperty.Register("FlagString", typeof(string), typeof(FlagPanel), new PropertyMetadata(string.Empty)); 18public static readonly DependencyProperty FlagTypeProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (6)
41public static readonly DependencyProperty PropertyEntryProperty = DependencyProperty.Register( 52public static readonly DependencyProperty IsExpandedProperty = DependencyProperty.Register( 62public static readonly DependencyProperty CurrentQuickTypeProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Diagnostics\AutomationId.cs (2)
23public static readonly DependencyProperty IdProperty = DependencyProperty.RegisterAttached("Id", typeof(string), typeof(AutomationElement));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (8)
27static readonly DependencyProperty DefaultValueProperty = DependencyProperty.Register("DefaultValue", typeof(object), typeof(SwitchConverter)); 72static readonly DependencyProperty InProperty = DependencyProperty.Register("In", typeof(object), typeof(SwitchCase)); 73static readonly DependencyProperty OutProperty = DependencyProperty.Register("Out", typeof(object), typeof(SwitchCase)); 99static readonly DependencyProperty TypeProperty = DependencyProperty.Register("Type", typeof(Type), typeof(TypeReference));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (16)
29public static readonly DependencyProperty PopupHostProperty = DependencyProperty.RegisterAttached( 32public static readonly DependencyProperty CategoryProperty = DependencyProperty.Register( 40public static readonly DependencyProperty ExpandedProperty = DependencyProperty.Register("Expanded", typeof(bool), typeof(CategoryContainer), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnExpandedChanged))); 42public static readonly DependencyProperty AdvancedSectionPinnedProperty = DependencyProperty.Register("AdvancedSectionPinned", typeof(bool), typeof(CategoryContainer), new FrameworkPropertyMetadata(false)); 44public static readonly DependencyProperty BasicPropertyMatchesFilterProperty = DependencyProperty.Register("BasicPropertyMatchesFilter", typeof(bool), typeof(CategoryContainer), new FrameworkPropertyMetadata(true)); 46public static readonly DependencyProperty AdvancedPropertyMatchesFilterProperty = DependencyProperty.Register("AdvancedPropertyMatchesFilter", typeof(bool), typeof(CategoryContainer), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(CategoryContainer.OnAdvancedPropertyMatchesFilterChanged))); 48public static readonly DependencyProperty ShowAdvancedHeaderProperty = DependencyProperty.Register("ShowAdvancedHeader", typeof(bool), typeof(CategoryContainer), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.None, null, new CoerceValueCallback(CategoryContainer.CoerceShowAdvancedHeader))); 50public static readonly DependencyProperty OwningCategoryContainerProperty = DependencyProperty.RegisterAttached("OwningCategoryContainer", typeof(CategoryContainer), typeof(CategoryContainer), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\IPropertyInspector.cs (4)
28public static readonly DependencyProperty OwningPropertyInspectorModelProperty = DependencyProperty.RegisterAttached("OwningPropertyInspectorModel", typeof(IPropertyInspector), typeof(PropertyInspectorHelper), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits)); 29public static readonly DependencyProperty OwningPropertyInspectorElementProperty = DependencyProperty.RegisterAttached("OwningPropertyInspectorElement", typeof(UIElement), typeof(PropertyInspectorHelper), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (6)
24public static readonly DependencyProperty FocusScopePriorityProperty; 25public static readonly DependencyProperty AllowedFocusProperty = DependencyProperty.RegisterAttached("AllowedFocus", typeof(bool), typeof(FocusScopeManager), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.Inherits, new PropertyChangedCallback(FocusScopeManager.AllowedFocusChanged))); 47FocusScopeManager.FocusScopePriorityProperty = DependencyProperty.RegisterAttached("FocusScopePriority", typeof(int), typeof(FocusScopeManager), new FrameworkPropertyMetadata(FocusScopeManager.DefaultFocusScopePriority, new PropertyChangedCallback(FocusScopeManager.FocusScopePriorityChanged))); 306return DependencyProperty.UnsetValue; 312return DependencyProperty.UnsetValue;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (57)
41public static readonly DependencyProperty ValueProperty = DependencyProperty.Register("Value", typeof(object), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault, new PropertyChangedCallback(ChoiceEditor.ValueChanged), null, false, UpdateSourceTrigger.Explicit)); 42public static readonly DependencyProperty ValueIndexProperty = DependencyProperty.Register("ValueIndex", typeof(int), typeof(ChoiceEditor), new FrameworkPropertyMetadata(-1, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault, new PropertyChangedCallback(ChoiceEditor.ValueIndexChanged))); 43public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register("ItemsSource", typeof(IEnumerable), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.None, new PropertyChangedCallback(ChoiceEditor.ItemsSourceChanged))); 44public static readonly DependencyProperty ConverterProperty = DependencyProperty.Register("Converter", typeof(TypeConverter), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.None)); 46public static readonly DependencyProperty ViewTypeProperty = DependencyProperty.Register("ViewType", typeof(ChoiceEditorViewType), typeof(ChoiceEditor), new FrameworkPropertyMetadata(ChoiceEditorViewType.Combo, FrameworkPropertyMetadataOptions.AffectsRender)); 47public static readonly DependencyProperty IsEditableProperty = DependencyProperty.Register("IsEditable", typeof(bool), typeof(ChoiceEditor), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.None, new PropertyChangedCallback(ChoiceEditor.IsEditableChanged))); 48public static readonly DependencyProperty IconResourcePrefixProperty = DependencyProperty.Register("IconResourcePrefix", typeof(string), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null)); 49public static readonly DependencyProperty IconResourceSuffixProperty = DependencyProperty.Register("IconResourceSuffix", typeof(string), typeof(ChoiceEditor), new FrameworkPropertyMetadata("Icon")); 50public static readonly DependencyProperty IsNinchedProperty = DependencyProperty.Register("IsNinched", typeof(bool), typeof(ChoiceEditor), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.None, new PropertyChangedCallback(ChoiceEditor.IsNinchedChanged))); 51public static readonly DependencyProperty ShowFullControlProperty = DependencyProperty.Register("ShowFullControl", typeof(bool), typeof(ChoiceEditor), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.AffectsRender, null, new CoerceValueCallback(ChoiceEditor.CoerceShowFullControl))); 52public static readonly DependencyProperty ItemTemplateProperty = DependencyProperty.Register("ItemTemplate", typeof(DataTemplate), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsArrange | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(ChoiceEditor.ItemTemplateChanged))); 53public static readonly DependencyProperty ItemTemplateSelectorProperty = DependencyProperty.Register("ItemTemplateSelector", typeof(DataTemplateSelector), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsArrange | FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(ChoiceEditor.ItemTemplateSelectorChanged))); 54public static readonly DependencyProperty UseItemTemplateForSelectionProperty = DependencyProperty.Register("UseItemTemplateForSelection", typeof(Nullable<bool>), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, null, new CoerceValueCallback(ChoiceEditor.CoerceUseItemTemplateForSelection))); 56public static readonly DependencyProperty BorderCornerRadiusProperty = DependencyProperty.Register("BorderCornerRadius", typeof(double), typeof(ChoiceEditor), new FrameworkPropertyMetadata(0d, FrameworkPropertyMetadataOptions.AffectsRender)); 57public static readonly DependencyProperty DropButtonInsetProperty = DependencyProperty.Register("DropButtonInset", typeof(Thickness), typeof(ChoiceEditor), new FrameworkPropertyMetadata(new Thickness(), FrameworkPropertyMetadataOptions.AffectsRender)); 58public static readonly DependencyProperty TextAreaInsetProperty = DependencyProperty.Register("TextAreaInset", typeof(Thickness), typeof(ChoiceEditor), new FrameworkPropertyMetadata(new Thickness(), FrameworkPropertyMetadataOptions.AffectsRender)); 59public static readonly DependencyProperty DropButtonBrushProperty = DependencyProperty.Register("DropButtonBrush", typeof(Brush), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 60public static readonly DependencyProperty InnerCornerRadiusProperty = DependencyProperty.Register("InnerCornerRadius", typeof(double), typeof(ChoiceEditor), new FrameworkPropertyMetadata(0d, FrameworkPropertyMetadataOptions.AffectsRender)); 61public static readonly DependencyProperty ButtonIconProperty = DependencyProperty.Register("ButtonIcon", typeof(ImageSource), typeof(ChoiceEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsRender)); 62public static readonly DependencyProperty IconWidthProperty = DependencyProperty.Register("IconWidth", typeof(double), typeof(ChoiceEditor), new FrameworkPropertyMetadata(0d, FrameworkPropertyMetadataOptions.AffectsRender)); 63public static readonly DependencyProperty IconHeightProperty = DependencyProperty.Register("IconHeight", typeof(double), typeof(ChoiceEditor), new FrameworkPropertyMetadata(0d, FrameworkPropertyMetadataOptions.AffectsRender)); 65public static readonly DependencyProperty BeginCommandProperty = DependencyProperty.Register("BeginCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 66public static readonly DependencyProperty UpdateCommandProperty = DependencyProperty.Register("UpdateCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 67public static readonly DependencyProperty CancelCommandProperty = DependencyProperty.Register("CancelCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 68public static readonly DependencyProperty CommitCommandProperty = DependencyProperty.Register("CommitCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 69public static readonly DependencyProperty FinishEditingCommandProperty = DependencyProperty.Register("FinishEditingCommand", typeof(ICommand), typeof(ChoiceEditor), new PropertyMetadata(null)); 71public static readonly DependencyProperty ComboBoxLoadingCursorProperty = DependencyProperty.Register("ComboBoxLoadingCursor", typeof(Cursor), typeof(ChoiceEditor), new PropertyMetadata(null)); 74public static readonly DependencyProperty ForceBindingProperty = DependencyProperty.Register("ForceBinding", typeof(bool), typeof(ChoiceEditor), new FrameworkPropertyMetadata(false)); 1178if (sourceChanged || ReadLocalValue(ValueIndexProperty) == DependencyProperty.UnsetValue)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (22)
22public static readonly DependencyProperty ValueProperty = DependencyProperty.Register("Value", typeof(string), typeof(StringEditor), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault, new PropertyChangedCallback(StringEditor.ValueChanged), null, false, UpdateSourceTrigger.PropertyChanged)); 23public static readonly DependencyProperty AutomationNameProperty = DependencyProperty.Register("AutomationName", typeof(string), typeof(StringEditor)); 24public static readonly DependencyProperty IsNinchedProperty = DependencyProperty.Register("IsNinched", typeof(bool), typeof(StringEditor), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.None, new PropertyChangedCallback(StringEditor.IsNinchedChanged))); 25public static readonly DependencyProperty IsEditingProperty = DependencyProperty.Register("IsEditing", typeof(bool), typeof(StringEditor), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.None, new PropertyChangedCallback(StringEditor.IsEditingChanged))); 27public static readonly DependencyProperty CornerRadiusProperty = DependencyProperty.Register("CornerRadius", typeof(double), typeof(StringEditor), new FrameworkPropertyMetadata(0d, FrameworkPropertyMetadataOptions.None)); 28public static readonly DependencyProperty BorderWidthProperty = DependencyProperty.Register("BorderWidth", typeof(double), typeof(StringEditor), new FrameworkPropertyMetadata(1.0, FrameworkPropertyMetadataOptions.None)); 30public static readonly DependencyProperty BeginCommandProperty = DependencyProperty.Register("BeginCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 31public static readonly DependencyProperty CommitCommandProperty = DependencyProperty.Register("CommitCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 32public static readonly DependencyProperty CancelCommandProperty = DependencyProperty.Register("CancelCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 33public static readonly DependencyProperty FinishEditingCommandProperty = DependencyProperty.Register("FinishEditingCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null)); 34public static readonly DependencyProperty LostFocusCommandProperty = DependencyProperty.Register("LostFocusCommand", typeof(ICommand), typeof(StringEditor), new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ValueEditorUtils.cs (4)
30public static readonly DependencyProperty HandlesCommitKeysProperty = DependencyProperty.RegisterAttached("HandlesCommitKeys", typeof(bool), typeof(ValueEditorUtils), new FrameworkPropertyMetadata(false, FrameworkPropertyMetadataOptions.Inherits)); 42public static void UpdateBinding(FrameworkElement element, DependencyProperty property, bool updateSource) 47public static void UpdateBinding(FrameworkElement element, DependencyProperty property, UpdateBindingType updateType)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Metadata\PropertyInspectorMetadata.cs (1)
63private static void MakeBasic(AttributeTableBuilder builder, Type owningType, DependencyProperty property)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyPanel.cs (14)
25public static readonly DependencyProperty OutlineBrushProperty = 26DependencyProperty.Register("OutlineBrush", 33public static readonly DependencyProperty SelectionBrushProperty = 34DependencyProperty.Register("SelectionBrush", 40public static readonly DependencyProperty OutlineThicknessProperty = 41DependencyProperty.Register("OutlineThickness", 47public static readonly DependencyProperty IgnoreFirstChildBackgroundProperty = 48DependencyProperty.Register("IgnoreFirstChildBackground", 55public static DependencyProperty LastChildWidthProperty = DependencyProperty.Register( 63public static DependencyProperty LevelProperty = DependencyProperty.Register( 71public static DependencyProperty LevelIndentProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (4)
28public static DependencyProperty CurrentViewManagerProperty = DependencyProperty.Register( 40public static DependencyProperty CategoryListProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategorySelectionStop.cs (1)
22private DependencyProperty _expansionProperty;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (10)
27private static readonly DependencyPropertyKey IsSelectedPropertyKey = DependencyProperty.RegisterAttachedReadOnly( 37internal static readonly DependencyProperty IsSelectedProperty = IsSelectedPropertyKey.DependencyProperty; 42internal static readonly DependencyProperty SelectionStopProperty = DependencyProperty.RegisterAttached( 52internal static readonly DependencyProperty IsSelectionStopDoubleClickTargetProperty = DependencyProperty.RegisterAttached( 62internal static readonly DependencyProperty IsSelectionScopeProperty = DependencyProperty.RegisterAttached( 76internal static readonly DependencyProperty KeyDownTargetProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (2)
26public static readonly DependencyProperty OwningSharedPropertyValueColumnWidthContainerProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeCallbackBuilder.cs (1)
134public void AddCustomAttributes(DependencyProperty dp, params Attribute[] attributes) {
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTable.cs (1)
126public IEnumerable GetCustomAttributes(Type ownerType, DependencyProperty dp)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTableBuilder.cs (1)
196public void AddCustomAttributes(Type ownerType, DependencyProperty dp, params Attribute[] attributes) {
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (4)
42public static readonly DependencyProperty TargetEditModeProperty = DependencyProperty.Register( 123public static readonly DependencyProperty SyncModeToOwningContainerProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (20)
66public static readonly DependencyProperty IsValueEditEnabledProperty = DependencyProperty.Register( 78public static readonly DependencyProperty PropertyEntryProperty = 79DependencyProperty.Register( 139public static readonly DependencyProperty ActiveEditModeProperty = 140DependencyProperty.Register( 203public static readonly DependencyProperty DialogCommandSourceProperty = 204DependencyProperty.Register( 230public static readonly DependencyProperty OwningPropertyContainerProperty = 231DependencyProperty.RegisterAttached( 275public static readonly DependencyProperty InlineRowTemplateProperty = 276DependencyProperty.Register( 332public static readonly DependencyProperty ExtendedPopupRowTemplateProperty = 333DependencyProperty.Register( 364public static readonly DependencyProperty ExtendedPinnedRowTemplateProperty = 365DependencyProperty.Register( 397public static readonly DependencyProperty DefaultStandardValuesPropertyValueEditorProperty = 398DependencyProperty.Register( 435public static readonly DependencyProperty DefaultPropertyValueEditorProperty = 436DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (2)
247public static readonly DependencyProperty ItemProperty = DependencyProperty.RegisterAttachedReadOnly(
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (2)
241public static readonly DependencyProperty KeyProperty = DependencyProperty.RegisterAttachedReadOnly(
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelPropertyCollection.cs (1)
17ModelMemberCollection<ModelProperty, DependencyProperty> {
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (8)
145public static readonly DependencyProperty ModelItemProperty = 146DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(Container), new UIPropertyMetadata(null)); 148public static readonly DependencyProperty ContextProperty = 149DependencyProperty.Register("Context", typeof(EditingContext), typeof(Container), new UIPropertyMetadata(null)); 151public static readonly DependencyProperty WorkflowViewElementProperty = 152DependencyProperty.Register("WorkflowViewElement", typeof(DependencyObject), typeof(Container), new UIPropertyMetadata(null)); 154public static readonly DependencyProperty PropertyValueProperty = 155DependencyProperty.Register("PropertyValue", typeof(PropertyValue), typeof(Container), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Converters\OutlineViewTextConverter.cs (2)
21if (values[0] != DependencyProperty.UnsetValue) 26if (string.IsNullOrEmpty(displayName) && values[1] != DependencyProperty.UnsetValue)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
34internal static readonly DependencyProperty ChildContainersProperty = 35DependencyProperty.RegisterAttached("ChildContainers", typeof(HashSet<ICompositeView>), typeof(CutCopyPasteHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (2)
16public static readonly DependencyProperty ContextProperty = 17DependencyProperty.Register("Context",
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
33public static readonly DependencyProperty DragSourceProperty = 34DependencyProperty.RegisterAttached("DragSource", typeof(UIElement), typeof(DragDropHelper), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\ExpandCollapseIsCheckedConverter.cs (1)
16if (values[2] != DependencyProperty.UnsetValue)
System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (28)
22public static readonly DependencyProperty HintTextProperty = DependencyProperty.Register("HintText", typeof(string), typeof(ExpressionActivityEditor)); 24public static readonly DependencyProperty ExpressionProperty = DependencyProperty.Register("Expression", typeof(ModelItem), typeof(ExpressionActivityEditor), 27public static readonly DependencyProperty ExpressionTypeProperty = DependencyProperty.Register("ExpressionType", typeof(Type), typeof(ExpressionActivityEditor), 30public static readonly DependencyProperty OwnerActivityProperty = DependencyProperty.Register("OwnerActivity", typeof(ModelItem), typeof(ExpressionActivityEditor), 33public static readonly DependencyProperty UseLocationExpressionProperty = DependencyProperty.Register("UseLocationExpression", typeof(bool), typeof(ExpressionActivityEditor), 36public static readonly DependencyProperty PathToArgumentProperty = DependencyProperty.Register("PathToArgument", typeof(string), typeof(ExpressionActivityEditor), 39public static readonly DependencyProperty IsSupportedExpressionProperty = DependencyProperty.Register("IsSupportedExpression", typeof(bool), typeof(ExpressionActivityEditor), 42public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = DependencyProperty.Register("VerticalScrollBarVisibility", typeof(ScrollBarVisibility), typeof(ExpressionActivityEditor), 45public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = DependencyProperty.Register("HorizontalScrollBarVisibility", typeof(ScrollBarVisibility), typeof(ExpressionActivityEditor), 48public static readonly DependencyProperty ExplicitCommitProperty = DependencyProperty.Register("ExplicitCommit", typeof(bool), typeof(ExpressionActivityEditor), 51public static readonly DependencyProperty AcceptsReturnProperty = DependencyProperty.Register("AcceptsReturn", typeof(bool), typeof(ExpressionActivityEditor), 54public static readonly DependencyProperty AcceptsTabProperty = DependencyProperty.Register("AcceptsTab", typeof(bool), typeof(ExpressionActivityEditor), 57public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(ExpressionActivityEditor), 60public static readonly DependencyProperty IsIndependentExpressionProperty = DependencyProperty.Register("IsIndependentExpression", typeof(bool), typeof(ExpressionActivityEditor),
System.Activities.Presentation\System\Activities\Presentation\Expressions\TextualExpressionEditor.cs (6)
19public static readonly DependencyProperty MaxLinesProperty = DependencyProperty.Register("MaxLines", typeof(int), typeof(TextualExpressionEditor), 22public static readonly DependencyProperty MinLinesProperty = DependencyProperty.Register("MinLines", typeof(int), typeof(TextualExpressionEditor), 25public static readonly DependencyProperty DefaultValueProperty = DependencyProperty.Register("DefaultValue", typeof(string), typeof(TextualExpressionEditor),
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (2)
13public static readonly DependencyProperty LocationProperty = DependencyProperty.Register("Location", typeof(Point), typeof(ConnectionPoint));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (12)
27public static readonly DependencyProperty PointsProperty = DependencyProperty.Register( 33public static readonly DependencyProperty IsSelectedProperty = DependencyProperty.Register( 39public static readonly DependencyProperty LabelTextProperty = DependencyProperty.Register( 45public static readonly DependencyProperty HighlightOnHoverProperty = DependencyProperty.Register( 51public static readonly DependencyProperty IsHighlightedForAutoSplitProperty = DependencyProperty.Register( 57public static readonly DependencyProperty IdentityProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (16)
24public static readonly DependencyProperty ChildSizeProperty = DependencyProperty.RegisterAttached("ChildSize", typeof(Size), typeof(FreeFormPanel), new FrameworkPropertyMetadata()); 25public static readonly DependencyProperty LocationProperty = DependencyProperty.RegisterAttached("Location", typeof(Point), typeof(FreeFormPanel), new FrameworkPropertyMetadata(new Point(-1, -1))); 26public static readonly DependencyProperty RequiredWidthProperty = DependencyProperty.Register("RequiredWidth", typeof(Double), typeof(FreeFormPanel), new FrameworkPropertyMetadata(double.NaN)); 27public static readonly DependencyProperty RequiredHeightProperty = DependencyProperty.Register("RequiredHeight", typeof(Double), typeof(FreeFormPanel), new FrameworkPropertyMetadata(double.NaN)); 28public static readonly DependencyProperty DestinationConnectionPointProperty = DependencyProperty.RegisterAttached("DestinationConnectionPoint", typeof(ConnectionPoint), typeof(FreeFormPanel), new FrameworkPropertyMetadata()); 29public static readonly DependencyProperty SourceConnectionPointProperty = DependencyProperty.RegisterAttached("SourceConnectionPoint", typeof(ConnectionPoint), typeof(FreeFormPanel), new FrameworkPropertyMetadata()); 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\MiniMap\MiniMapControl.xaml.cs (2)
25public static readonly DependencyProperty MapSourceProperty = 26DependencyProperty.Register("MapSource",
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
38protected override ModelProperty Find(System.Windows.DependencyProperty value, bool throwOnError)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (12)
28public static readonly DependencyProperty ToolboxFileProperty = 29DependencyProperty.Register("ToolboxFile", 37DependencyProperty.RegisterReadOnly("SelectedTool", 44public static readonly DependencyProperty SelectedToolProperty = SelectedToolPropertyKey.DependencyProperty; 46public static readonly DependencyProperty ToolItemStyleProperty = 47DependencyProperty.Register("ToolItemStyle", 52public static readonly DependencyProperty CategoryItemStyleProperty = 53DependencyProperty.Register("CategoryItemStyle", 58public static readonly DependencyProperty ToolTemplateProperty = 59DependencyProperty.Register("ToolTemplate", 64public static readonly DependencyProperty CategoryTemplateProperty = 65DependencyProperty.Register("CategoryTemplate",
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (6)
22public static readonly DependencyProperty GenericTypeMappingProperty = 23DependencyProperty.Register("GenericTypeMapping", 27public static readonly DependencyProperty EditedTypeProperty = 28DependencyProperty.Register("EditedType", 34DependencyProperty.RegisterReadOnly("IsTypeResolved", 39public static readonly DependencyProperty IsTypeResolvedProperty = IsTypeResolvedKey.DependencyProperty;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
33public static readonly DependencyProperty ContextProperty = DependencyProperty.Register( 39public static readonly DependencyProperty ActivitySchemaProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\CanExpandCollapseAllConverter.cs (1)
15if (value == null || value == DependencyProperty.UnsetValue)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (16)
38public static readonly DependencyProperty AddNewRowContentProperty = 39DependencyProperty.Register("AddNewRowContent", typeof(object), typeof(DataGridHelper), new UIPropertyMetadata("<Add new row>")); 42public static readonly DependencyProperty AddNewRowCommandProperty = 43DependencyProperty.Register("AddNewRowCommand", typeof(ICommand), typeof(DataGridHelper), new UIPropertyMetadata(null)); 46static readonly DependencyProperty DGHelperProperty = 47DependencyProperty.RegisterAttached("DGHelper", typeof(DataGridHelper), typeof(DataGrid), new UIPropertyMetadata(null)); 49static readonly DependencyProperty ControlBehaviorProperty = 50DependencyProperty.RegisterAttached("ControlBehavior", typeof(EditingControlBehavior), typeof(DataGridHelper), new UIPropertyMetadata(null)); 52static readonly DependencyProperty NewRowLoadedProperty = 53DependencyProperty.RegisterAttached("NewRowLoaded", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 55static readonly DependencyProperty IsCommitInProgressProperty = 56DependencyProperty.RegisterAttached("IsCommitInProgress", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 58public static readonly DependencyProperty ShowValidationErrorAsToolTipProperty = 59DependencyProperty.Register("ShowValidationErrorAsToolTip", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false)); 61public static readonly DependencyProperty IsCustomEditorProperty = 62DependencyProperty.RegisterAttached("IsCustomEditor", typeof(bool), typeof(DataGridHelper), new UIPropertyMetadata(false));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (8)
38public static readonly DependencyProperty CommandMenuModeProperty = 39DependencyProperty.RegisterAttached("CommandMenuMode", typeof(CommandMenuMode), typeof(DesignerView), new UIPropertyMetadata(CommandMenuMode.FullCommandMenu)); 41static readonly DependencyProperty MenuItemOriginProperty = 42DependencyProperty.RegisterAttached("MenuItemOrigin", typeof(FrameworkElement), typeof(DesignerView)); 44public static readonly DependencyProperty MenuItemStyleProperty = 45DependencyProperty.Register("MenuItemStyle", typeof(Style), typeof(DesignerView), new UIPropertyMetadata(null)); 47public static readonly DependencyProperty MenuSeparatorStyleProperty = 48DependencyProperty.Register("MenuSeparatorStyle", typeof(Style), typeof(DesignerView), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (16)
51public static readonly DependencyProperty RootDesignerProperty = 52DependencyProperty.Register("RootDesigner", typeof(UIElement), typeof(DesignerView), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DesignerView.OnRootDesignerChanged))); 54public static readonly DependencyProperty IsReadOnlyProperty = 55DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DesignerView), new UIPropertyMetadata(OnIsReadOnlyChanged)); 58DependencyProperty.RegisterReadOnly("ActivitySchema", typeof(ModelItem), typeof(DesignerView), new UIPropertyMetadata(OnActivitySchemaChanged)); 60public static readonly DependencyProperty ActivitySchemaProperty = ActivitySchemaPropertyKey.DependencyProperty; 63DependencyProperty.RegisterReadOnly("FocusedViewElement", typeof(WorkflowViewElement), typeof(DesignerView), new UIPropertyMetadata(null)); 65public static readonly DependencyProperty InPanModeProperty = 66DependencyProperty.Register("InPanMode", typeof(bool), typeof(DesignerView), new UIPropertyMetadata(OnInPanModeChanged)); 68public static readonly DependencyProperty FocusedViewElementProperty = FocusedViewElementPropertyKey.DependencyProperty; 70internal static DependencyProperty ShouldExpandAllProperty = DependencyProperty.Register("ShouldExpandAll", typeof(bool), typeof(DesignerView), new PropertyMetadata(false, new PropertyChangedCallback(OnExpandAllCollapseAllChanged))); 71internal static DependencyProperty ShouldCollapseAllProperty = DependencyProperty.Register("ShouldCollapseAll", typeof(bool), typeof(DesignerView), new PropertyMetadata(false, new PropertyChangedCallback(OnExpandAllCollapseAllChanged))); 1699object result = DependencyProperty.UnsetValue; 1718object result = DependencyProperty.UnsetValue;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerWithHeader.cs (2)
16public static readonly DependencyProperty HeaderProperty = 17DependencyProperty.Register("Header", typeof(DataTemplate), typeof(DesignerWithHeader), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\View\ErrorView.xaml.cs (4)
26public static readonly DependencyProperty MessageProperty = 27DependencyProperty.Register("Message", typeof(string), typeof(ErrorView), new UIPropertyMetadata(string.Empty)); 29public static readonly DependencyProperty DetailsProperty = 30DependencyProperty.Register("Details", typeof(string), typeof(ErrorView), new UIPropertyMetadata(string.Empty));
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (43)
33public static readonly DependencyProperty HintTextProperty = DependencyProperty.Register("HintText", typeof(string), typeof(ExpressionTextBox)); 35public static readonly DependencyProperty ExpressionProperty = DependencyProperty.Register("Expression", typeof(ModelItem), typeof(ExpressionTextBox), 38public static readonly DependencyProperty ExpressionTypeProperty = DependencyProperty.Register("ExpressionType", typeof(Type), typeof(ExpressionTextBox), 41public static readonly DependencyProperty OwnerActivityProperty = DependencyProperty.Register("OwnerActivity", typeof(ModelItem), typeof(ExpressionTextBox), 44public static readonly DependencyProperty UseLocationExpressionProperty = DependencyProperty.Register("UseLocationExpression", typeof(bool), typeof(ExpressionTextBox), 47public static readonly DependencyProperty PathToArgumentProperty = DependencyProperty.Register("PathToArgument", typeof(string), typeof(ExpressionTextBox), 50public static readonly DependencyProperty IsSupportedExpressionProperty = DependencyProperty.Register("IsSupportedExpression", typeof(bool), typeof(ExpressionTextBox), 53public static readonly DependencyProperty VerticalScrollBarVisibilityProperty = DependencyProperty.Register("VerticalScrollBarVisibility", typeof(ScrollBarVisibility), typeof(ExpressionTextBox), 56public static readonly DependencyProperty HorizontalScrollBarVisibilityProperty = DependencyProperty.Register("HorizontalScrollBarVisibility", typeof(ScrollBarVisibility), typeof(ExpressionTextBox), 59public static readonly DependencyProperty MaxLinesProperty = DependencyProperty.Register("MaxLines", typeof(int), typeof(ExpressionTextBox), 62public static readonly DependencyProperty MinLinesProperty = DependencyProperty.Register("MinLines", typeof(int), typeof(ExpressionTextBox), 65public static readonly DependencyProperty ExplicitCommitProperty = DependencyProperty.Register("ExplicitCommit", typeof(bool), typeof(ExpressionTextBox), 68public static readonly DependencyProperty DefaultValueProperty = DependencyProperty.Register("DefaultValue", typeof(string), typeof(ExpressionTextBox), 71public static readonly DependencyProperty AcceptsReturnProperty = DependencyProperty.Register("AcceptsReturn", typeof(bool), typeof(ExpressionTextBox), 74public static readonly DependencyProperty AcceptsTabProperty = DependencyProperty.Register("AcceptsTab", typeof(bool), typeof(ExpressionTextBox), 77public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(ExpressionTextBox), 223internal static readonly DependencyProperty IsIndependentExpressionProperty = DependencyProperty.Register("IsIndependentExpression", typeof(bool), typeof(ExpressionTextBox)); 234public static readonly DependencyProperty ExpressionActivityEditorProperty = 235DependencyProperty.Register("ExpressionActivityEditor", typeof(string), typeof(ExpressionTextBox), new UIPropertyMetadata(new PropertyChangedCallback(OnInnerControlRelatedPropertyChanged))); 248internal static readonly DependencyProperty InternalHintTextProperty = 249DependencyProperty.Register("InternalHintText", typeof(string), typeof(ExpressionTextBox)); 264internal static readonly DependencyProperty IsInlinePropertyEditorProperty = 265DependencyProperty.Register("IsInlinePropertyEditor", typeof(bool), typeof(ExpressionTextBox), new FrameworkPropertyMetadata(false, OnInnerControlRelatedPropertyChanged)); 267private static readonly DependencyProperty UnsupportedEditorMessageProperty = 268DependencyProperty.Register("UnsupportedEditorMessage", typeof(string), typeof(ExpressionTextBox)); 736void SetBinding(string path, DependencyProperty property, FrameworkElement target, ExpressionTextBox source,
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (12)
23public static readonly DependencyProperty DesignerProperty = DependencyProperty.Register( 29public static readonly DependencyProperty AutoExpandCanvasProperty = DependencyProperty.Register( 35public static readonly DependencyProperty PlacementTargetProperty = DependencyProperty.RegisterAttached( 41public static readonly DependencyProperty AlignmentProperty = DependencyProperty.RegisterAttached( 47public static readonly DependencyProperty ModeProperty = DependencyProperty.RegisterAttached( 53public static readonly DependencyProperty PositionProperty = DependencyProperty.RegisterAttached(
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (14)
29public static readonly DependencyProperty DataProperty = DependencyProperty.Register( 35public static readonly DependencyProperty TitleProperty = DependencyProperty.Register( 41public static readonly DependencyProperty IconProperty = DependencyProperty.Register( 47public static readonly DependencyProperty ShowWindowHeaderProperty = DependencyProperty.Register( 53public static readonly DependencyProperty ShowResizeGripProperty = DependencyProperty.Register( 59public static readonly DependencyProperty MenuItemsProperty = DependencyProperty.Register( 64public static readonly DependencyProperty IsResizableProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (8)
20public static readonly DependencyProperty TitleProperty = 21DependencyProperty.Register("Title", typeof(string), typeof(ExtensionWindowHeader)); 23public static readonly DependencyProperty ButtonCloseIconProperty = 24DependencyProperty.Register("ButtonCloseIcon", typeof(DrawingBrush), typeof(ExtensionWindowHeader)); 26public static readonly DependencyProperty IconProperty = 27DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(ExtensionWindowHeader)); 29public static readonly DependencyProperty DropDownMenuIconProperty = 30DependencyProperty.Register("DropDownMenuIcon", typeof(DrawingBrush), typeof(ExtensionWindowHeader));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (2)
19public static readonly DependencyProperty IconProperty = 20DependencyProperty.Register("Icon", typeof(DrawingBrush), typeof(ExtensionWindowResizeGrip));
System.Activities.Presentation\System\Activities\Presentation\View\FilterableData.cs (6)
13public static readonly DependencyProperty DataProperty = 14DependencyProperty.Register("Data", typeof(object), typeof(FilterableData), new UIPropertyMetadata(null)); 16public static readonly DependencyProperty IsSelectedProperty = 17DependencyProperty.Register("IsSelected", typeof(bool), typeof(FilterableData), new UIPropertyMetadata(false)); 19public static readonly DependencyProperty VisibilityProperty = 20DependencyProperty.Register("Visibility", typeof(Visibility), typeof(FilterableData), new UIPropertyMetadata(Visibility.Visible));
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
36public static readonly DependencyProperty ContextProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\NamespaceDisplay.xaml.cs (6)
23public static readonly DependencyProperty NamespaceProperty = DependencyProperty.Register( 28public static readonly DependencyProperty IsInvalidProperty = DependencyProperty.Register( 33public static readonly DependencyProperty ErrorMessageProperty = DependencyProperty.Register(
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (10)
28static readonly DependencyProperty SelectedTypeProperty = 29DependencyProperty.Register("SelectedType", 34static readonly DependencyProperty HasGenericTypesProperty = 35DependencyProperty.Register("HasGenericTypes", 39static readonly DependencyProperty GenericTypeNameProperty = 40DependencyProperty.Register("GenericTypeName", 44static readonly DependencyProperty GenericTypeMappingProperty = 45DependencyProperty.Register("GenericTypeMapping", 49static readonly DependencyProperty ConcreteTypeProperty = 50DependencyProperty.Register("ConcreteType",
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (20)
29public static readonly DependencyProperty ContextProperty = 30DependencyProperty.Register("Context", 35public static readonly DependencyProperty AllowNullProperty = 36DependencyProperty.Register("AllowNull", 41public static readonly DependencyProperty BrowseTypeDirectlyProperty = 42DependencyProperty.Register("BrowseTypeDirectly", 47public static readonly DependencyProperty TypeProperty = 48DependencyProperty.Register("Type", 53public static readonly DependencyProperty LabelProperty = 54DependencyProperty.Register("Label", 59public static readonly DependencyProperty FilterProperty = 60DependencyProperty.Register("Filter", 65static readonly DependencyPropertyKey TextPropertyKey = DependencyProperty.RegisterReadOnly( 71public static readonly DependencyProperty TextProperty = TextPropertyKey.DependencyProperty; 73public static readonly DependencyProperty MostRecentlyUsedTypesProperty = 74DependencyProperty.Register("MostRecentlyUsedTypes", 79public static readonly DependencyProperty CenterActivityTypeResolverDialogProperty = 80DependencyProperty.Register("CenterActivityTypeResolverDialog", 85public static readonly DependencyProperty CenterTypeBrowserDialogProperty = 86DependencyProperty.Register("CenterTypeBrowserDialog",
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (4)
31public static readonly DependencyProperty ContextProperty = DependencyProperty.Register( 37static readonly DependencyPropertyKey CurrentVariableScopePropertyKey = DependencyProperty.RegisterReadOnly( 43public static readonly DependencyProperty CurrentVariableScopeProperty = CurrentVariableScopePropertyKey.DependencyProperty;
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (6)
28public static readonly DependencyProperty IdentifierProperty = 29DependencyProperty.Register("Identifier", typeof(VBIdentifierName), typeof(VBIdentifierDesigner), new UIPropertyMetadata(OnIdentifierChanged)); 31public static readonly DependencyProperty NameStringProperty = 32DependencyProperty.Register("NameString", typeof(string), typeof(VBIdentifierDesigner), new UIPropertyMetadata(null, null, OnNameChanging)); 34public static readonly DependencyProperty IsReadOnlyProperty = 35DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(VBIdentifierDesigner));
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierName.cs (6)
20public static readonly DependencyProperty IdentifierNameProperty = 21DependencyProperty.Register("IdentifierName", typeof(string), typeof(VBIdentifierName), new UIPropertyMetadata(OnIdentifierNameChanged)); 23public static readonly DependencyProperty IsValidProperty = 24DependencyProperty.Register("IsValid", typeof(bool), typeof(VBIdentifierName)); 26public static readonly DependencyProperty ErrorMessageProperty = 27DependencyProperty.Register("ErrorMessage", typeof(string), typeof(VBIdentifierName));
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (6)
17private static DependencyProperty versionProperty = DependencyProperty.Register("Version", typeof(Version), typeof(VersionEditor), new PropertyMetadata(new PropertyChangedCallback(VersionEditor.OnVersionChanged))); 18private static DependencyProperty viewModelProperty = DependencyProperty.Register("ViewModel", typeof(VersionEditorViewModel), typeof(VersionEditor)); 29public static DependencyProperty VersionProperty 40private static DependencyProperty ViewModelProperty
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (15)
53internal static readonly DependencyProperty TextProperty = DependencyProperty.Register("Text", typeof(string), typeof(VisualBasicEditor), 56internal static readonly DependencyProperty ValidationStateProperty = DependencyProperty.Register("ValidationState", typeof(ValidationState), typeof(VisualBasicEditor), 59internal static readonly DependencyProperty EditingStateProperty = DependencyProperty.Register("EditingState", typeof(EditingState), typeof(VisualBasicEditor), 62internal static readonly DependencyProperty HasValidationErrorProperty = DependencyProperty.Register("HasValidationError", typeof(bool), typeof(VisualBasicEditor), 65internal static readonly DependencyProperty ValidationErrorMessageProperty = DependencyProperty.Register("ValidationErrorMessage", typeof(string), typeof(VisualBasicEditor), 68internal static readonly DependencyProperty ExpressionTextProperty = DependencyProperty.Register("ExpressionText", typeof(string), typeof(VisualBasicEditor), 2115if (values[0] == DependencyProperty.UnsetValue || etb == null) 2137if (values[0] == DependencyProperty.UnsetValue || etb == null) 2164if (value == DependencyProperty.UnsetValue || expressionType == null || !expressionType.IsValueType)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (10)
16public static readonly DependencyProperty ModelItemProperty = 17DependencyProperty.Register("ModelItem", 22public static readonly DependencyProperty TitleProperty = 23DependencyProperty.Register("Title", 27public static readonly DependencyProperty ContextProperty = 28DependencyProperty.Register("Context", 32public static readonly DependencyProperty WindowResizeModeProperty = 33DependencyProperty.Register("WindowResizeMode", 38public static readonly DependencyProperty WindowSizeToContentProperty = 39DependencyProperty.Register("WindowSizeToContent",
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (10)
47public static readonly DependencyProperty HintTextProperty = 48DependencyProperty.Register("HintText", typeof(string), typeof(WorkflowItemPresenter), new UIPropertyMetadata(String.Empty)); 50public static readonly DependencyProperty ItemProperty = 51DependencyProperty.Register("Item", typeof(ModelItem), typeof(WorkflowItemPresenter), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault, new PropertyChangedCallback(WorkflowItemPresenter.OnItemChanged))); 53public static readonly DependencyProperty AllowedItemTypeProperty = 54DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(WorkflowItemPresenter), new UIPropertyMetadata(typeof(object))); 56public static readonly DependencyProperty IsDefaultContainerProperty = 57DependencyProperty.Register("IsDefaultContainer", typeof(bool), typeof(WorkflowItemPresenter), new UIPropertyMetadata(false)); 59public static readonly DependencyProperty DroppingTypeResolvingOptionsProperty = 60DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(WorkflowItemPresenter));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (21)
34public static readonly DependencyProperty HintTextProperty = 35DependencyProperty.Register("HintText", typeof(string), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(String.Empty, new PropertyChangedCallback(WorkflowItemsPresenter.OnHintTextChanged))); 37public static readonly DependencyProperty ItemsProperty = 38DependencyProperty.Register("Items", typeof(ModelItemCollection), typeof(WorkflowItemsPresenter), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(WorkflowItemsPresenter.OnItemsChanged))); 40public static readonly DependencyProperty SpacerTemplateProperty = 41DependencyProperty.Register("SpacerTemplate", typeof(DataTemplate), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(null)); 43public static readonly DependencyProperty HeaderTemplateProperty = 44DependencyProperty.Register("HeaderTemplate", typeof(DataTemplate), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(null)); 46public static readonly DependencyProperty FooterTemplateProperty = 47DependencyProperty.Register("FooterTemplate", typeof(DataTemplate), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(null)); 49public static readonly DependencyProperty ItemsPanelProperty = 50DependencyProperty.Register("ItemsPanel", typeof(ItemsPanelTemplate), typeof(WorkflowItemsPresenter), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(WorkflowItemsPresenter.OnItemsPanelChanged))); 52public static readonly DependencyProperty IndexProperty = 53DependencyProperty.RegisterAttached("Index", typeof(int), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(addAtEndMarker)); 55public static readonly DependencyProperty AllowedItemTypeProperty = 56DependencyProperty.Register("AllowedItemType", typeof(Type), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(typeof(object))); 58public static readonly DependencyProperty IsDefaultContainerProperty = 59DependencyProperty.Register("IsDefaultContainer", typeof(bool), typeof(WorkflowItemsPresenter), new UIPropertyMetadata(false)); 61public static readonly DependencyProperty DroppingTypeResolvingOptionsProperty = 62DependencyProperty.Register("DroppingTypeResolvingOptions", typeof(TypeResolvingOptions), typeof(WorkflowItemsPresenter)); 483if (((DependencyObject)sender).ReadLocalValue(IndexProperty) != DependencyProperty.UnsetValue)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (14)
35public static readonly DependencyProperty ModelItemProperty = 36DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(WorkflowViewElement.OnModelItemChanged))); 37public static readonly DependencyProperty ContextProperty = 38DependencyProperty.Register("Context", typeof(EditingContext), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(WorkflowViewElement.OnContextChanged))); 39public static readonly DependencyProperty ExpandStateProperty = 40DependencyProperty.Register("ExpandState", typeof(bool), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(true, new PropertyChangedCallback(WorkflowViewElement.OnExpandStateChanged))); 41public static readonly DependencyProperty PinStateProperty = 42DependencyProperty.Register("PinState", typeof(bool), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(WorkflowViewElement.OnPinStateChanged))); 43public static readonly DependencyProperty ShowExpandedProperty = 44DependencyProperty.Register("ShowExpanded", typeof(bool), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(WorkflowViewElement.OnShowExpandedChanged))); 45internal readonly static DependencyProperty IsRootDesignerProperty = 46DependencyProperty.Register("IsRootDesigner", typeof(bool), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(false)); 47static readonly DependencyProperty IsReadOnlyProperty = 48DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(WorkflowViewElement), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(WorkflowViewElement.OnReadOnlyChanged)));
WindowsBase (329)
Base\MS\Internal\AvTrace.cs (1)
315&& !(parameters[j] is DependencyProperty) )
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (14)
101DependencyProperty[] registeredProperties = GetRegisteredProperties(); 118DependencyProperty dp = localEnum.Current.Property; 133foreach (DependencyProperty dp in registeredProperties) 230private bool CanAttachProperty(DependencyProperty dp, DependencyObject instance) 251private DependencyProperty[] GetRegisteredProperties() 253DependencyProperty[] registeredProperties; 264int currentCnt = DependencyProperty.RegisteredPropertyCount; 268List<DependencyProperty> dpList = new List<DependencyProperty>(currentCnt); 269lock(DependencyProperty.Synchronized) 271foreach(DependencyProperty dp in DependencyProperty.RegisteredProperties) 276_dpCacheCount = DependencyProperty.RegisteredPropertyCount; 307private static DependencyProperty[] _dpCacheArray;
Base\MS\Internal\ComponentModel\AttachInfo.cs (2)
27internal AttachInfo(DependencyProperty dp) 240private readonly DependencyProperty _dp;
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (7)
39internal DependencyObjectPropertyDescriptor(PropertyDescriptor property, DependencyProperty dp, Type objectType) 59internal DependencyObjectPropertyDescriptor(DependencyProperty dp, Type ownerType) 332internal DependencyProperty DependencyProperty 385internal static MethodInfo GetAttachedPropertyMethod(DependencyProperty dp) 552private static MethodInfo GetAttachedPropertySetMethod(DependencyProperty dp) 717if (_metadata.DefaultValue != DependencyProperty.UnsetValue) 848private DependencyProperty _dp;
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (3)
184internal static AttachInfo GetAttachInfo(DependencyProperty dp) 216internal static DependencyObjectPropertyDescriptor GetAttachedPropertyDescriptor(DependencyProperty dp, Type targetType) 238internal static DependencyPropertyKind GetDependencyPropertyKind(DependencyProperty dp, Type targetType)
Base\MS\Internal\ComponentModel\DependencyPropertyAttribute.cs (3)
26internal DependencyPropertyAttribute(DependencyProperty dependencyProperty, bool isAttached) 125internal DependencyProperty DependencyProperty 140private DependencyProperty _dp;
Base\MS\Internal\ComponentModel\DependencyPropertyKind.cs (4)
46internal DependencyPropertyKind(DependencyProperty dp, Type targetType) 111if (_dp.OwnerType == _targetType || _dp.OwnerType.IsAssignableFrom(_targetType) || DependencyProperty.FromName(_dp.Name, _targetType) != _dp) 144if (DependencyProperty.FromName(_dp.Name, _targetType) == _dp) 169private readonly DependencyProperty _dp;
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (3)
288DependencyProperty dp = null; 303dp = DependencyProperty.FromName(prop.Name, _objectType); 335dp = DependencyProperty.FromName(prop.Name, _objectType);
Base\MS\Internal\ComponentModel\PropertyChangeTracker.cs (3)
18internal PropertyChangeTracker(DependencyObject obj, DependencyProperty property) 29DependencyProperty dp = args.Property; 51private DependencyProperty _property;
Base\MS\Internal\ComponentModel\PropertyKey.cs (2)
13internal PropertyKey(Type attachedType, DependencyProperty prop) 45internal DependencyProperty DependencyProperty;
Base\MS\Internal\DefaultValueFactory.cs (1)
50internal abstract object CreateDefaultValue(DependencyObject owner, DependencyProperty property);
Base\MS\Internal\FreezableDefaultValueFactory.cs (4)
64internal override object CreateDefaultValue(DependencyObject owner, DependencyProperty property) 102internal FreezableDefaultPromoter(DependencyObject owner, DependencyProperty property) 139if (_owner.ReadLocalValue(_property) == DependencyProperty.UnsetValue) 146private readonly DependencyProperty _property;
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (4)
50internal override object CreateDefaultValue(DependencyObject owner, DependencyProperty property) 75internal ObservableCollectionDefaultPromoter(DependencyObject owner, DependencyProperty property, ObservableCollection<T> collection) 101if (_owner.ReadLocalValue(_property) == DependencyProperty.UnsetValue) 119private readonly DependencyProperty _property;
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (10)
39private DependencyPropertyDescriptor(PropertyDescriptor property, string name, Type componentType, DependencyProperty dp, bool isAttached) : base(name, null) 87DependencyProperty dp = null; 127internal static DependencyPropertyDescriptor FromProperty(DependencyProperty dependencyProperty, Type ownerType, Type targetType, bool ignorePropertyType) 194public static DependencyPropertyDescriptor FromProperty(DependencyProperty dependencyProperty, Type targetType) 263DependencyProperty dp = DependencyProperty.FromName(name, ownerType); 286DependencyProperty dp = DependencyProperty.FromName(name, ownerType); 408public DependencyProperty DependencyProperty 614private DependencyProperty _dp;
Base\System\Diagnostics\PresentationTraceSources.cs (2)
64public static readonly DependencyProperty TraceLevelProperty = 65DependencyProperty.RegisterAttached(
Base\System\Windows\AttachedPropertyBrowsableAttribute.cs (1)
48internal abstract bool IsBrowsable(DependencyObject d, DependencyProperty dp);
Base\System\Windows\AttachedPropertyBrowsableForTypeAttribute.cs (1)
106internal override bool IsBrowsable(DependencyObject d, DependencyProperty dp)
Base\System\Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs (1)
91internal override bool IsBrowsable(DependencyObject d, DependencyProperty dp)
Base\System\Windows\DeferredReference.cs (3)
50internal DeferredMutableDefaultReference(PropertyMetadata metadata, DependencyObject d, DependencyProperty dp) 86protected DependencyProperty SourceProperty 97private readonly DependencyProperty _sourceProperty;
Base\System\Windows\DependencyObject.cs (96)
27/// properties are identified via <see cref="DependencyProperty"/> and are read and 164public object GetValue(DependencyProperty dp) 192DependencyProperty dp, 235if (entry.Value == DependencyProperty.UnsetValue) 262if (entry.Value != DependencyProperty.UnsetValue) 307DependencyProperty dp, 417public void SetValue(DependencyProperty dp, object value) 444public void SetCurrentValue(DependencyProperty dp, object value) 464internal void SetValue(DependencyProperty dp, bool value) 476internal void SetCurrentValue(DependencyProperty dp, bool value) 488internal void SetValueInternal(DependencyProperty dp, object value) 509internal void SetCurrentValueInternal(DependencyProperty dp, object value) 527internal void SetDeferredValue(DependencyProperty dp, DeferredReference deferredReference) 540internal void SetCurrentDeferredValue(DependencyProperty dp, DeferredReference deferredReference) 553internal void SetMutableDefaultValue(DependencyProperty dp, object value) 584DependencyProperty dp; 597private PropertyMetadata SetupPropertyChange(DependencyProperty dp) 621private PropertyMetadata SetupPropertyChange(DependencyPropertyKey key, out DependencyProperty dp) 645DependencyProperty dp, 664if( value == DependencyProperty.UnsetValue ) 855internal bool ProvideSelfAsInheritanceContext( object value, DependencyProperty dp ) 869internal bool ProvideSelfAsInheritanceContext( DependencyObject doValue, DependencyProperty dp ) 901internal bool RemoveSelfAsInheritanceContext( object value, DependencyProperty dp ) 915internal bool RemoveSelfAsInheritanceContext( DependencyObject doValue, DependencyProperty dp ) 948public void ClearValue(DependencyProperty dp) 973DependencyProperty dp; 986private void ClearValueCommon(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata) 1041internal bool ContainsValue(DependencyProperty dp) 1052return !object.ReferenceEquals(value, DependencyProperty.UnsetValue); 1058internal static void ChangeExpressionSources(Expression expr, DependencyObject d, DependencyProperty dp, DependencySource[] newSources) 1094public void CoerceValue(DependencyProperty dp) 1152internal void InvalidateSubProperty(DependencyProperty dp) 1171internal void NotifySubPropertyChange(DependencyProperty dp) 1189public void InvalidateProperty(DependencyProperty dp) 1210internal void InvalidateProperty(DependencyProperty dp, bool preserveCurrentValue) 1245DependencyProperty dp, 1343if (newEntry.Value == DependencyProperty.UnsetValue) 1371bool found = (newEntry.Value != DependencyProperty.UnsetValue); 1665DependencyProperty dp, 1719if (coercedValue == DependencyProperty.UnsetValue) 1763DependencyProperty dp = args.Property; 1771if (dependentList != DependencyProperty.UnsetValue) 1775dependentListMap[dp.GlobalIndex] = DependencyProperty.UnsetValue; 1785if (dependentList != DependencyProperty.UnsetValue) 1789dependentListMap[dp.GlobalIndex] = DependencyProperty.UnsetValue; 1800DependencyProperty dp, 1809if (value != DependencyProperty.UnsetValue && value != Expression.NoValue) 1846value = DependencyProperty.UnsetValue; 1851if (value == DependencyProperty.UnsetValue) 1866DependencyProperty dp, 1904object value = DependencyProperty.UnsetValue; 1910bool isClearLocalValue = isSetValue && (newEntry.Value == DependencyProperty.UnsetValue); 1940value = DependencyProperty.UnsetValue; 1949if (value != DependencyProperty.UnsetValue) 2032if (value == DependencyProperty.UnsetValue) 2044DependencyProperty dp, 2054DependencyProperty dp, 2088protected internal virtual bool ShouldSerializeProperty( DependencyProperty dp ) 2094internal BaseValueSourceInternal GetValueSource(DependencyProperty dp, PropertyMetadata metadata, out bool hasModifiers) 2101internal BaseValueSourceInternal GetValueSource(DependencyProperty dp, PropertyMetadata metadata, 2176public object ReadLocalValue(DependencyProperty dp) 2201internal object ReadLocalValueEntry(EntryIndex entryIndex, DependencyProperty dp, bool allowDeferredReferences) 2205return DependencyProperty.UnsetValue; 2227value = DependencyProperty.UnsetValue; 2251DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[_effectiveValues[i].PropertyIndex]; 2255if (localValue != DependencyProperty.UnsetValue) 2398static internal readonly DependencyProperty DirectDependencyProperty = 2399DependencyProperty.Register("__Direct", typeof(object), typeof(DependencyProperty)); 2401internal static void UpdateSourceDependentLists(DependencyObject d, DependencyProperty dp, DependencySource[] sources, Expression expr, bool add) 2449if (dependentListObj == DependencyProperty.UnsetValue) 2462if (dependentListObj != DependencyProperty.UnsetValue) 2471dependentListMap[source.DependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 2536DependencyProperty dp = 2537DependencyProperty.RegisteredPropertyList.List[effectiveValues[i].PropertyIndex]; 2559internal bool HasExpression(EntryIndex entryIndex, DependencyProperty dp) 2577private static Expression GetExpression(DependencyObject d, DependencyProperty dp, PropertyMetadata metadata) 2632internal virtual void AddInheritanceContext(DependencyObject context, DependencyProperty property) 2645internal virtual void RemoveInheritanceContext(DependencyObject context, DependencyProperty property) 2653internal virtual bool ShouldProvideInheritanceContext(DependencyObject target, DependencyProperty property) 2687DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[_effectiveValues[i].PropertyIndex]; 2691if (localValue != DependencyProperty.UnsetValue) 3073DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[entry.PropertyIndex]; 3086if (value != DependencyProperty.UnsetValue) 3230private void RemoveEntry(uint entryIndex, DependencyProperty dp) 3260internal void SetEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry newEntry, EffectiveValueEntry oldEntry) 3343internal void SetEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, int targetIndex, PropertyMetadata metadata, object value, BaseValueSourceInternal valueSource) 3345Debug.Assert(value != DependencyProperty.UnsetValue, "Value to be set cannot be UnsetValue"); 3417internal void UnsetEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata) 3435Debug.Assert(value != DependencyProperty.UnsetValue, "Value to be set cannot be UnsetValue"); 3436Debug.Assert(baseValue != DependencyProperty.UnsetValue, "BaseValue to be set cannot be UnsetValue"); 3453private bool Equals(DependencyProperty dp, object value1, object value2) 3551internal delegate Expression AlternativeExpressionStorageCallback(DependencyObject d, DependencyProperty dp, PropertyMetadata metadata);
Base\System\Windows\DependencyProperty.cs (20)
34public static DependencyProperty Register(string name, Type propertyType, Type ownerType) 48public static DependencyProperty Register(string name, Type propertyType, Type ownerType, PropertyMetadata typeMetadata) 63public static DependencyProperty Register(string name, Type propertyType, Type ownerType, PropertyMetadata typeMetadata, ValidateValueCallback validateValueCallback) 74DependencyProperty property = RegisterCommon(name, propertyType, ownerType, defaultMetadata, validateValueCallback); 134DependencyProperty property = RegisterCommon(name, propertyType, ownerType, defaultMetadata, validateValueCallback); 190DependencyProperty property = RegisterCommon( name, propertyType, ownerType, defaultMetadata, validateValueCallback); 206public static DependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType) 220public static DependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType, PropertyMetadata defaultMetadata) 235public static DependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType, PropertyMetadata defaultMetadata, ValidateValueCallback validateValueCallback) 265private static DependencyProperty RegisterCommon(string name, Type propertyType, Type ownerType, PropertyMetadata defaultMetadata, ValidateValueCallback validateValueCallback) 293DependencyProperty dp = new DependencyProperty(name, propertyType, ownerType, defaultMetadata, validateValueCallback); 588if (DependencyProperty.UnsetValue == _metadataMap[dType.Id]) 767public DependencyProperty AddOwner(Type ownerType) 782public DependencyProperty AddOwner(Type ownerType, PropertyMetadata typeMetadata) 1002internal static DependencyProperty FromName(string name, Type ownerType) 1004DependencyProperty dp = null; 1022dp = (DependencyProperty)PropertyFromName[key]; 1235/* property */ internal static ItemStructList<DependencyProperty> RegisteredPropertyList = new ItemStructList<DependencyProperty>(768); 1265foreach(DependencyProperty dp in RegisteredPropertyList.List) {
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (6)
25public DependencyPropertyChangedEventArgs(DependencyProperty property, object oldValue, object newValue) 40internal DependencyPropertyChangedEventArgs(DependencyProperty property, PropertyMetadata metadata, object oldValue, object newValue) 54internal DependencyPropertyChangedEventArgs(DependencyProperty property, PropertyMetadata metadata, object value) 68DependencyProperty property, 101public DependencyProperty Property 344private DependencyProperty _property;
Base\System\Windows\DependencyPropertyKey.cs (4)
23public DependencyProperty DependencyProperty 31internal DependencyPropertyKey(DependencyProperty dp) 52internal void SetDependencyProperty(DependencyProperty dp) 58private DependencyProperty _dp = null;
Base\System\Windows\DependencyPropertyValueSerializer.cs (5)
35DependencyProperty property = value as DependencyProperty; 50DependencyProperty property = value as DependencyProperty; 73return DependencyProperty.FromName(typeName, ownerType);
Base\System\Windows\DependencySource.cs (3)
21public DependencySource(DependencyObject d, DependencyProperty dp) 38public DependencyProperty DependencyProperty 44private DependencyProperty _dp;
Base\System\Windows\DependentList.cs (6)
16public void Add(DependencyObject d, DependencyProperty dp, Expression expr) 28public void Remove(DependencyObject d, DependencyProperty dp, Expression expr) 69DependencyProperty dependencyProperty = snapList[i].DP; 132private DependencyProperty _DP; 149public Dependent(DependencyObject o, DependencyProperty p, Expression e) 167public DependencyProperty DP
Base\System\Windows\EffectiveValueEntry.cs (14)
23internal static EffectiveValueEntry CreateDefaultValueEntry(DependencyProperty dp, object value) 31internal EffectiveValueEntry(DependencyProperty dp) 38internal EffectiveValueEntry(DependencyProperty dp, BaseValueSourceInternal valueSource) 41_value = DependencyProperty.UnsetValue; 45internal EffectiveValueEntry(DependencyProperty dp, FullValueSource fullValueSource) 48_value = DependencyProperty.UnsetValue; 54Debug.Assert(value != DependencyProperty.UnsetValue); 68Debug.Assert((value != DependencyProperty.UnsetValue) && 88Debug.Assert(value != DependencyProperty.UnsetValue && 488Debug.Assert(Value != DependencyProperty.UnsetValue); 493Debug.Assert(ModifiedValue != null && ModifiedValue.BaseValue != DependencyProperty.UnsetValue); 499return DependencyProperty.UnsetValue; 509Debug.Assert(Value != DependencyProperty.UnsetValue); 514Debug.Assert(ModifiedValue != null && ModifiedValue.BaseValue != DependencyProperty.UnsetValue);
Base\System\Windows\Expression.cs (7)
120internal virtual Expression Copy( DependencyObject targetObject, DependencyProperty targetDP ) 142internal virtual object GetValue(DependencyObject d, DependencyProperty dp) 144return DependencyProperty.UnsetValue; 154internal virtual bool SetValue(DependencyObject d, DependencyProperty dp, object value) 164internal virtual void OnAttach(DependencyObject d, DependencyProperty dp) 173internal virtual void OnDetach(DependencyObject d, DependencyProperty dp) 199internal void ChangeSources(DependencyObject d, DependencyProperty dp, DependencySource[] newSources)
Base\System\Windows\Freezable.cs (19)
474DependencyProperty dp = 475DependencyProperty.RegisteredPropertyList.List[effectiveValues[i].PropertyIndex]; 699DependencyProperty property 924DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[srcEntry.PropertyIndex]; 946Debug.Assert(sourceValue != DependencyProperty.UnsetValue); 956if (sourceValue == DependencyProperty.UnsetValue) 1072private void RemoveContextInformation(DependencyObject context, DependencyProperty property) 1176internal override void AddInheritanceContext(DependencyObject context, DependencyProperty property) 1204internal override void RemoveInheritanceContext(DependencyObject context, DependencyProperty property) 1228internal void AddContextInformation(DependencyObject context, DependencyProperty property) 1284private void AddSingletonContext(DependencyObject context, DependencyProperty property) 1316private void AddContextToList(DependencyObject context, DependencyProperty property) 1721private DependencyProperty SingletonContextProperty 1728return (DependencyProperty)_property; 1828public FreezableContextPair(DependencyObject dependObject, DependencyProperty dependProperty) 1835public readonly DependencyProperty Property; 2040private void Debug_VerifyContextIsValid(DependencyObject owner, DependencyProperty property) 2115private DependencyProperty _property;
Base\System\Windows\FreezeValueCallback.cs (1)
6internal delegate bool FreezeValueCallback(DependencyObject d, DependencyProperty dp, EntryIndex entryIndex, PropertyMetadata metadata, bool isChecking);
Base\System\Windows\LocalValueEnumerator.cs (3)
179public DependencyProperty Property 192internal LocalValueEntry(DependencyProperty dp, object value) 201internal DependencyProperty _dp;
Base\System\Windows\Markup\Primitives\MarkupProperty.cs (1)
73public virtual DependencyProperty DependencyProperty { get { return null; } }
Base\System\Windows\Markup\TypeConverterHelper.cs (2)
55DependencyProperty dp = dpOrPiOrMi as DependencyProperty;
Base\System\Windows\NameScope.cs (2)
152public static readonly DependencyProperty NameScopeProperty 153= DependencyProperty.RegisterAttached(
Base\System\Windows\PropertyMetadata.cs (13)
98if (value == DependencyProperty.UnsetValue) 136internal object GetDefaultValue(DependencyObject owner, DependencyProperty property) 168if (result != DependencyProperty.UnsetValue) 207private object GetCachedDefaultValue(DependencyObject owner, DependencyProperty property) 213return DependencyProperty.UnsetValue; 219private void SetCachedDefaultValue(DependencyObject owner, DependencyProperty property, object value) 247internal void ClearCachedDefaultValue(DependencyObject owner, DependencyProperty property) 439DependencyProperty dp, 555internal PropertyMetadata Copy(DependencyProperty dp) { 569protected virtual void Merge(PropertyMetadata baseMetadata, DependencyProperty dp) 624internal void InvokeMerge(PropertyMetadata baseMetadata, DependencyProperty dp) 640protected virtual void OnApply(DependencyProperty dp, Type targetType) 655internal void Seal(DependencyProperty dp, Type targetType)
Base\System\Windows\UncommonField.cs (4)
32lock (DependencyProperty.Synchronized) 34_globalIndex = DependencyProperty.GetUniqueGlobalIndex(null, null); 36DependencyProperty.RegisteredPropertyList.Add(); 85if (value != DependencyProperty.UnsetValue)
Shared\MS\Utility\FrugalMap.cs (54)
119_loneEntry.Value = DependencyProperty.UnsetValue; 147_loneEntry.Value = DependencyProperty.UnsetValue; 157return DependencyProperty.UnsetValue; 174value = DependencyProperty.UnsetValue; 335_entry0.Value = DependencyProperty.UnsetValue; 346_entry1.Value = DependencyProperty.UnsetValue; 353_entry1.Value = DependencyProperty.UnsetValue; 364_entry2.Value = DependencyProperty.UnsetValue; 372_entry2.Value = DependencyProperty.UnsetValue; 379_entry2.Value = DependencyProperty.UnsetValue; 411return DependencyProperty.UnsetValue; 470value = DependencyProperty.UnsetValue; 477value = DependencyProperty.UnsetValue; 672_entry0.Value = DependencyProperty.UnsetValue; 683_entry1.Value = DependencyProperty.UnsetValue; 690_entry1.Value = DependencyProperty.UnsetValue; 701_entry2.Value = DependencyProperty.UnsetValue; 709_entry2.Value = DependencyProperty.UnsetValue; 716_entry2.Value = DependencyProperty.UnsetValue; 729_entry3.Value = DependencyProperty.UnsetValue; 738_entry3.Value = DependencyProperty.UnsetValue; 746_entry3.Value = DependencyProperty.UnsetValue; 753_entry3.Value = DependencyProperty.UnsetValue; 767_entry4.Value = DependencyProperty.UnsetValue; 777_entry4.Value = DependencyProperty.UnsetValue; 786_entry4.Value = DependencyProperty.UnsetValue; 794_entry4.Value = DependencyProperty.UnsetValue; 801_entry4.Value = DependencyProperty.UnsetValue; 816_entry5.Value = DependencyProperty.UnsetValue; 827_entry5.Value = DependencyProperty.UnsetValue; 837_entry5.Value = DependencyProperty.UnsetValue; 846_entry5.Value = DependencyProperty.UnsetValue; 854_entry5.Value = DependencyProperty.UnsetValue; 861_entry5.Value = DependencyProperty.UnsetValue; 914return DependencyProperty.UnsetValue; 1022value = DependencyProperty.UnsetValue; 1029value = DependencyProperty.UnsetValue; 1204_entries[_count - 1].Value = DependencyProperty.UnsetValue; 1220return DependencyProperty.UnsetValue; 1241value = DependencyProperty.UnsetValue; 1445_entries[_count - 1].Value = DependencyProperty.UnsetValue; 1460return DependencyProperty.UnsetValue; 1477value = DependencyProperty.UnsetValue; 1596return ((value != NullValue) && (value != null)) ? value : DependencyProperty.UnsetValue; 1624value = DependencyProperty.UnsetValue; 1629value = DependencyProperty.UnsetValue; 1649value = DependencyProperty.UnsetValue; 1694return DependencyProperty.UnsetValue; 1699if (value != DependencyProperty.UnsetValue) 1926_entries[_count - 1].Value = DependencyProperty.UnsetValue; 1941return DependencyProperty.UnsetValue; 1958value = DependencyProperty.UnsetValue; 2059return DependencyProperty.UnsetValue; 2064if (value != DependencyProperty.UnsetValue)