2598 references to GetValue
PresentationCore (619)
Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs (1)
65
return (TextHintingMode)element.
GetValue
(TextHintingModeProperty);
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
538
Transform3D transform = (Transform3D)visual3D.
GetValue
(Visual3D.TransformProperty);
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (15)
43
return ((string)element.
GetValue
(AutomationIdProperty));
82
return ((string)element.
GetValue
(NameProperty));
121
return ((string)element.
GetValue
(HelpTextProperty));
160
return ((string)element.
GetValue
(AcceleratorKeyProperty));
199
return ((string)element.
GetValue
(AccessKeyProperty));
238
return ((string)element.
GetValue
(ItemStatusProperty));
277
return ((string)element.
GetValue
(ItemTypeProperty));
315
return ((bool)element.
GetValue
(IsColumnHeaderProperty));
353
return ((bool)element.
GetValue
(IsRowHeaderProperty));
391
return ((bool)element.
GetValue
(IsRequiredForFormProperty));
429
return ((UIElement)element.
GetValue
(LabeledByProperty));
467
return ((IsOffscreenBehavior)element.
GetValue
(IsOffscreenBehaviorProperty));
505
return ((AutomationLiveSetting)element.
GetValue
(LiveSettingProperty));
547
return ((int)element.
GetValue
(PositionInSetProperty));
589
return ((int)element.
GetValue
(SizeOfSetProperty));
Core\CSharp\System\Windows\ContentElement.cs (10)
367
get { return (bool)
GetValue
(IsMouseCapturedProperty); }
430
get { return (bool)
GetValue
(IsStylusCapturedProperty); }
606
get { return (bool)
GetValue
(IsFocusedProperty); }
626
get { return (bool)
GetValue
(IsEnabledProperty); }
681
if(parent == null || (bool)parent.
GetValue
(IsEnabledProperty))
732
get { return (bool)
GetValue
(FocusableProperty); }
762
get { return (bool)
GetValue
(InputMethod.IsInputMethodEnabledProperty); }
814
get { return (bool)
GetValue
(AllowDropProperty); }
846
get { return (bool)
GetValue
(AreAnyTouchesDirectlyOverProperty); }
862
get { return (bool)
GetValue
(AreAnyTouchesCapturedProperty); }
Core\CSharp\system\windows\generated\TextDecoration.cs (5)
94
return (Pen)
GetValue
(PenProperty);
110
return (double)
GetValue
(PenOffsetProperty);
126
return (TextDecorationUnit)
GetValue
(PenOffsetUnitProperty);
142
return (TextDecorationUnit)
GetValue
(PenThicknessUnitProperty);
158
return (TextDecorationLocation)
GetValue
(LocationProperty);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (2)
622
return ((bool)element.
GetValue
(UIElement.IsEnabledProperty));
755
WeakReference cachedElementWeakRef = (WeakReference)d.
GetValue
(AccessKeyElementProperty);
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (3)
89
return (ICommand)
GetValue
(CommandProperty);
125
return
GetValue
(CommandParameterProperty);
146
return (IInputElement)
GetValue
(CommandTargetProperty);
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (2)
122
return (ModifierKeys)
GetValue
(ModifiersProperty);
149
return (Key)
GetValue
(KeyProperty);
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
137
return (MouseAction)
GetValue
(MouseActionProperty);
Core\CSharp\System\Windows\Input\FocusManager.cs (3)
151
DependencyObject focusedElement = (DependencyObject) element.
GetValue
(FocusedElementProperty);
212
return (bool)element.
GetValue
(IsFocusScopeProperty);
366
if ((bool)d.
GetValue
(IsFocusScopeProperty))
Core\CSharp\System\Windows\Input\InputLanguageManager.cs (4)
74
return (CultureInfo)(target.
GetValue
(InputLanguageProperty));
116
return (bool)(target.
GetValue
(RestoreInputLanguageProperty));
435
culture = (CultureInfo)focus.
GetValue
(InputLanguageProperty);
448
(bool)focused.
GetValue
(RestoreInputLanguageProperty))
Core\CSharp\System\Windows\Input\InputMethod.cs (9)
265
return (bool)(target.
GetValue
(IsInputMethodEnabledProperty));
304
return (bool)(target.
GetValue
(IsInputMethodSuspendedProperty));
344
return (InputMethodState)(target.
GetValue
(PreferredImeStateProperty));
383
return (ImeConversionModeValues)(target.
GetValue
(PreferredImeConversionModeProperty));
422
return (ImeSentenceModeValues)(target.
GetValue
(PreferredImeSentenceModeProperty));
460
return (InputScope)(target.
GetValue
(InputScopeProperty));
1337
value = focus.
GetValue
(PreferredImeStateProperty);
1343
value = focus.
GetValue
(PreferredImeConversionModeProperty);
1349
value = focus.
GetValue
(PreferredImeSentenceModeProperty);
Core\CSharp\System\Windows\Input\Keyboard.cs (2)
409
if((bool)element.
GetValue
(UIElement.IsEnabledProperty) == false)
423
bool focusable = (bool) element.
GetValue
(UIElement.FocusableProperty);
Core\CSharp\System\Windows\Input\TextServicesManager.cs (4)
95
if ((bool)focus.
GetValue
(InputMethod.IsInputMethodSuspendedProperty))
102
InputMethod.Current.EnableOrDisableInputMethod((bool)focus.
GetValue
(InputMethod.IsInputMethodEnabledProperty));
153
if ((element == null) || (bool)element.
GetValue
(InputMethod.IsInputMethodSuspendedProperty))
193
if ((element == null) || (bool)element.
GetValue
(InputMethod.IsInputMethodSuspendedProperty))
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
378
return (bool)
GetValue
(IsFrontBufferAvailableProperty);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
629
storage._snapshotValue = d.
GetValue
(dp);
866
storage._snapshotValue = d.
GetValue
(dp);
Core\CSharp\System\Windows\Media\Animation\BackEase.cs (1)
36
return (double)
GetValue
(AmplitudeProperty);
Core\CSharp\System\Windows\Media\Animation\BounceEase.cs (2)
38
return (int)
GetValue
(BouncesProperty);
64
return (double)
GetValue
(BouncinessProperty);
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (4)
74
return (PathGeometry)
GetValue
(PathGeometryProperty);
101
return (PathAnimationSource)
GetValue
(SourceProperty);
235
return (bool)
GetValue
(IsAdditiveProperty);
250
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\EasingFunctionBase.cs (1)
31
return (EasingMode)
GetValue
(EasingModeProperty);
Core\CSharp\System\Windows\Media\Animation\EasingQuaternionKeyFrame.cs (1)
43
return (bool)
GetValue
(UseShortestPathProperty);
Core\CSharp\System\Windows\Media\Animation\ElasticEase.cs (2)
38
return (int)
GetValue
(OscillationsProperty);
63
return (double)
GetValue
(SpringinessProperty);
Core\CSharp\System\Windows\Media\Animation\ExponentialEase.cs (1)
38
return (double)
GetValue
(ExponentProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (6)
449
return (Byte?)
GetValue
(FromProperty);
469
return (Byte?)
GetValue
(ToProperty);
489
return (Byte?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (6)
449
return (Color?)
GetValue
(FromProperty);
469
return (Color?)
GetValue
(ToProperty);
489
return (Color?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (1)
61
Color tempValue = (Color)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (6)
449
return (Decimal?)
GetValue
(FromProperty);
469
return (Decimal?)
GetValue
(ToProperty);
489
return (Decimal?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (6)
449
return (Double?)
GetValue
(FromProperty);
469
return (Double?)
GetValue
(ToProperty);
489
return (Double?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (1)
61
Double tempValue = (Double)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (16)
141
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
266
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
391
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
516
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
641
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
766
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
891
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1016
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1141
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1266
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1391
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1516
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1641
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1766
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
1891
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
2016
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (6)
449
return (Int16?)
GetValue
(FromProperty);
469
return (Int16?)
GetValue
(ToProperty);
489
return (Int16?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (6)
449
return (Int32?)
GetValue
(FromProperty);
469
return (Int32?)
GetValue
(ToProperty);
489
return (Int32?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (6)
449
return (Int64?)
GetValue
(FromProperty);
469
return (Int64?)
GetValue
(ToProperty);
489
return (Int64?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (42)
86
return (KeyTime)
GetValue
(KeyTimeProperty);
126
return (Boolean)
GetValue
(ValueProperty);
230
return (KeyTime)
GetValue
(KeyTimeProperty);
270
return (Byte)
GetValue
(ValueProperty);
374
return (KeyTime)
GetValue
(KeyTimeProperty);
414
return (Char)
GetValue
(ValueProperty);
518
return (KeyTime)
GetValue
(KeyTimeProperty);
558
return (Color)
GetValue
(ValueProperty);
662
return (KeyTime)
GetValue
(KeyTimeProperty);
702
return (Decimal)
GetValue
(ValueProperty);
806
return (KeyTime)
GetValue
(KeyTimeProperty);
846
return (Double)
GetValue
(ValueProperty);
950
return (KeyTime)
GetValue
(KeyTimeProperty);
990
return (Int16)
GetValue
(ValueProperty);
1094
return (KeyTime)
GetValue
(KeyTimeProperty);
1134
return (Int32)
GetValue
(ValueProperty);
1238
return (KeyTime)
GetValue
(KeyTimeProperty);
1278
return (Int64)
GetValue
(ValueProperty);
1382
return (KeyTime)
GetValue
(KeyTimeProperty);
1422
return (Matrix)
GetValue
(ValueProperty);
1526
return (KeyTime)
GetValue
(KeyTimeProperty);
1566
return (Object)
GetValue
(ValueProperty);
1670
return (KeyTime)
GetValue
(KeyTimeProperty);
1710
return (Point)
GetValue
(ValueProperty);
1814
return (KeyTime)
GetValue
(KeyTimeProperty);
1854
return (Point3D)
GetValue
(ValueProperty);
1958
return (KeyTime)
GetValue
(KeyTimeProperty);
1998
return (Quaternion)
GetValue
(ValueProperty);
2102
return (KeyTime)
GetValue
(KeyTimeProperty);
2142
return (Rotation3D)
GetValue
(ValueProperty);
2246
return (KeyTime)
GetValue
(KeyTimeProperty);
2286
return (Rect)
GetValue
(ValueProperty);
2390
return (KeyTime)
GetValue
(KeyTimeProperty);
2430
return (Single)
GetValue
(ValueProperty);
2534
return (KeyTime)
GetValue
(KeyTimeProperty);
2574
return (Size)
GetValue
(ValueProperty);
2678
return (KeyTime)
GetValue
(KeyTimeProperty);
2718
return (String)
GetValue
(ValueProperty);
2822
return (KeyTime)
GetValue
(KeyTimeProperty);
2862
return (Vector)
GetValue
(ValueProperty);
2966
return (KeyTime)
GetValue
(KeyTimeProperty);
3006
return (Vector3D)
GetValue
(ValueProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (1)
61
Matrix tempValue = (Matrix)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (6)
449
return (Point3D?)
GetValue
(FromProperty);
469
return (Point3D?)
GetValue
(ToProperty);
489
return (Point3D?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (1)
61
Point3D tempValue = (Point3D)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (6)
449
return (Point?)
GetValue
(FromProperty);
469
return (Point?)
GetValue
(ToProperty);
489
return (Point?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (1)
61
Point tempValue = (Point)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (6)
449
return (Quaternion?)
GetValue
(FromProperty);
469
return (Quaternion?)
GetValue
(ToProperty);
489
return (Quaternion?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (1)
61
Quaternion tempValue = (Quaternion)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (6)
449
return (Rect?)
GetValue
(FromProperty);
469
return (Rect?)
GetValue
(ToProperty);
489
return (Rect?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (1)
61
Rect tempValue = (Rect)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (6)
449
return (Rotation3D)
GetValue
(FromProperty);
469
return (Rotation3D)
GetValue
(ToProperty);
489
return (Rotation3D)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (6)
449
return (Single?)
GetValue
(FromProperty);
469
return (Single?)
GetValue
(ToProperty);
489
return (Single?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (6)
449
return (Size?)
GetValue
(FromProperty);
469
return (Size?)
GetValue
(ToProperty);
489
return (Size?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (1)
61
Size tempValue = (Size)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (16)
144
return (KeySpline)
GetValue
(KeySplineProperty);
277
return (KeySpline)
GetValue
(KeySplineProperty);
410
return (KeySpline)
GetValue
(KeySplineProperty);
543
return (KeySpline)
GetValue
(KeySplineProperty);
676
return (KeySpline)
GetValue
(KeySplineProperty);
809
return (KeySpline)
GetValue
(KeySplineProperty);
942
return (KeySpline)
GetValue
(KeySplineProperty);
1075
return (KeySpline)
GetValue
(KeySplineProperty);
1208
return (KeySpline)
GetValue
(KeySplineProperty);
1341
return (KeySpline)
GetValue
(KeySplineProperty);
1474
return (KeySpline)
GetValue
(KeySplineProperty);
1607
return (KeySpline)
GetValue
(KeySplineProperty);
1740
return (KeySpline)
GetValue
(KeySplineProperty);
1873
return (KeySpline)
GetValue
(KeySplineProperty);
2006
return (KeySpline)
GetValue
(KeySplineProperty);
2139
return (KeySpline)
GetValue
(KeySplineProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
101
return (TimelineCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (6)
449
return (Vector3D?)
GetValue
(FromProperty);
469
return (Vector3D?)
GetValue
(ToProperty);
489
return (Vector3D?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (1)
61
Vector3D tempValue = (Vector3D)dobj.
GetValue
(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (6)
449
return (Vector?)
GetValue
(FromProperty);
469
return (Vector?)
GetValue
(ToProperty);
489
return (Vector?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\LinearQuaternionKeyFrame.cs (1)
43
return (bool)
GetValue
(UseShortestPathProperty);
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (5)
111
return (bool)
GetValue
(DoesRotateWithTangentProperty);
126
return (bool)
GetValue
(IsAdditiveProperty);
159
return (bool)
GetValue
(IsAngleCumulativeProperty);
190
return (bool)
GetValue
(IsOffsetCumulativeProperty);
216
return (PathGeometry)
GetValue
(PathGeometryProperty);
Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs (1)
177
return (SlipBehavior)
GetValue
(SlipBehaviorProperty);
Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs (3)
77
return (PathGeometry)
GetValue
(PathGeometryProperty);
195
return (bool)
GetValue
(IsAdditiveProperty);
210
return (bool)
GetValue
(IsCumulativeProperty);
Core\CSharp\System\Windows\Media\Animation\PowerEase.cs (1)
38
return (double)
GetValue
(PowerProperty);
Core\CSharp\System\Windows\Media\Animation\QuaternionAnimation.cs (1)
40
return (bool)
GetValue
(UseShortestPathProperty);
Core\CSharp\System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs (1)
43
return (bool)
GetValue
(UseShortestPathProperty);
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (10)
211
return (double)
GetValue
(AccelerationRatioProperty);
266
return (bool)
GetValue
(AutoReverseProperty);
306
return (TimeSpan?)
GetValue
(BeginTimeProperty);
349
return (double)
GetValue
(DecelerationRatioProperty);
391
return (Int32?)timeline.
GetValue
(DesiredFrameRateProperty);
439
return (Duration)
GetValue
(DurationProperty);
479
return (FillBehavior)
GetValue
(FillBehaviorProperty);
522
return (string)
GetValue
(NameProperty);
557
return (RepeatBehavior)
GetValue
(RepeatBehaviorProperty);
600
return (double)
GetValue
(SpeedRatioProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (5)
127
return (double)
GetValue
(BevelWidthProperty);
142
return (double)
GetValue
(ReliefProperty);
157
return (double)
GetValue
(LightAngleProperty);
172
return (double)
GetValue
(SmoothnessProperty);
187
return (EdgeProfile)
GetValue
(EdgeProfileProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
100
return (BitmapEffectCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (3)
106
return (BitmapSource)
GetValue
(InputProperty);
121
return (BrushMappingMode)
GetValue
(AreaToApplyEffectUnitsProperty);
136
return (Rect)
GetValue
(AreaToApplyEffectProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (2)
106
return (double)
GetValue
(RadiusProperty);
121
return (KernelType)
GetValue
(KernelTypeProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs (3)
120
return (double)
GetValue
(RadiusProperty);
135
return (KernelType)
GetValue
(KernelTypeProperty);
150
return (RenderingBias)
GetValue
(RenderingBiasProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (6)
141
return (double)
GetValue
(ShadowDepthProperty);
156
return (Color)
GetValue
(ColorProperty);
171
return (double)
GetValue
(DirectionProperty);
186
return (double)
GetValue
(NoiseProperty);
201
return (double)
GetValue
(OpacityProperty);
216
return (double)
GetValue
(SoftnessProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (6)
141
return (double)
GetValue
(ShadowDepthProperty);
156
return (Color)
GetValue
(ColorProperty);
171
return (double)
GetValue
(DirectionProperty);
186
return (double)
GetValue
(OpacityProperty);
201
return (double)
GetValue
(BlurRadiusProperty);
216
return (RenderingBias)
GetValue
(RenderingBiasProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (2)
113
return (double)
GetValue
(LightAngleProperty);
128
return (double)
GetValue
(ReliefProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (4)
127
return (Color)
GetValue
(GlowColorProperty);
142
return (double)
GetValue
(GlowSizeProperty);
157
return (double)
GetValue
(NoiseProperty);
172
return (double)
GetValue
(OpacityProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\PixelShader.cs (2)
115
return (Uri)
GetValue
(UriSourceProperty);
130
return (ShaderRenderMode)
GetValue
(ShaderRenderModeProperty);
Core\CSharp\System\Windows\Media\Effects\Generated\ShaderEffect.cs (1)
149
return (PixelShader)
GetValue
(PixelShaderProperty);
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
259
object val = this.
GetValue
(dp);
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (5)
102
return (Point)
GetValue
(PointProperty);
117
return (Size)
GetValue
(SizeProperty);
132
return (double)
GetValue
(RotationAngleProperty);
147
return (bool)
GetValue
(IsLargeArcProperty);
162
return (SweepDirection)
GetValue
(SweepDirectionProperty);
Core\CSharp\System\Windows\Media\Generated\BezierSegment.cs (3)
102
return (Point)
GetValue
(Point1Property);
117
return (Point)
GetValue
(Point2Property);
132
return (Point)
GetValue
(Point3Property);
Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs (3)
122
return (double)
GetValue
(RenderAtScaleProperty);
137
return (bool)
GetValue
(SnapsToDevicePixelsProperty);
152
return (bool)
GetValue
(EnableClearTypeProperty);
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (5)
224
return (Visual)
GetValue
(TargetProperty);
239
return (BitmapCache)
GetValue
(BitmapCacheProperty);
256
return (bool)
GetValue
(AutoLayoutContentProperty);
271
return (Visual)
GetValue
(InternalTargetProperty);
289
return (bool)
GetValue
(AutoWrapTargetProperty);
Core\CSharp\System\Windows\Media\Generated\Brush.cs (3)
205
return (double)
GetValue
(OpacityProperty);
220
return (Transform)
GetValue
(TransformProperty);
235
return (Transform)
GetValue
(RelativeTransformProperty);
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (3)
204
return (GeometryCombineMode)
GetValue
(GeometryCombineModeProperty);
219
return (Geometry)
GetValue
(Geometry1Property);
234
return (Geometry)
GetValue
(Geometry2Property);
Core\CSharp\System\Windows\Media\Generated\DashStyle.cs (2)
119
return (double)
GetValue
(OffsetProperty);
134
return (DoubleCollection)
GetValue
(DashesProperty);
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (4)
149
return (Drawing)
GetValue
(DrawingProperty);
267
data.CachingHint = (CachingHint)
GetValue
(RenderOptions.CachingHintProperty);
268
data.CacheInvalidationThresholdMinimum = (double)
GetValue
(RenderOptions.CacheInvalidationThresholdMinimumProperty);
269
data.CacheInvalidationThresholdMaximum = (double)
GetValue
(RenderOptions.CacheInvalidationThresholdMaximumProperty);
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (11)
434
return (DrawingCollection)
GetValue
(ChildrenProperty);
449
return (Geometry)
GetValue
(ClipGeometryProperty);
464
return (double)
GetValue
(OpacityProperty);
479
return (Brush)
GetValue
(OpacityMaskProperty);
494
return (Transform)
GetValue
(TransformProperty);
509
return (GuidelineSet)
GetValue
(GuidelineSetProperty);
524
return (BitmapEffect)
GetValue
(BitmapEffectProperty);
539
return (BitmapEffectInput)
GetValue
(BitmapEffectInputProperty);
638
data.EdgeMode = (EdgeMode)
GetValue
(RenderOptions.EdgeModeProperty);
639
data.bitmapScalingMode = (BitmapScalingMode)
GetValue
(RenderOptions.BitmapScalingModeProperty);
640
data.ClearTypeHint = (ClearTypeHint)
GetValue
(RenderOptions.ClearTypeHintProperty);
Core\CSharp\System\Windows\Media\Generated\DrawingImage.cs (1)
149
return (Drawing)
GetValue
(DrawingProperty);
Core\CSharp\System\Windows\Media\Generated\EllipseGeometry.cs (3)
122
return (double)
GetValue
(RadiusXProperty);
137
return (double)
GetValue
(RadiusYProperty);
152
return (Point)
GetValue
(CenterProperty);
Core\CSharp\System\Windows\Media\Generated\GeneralTransformGroup.cs (1)
102
return (GeneralTransformCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media\Generated\Geometry.cs (1)
152
return (Transform)
GetValue
(TransformProperty);
Core\CSharp\System\Windows\Media\Generated\GeometryDrawing.cs (3)
245
return (Brush)
GetValue
(BrushProperty);
260
return (Pen)
GetValue
(PenProperty);
275
return (Geometry)
GetValue
(GeometryProperty);
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (2)
199
return (FillRule)
GetValue
(FillRuleProperty);
214
return (GeometryCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media\Generated\GlyphRunDrawing.cs (2)
178
return (GlyphRun)
GetValue
(GlyphRunProperty);
193
return (Brush)
GetValue
(ForegroundBrushProperty);
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (4)
133
return (ColorInterpolationMode)
GetValue
(ColorInterpolationModeProperty);
148
return (BrushMappingMode)
GetValue
(MappingModeProperty);
163
return (GradientSpreadMethod)
GetValue
(SpreadMethodProperty);
178
return (GradientStopCollection)
GetValue
(GradientStopsProperty);
Core\CSharp\System\Windows\Media\Generated\GradientStop.cs (2)
115
return (Color)
GetValue
(ColorProperty);
130
return (double)
GetValue
(OffsetProperty);
Core\CSharp\System\Windows\Media\Generated\GuidelineSet.cs (3)
130
return (DoubleCollection)
GetValue
(GuidelinesXProperty);
145
return (DoubleCollection)
GetValue
(GuidelinesYProperty);
160
return (bool)
GetValue
(IsDynamicProperty);
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (4)
149
return (ImageSource)
GetValue
(ImageSourceProperty);
267
data.CachingHint = (CachingHint)
GetValue
(RenderOptions.CachingHintProperty);
268
data.CacheInvalidationThresholdMinimum = (double)
GetValue
(RenderOptions.CacheInvalidationThresholdMinimumProperty);
269
data.CacheInvalidationThresholdMaximum = (double)
GetValue
(RenderOptions.CacheInvalidationThresholdMaximumProperty);
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (2)
156
return (ImageSource)
GetValue
(ImageSourceProperty);
171
return (Rect)
GetValue
(RectProperty);
Core\CSharp\System\Windows\Media\Generated\LinearGradientBrush.cs (2)
115
return (Point)
GetValue
(StartPointProperty);
130
return (Point)
GetValue
(EndPointProperty);
Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs (2)
115
return (Point)
GetValue
(StartPointProperty);
130
return (Point)
GetValue
(EndPointProperty);
Core\CSharp\System\Windows\Media\Generated\LineSegment.cs (1)
102
return (Point)
GetValue
(PointProperty);
Core\CSharp\System\Windows\Media\Generated\MatrixTransform.cs (1)
108
return (Matrix)
GetValue
(MatrixProperty);
Core\CSharp\System\Windows\Media\Generated\MediaTimeline.cs (1)
102
return (Uri)
GetValue
(SourceProperty);
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (4)
102
return (Point)
GetValue
(StartPointProperty);
117
return (bool)
GetValue
(IsFilledProperty);
132
return (PathSegmentCollection)
GetValue
(SegmentsProperty);
147
return (bool)
GetValue
(IsClosedProperty);
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (2)
121
return (FillRule)
GetValue
(FillRuleProperty);
136
return (PathFigureCollection)
GetValue
(FiguresProperty);
Core\CSharp\System\Windows\Media\Generated\PathSegment.cs (2)
102
return (bool)
GetValue
(IsStrokedProperty);
117
return (bool)
GetValue
(IsSmoothJoinProperty);
Core\CSharp\System\Windows\Media\Generated\Pen.cs (8)
239
return (Brush)
GetValue
(BrushProperty);
254
return (double)
GetValue
(ThicknessProperty);
269
return (PenLineCap)
GetValue
(StartLineCapProperty);
284
return (PenLineCap)
GetValue
(EndLineCapProperty);
299
return (PenLineCap)
GetValue
(DashCapProperty);
314
return (PenLineJoin)
GetValue
(LineJoinProperty);
329
return (double)
GetValue
(MiterLimitProperty);
344
return (DashStyle)
GetValue
(DashStyleProperty);
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegment.cs (1)
102
return (PointCollection)
GetValue
(PointsProperty);
Core\CSharp\System\Windows\Media\Generated\PolyLineSegment.cs (1)
102
return (PointCollection)
GetValue
(PointsProperty);
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (1)
102
return (PointCollection)
GetValue
(PointsProperty);
Core\CSharp\System\Windows\Media\Generated\QuadraticBezierSegment.cs (2)
102
return (Point)
GetValue
(Point1Property);
117
return (Point)
GetValue
(Point2Property);
Core\CSharp\System\Windows\Media\Generated\RadialGradientBrush.cs (4)
129
return (Point)
GetValue
(CenterProperty);
144
return (double)
GetValue
(RadiusXProperty);
159
return (double)
GetValue
(RadiusYProperty);
174
return (Point)
GetValue
(GradientOriginProperty);
Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs (3)
122
return (double)
GetValue
(RadiusXProperty);
137
return (double)
GetValue
(RadiusYProperty);
152
return (Rect)
GetValue
(RectProperty);
Core\CSharp\System\Windows\Media\Generated\RotateTransform.cs (3)
122
return (double)
GetValue
(AngleProperty);
137
return (double)
GetValue
(CenterXProperty);
152
return (double)
GetValue
(CenterYProperty);
Core\CSharp\System\Windows\Media\Generated\ScaleTransform.cs (4)
129
return (double)
GetValue
(ScaleXProperty);
144
return (double)
GetValue
(ScaleYProperty);
159
return (double)
GetValue
(CenterXProperty);
174
return (double)
GetValue
(CenterYProperty);
Core\CSharp\System\Windows\Media\Generated\SkewTransform.cs (4)
129
return (double)
GetValue
(AngleXProperty);
144
return (double)
GetValue
(AngleYProperty);
159
return (double)
GetValue
(CenterXProperty);
174
return (double)
GetValue
(CenterYProperty);
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
108
return (Color)
GetValue
(ColorProperty);
Core\CSharp\System\Windows\Media\Generated\StreamGeometry.cs (1)
108
return (FillRule)
GetValue
(FillRuleProperty);
Core\CSharp\System\Windows\Media\Generated\TextEffect.cs (5)
122
return (Transform)
GetValue
(TransformProperty);
138
return (Geometry)
GetValue
(ClipProperty);
154
return (Brush)
GetValue
(ForegroundProperty);
170
return (int)
GetValue
(PositionStartProperty);
186
return (int)
GetValue
(PositionCountProperty);
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (8)
178
return (BrushMappingMode)
GetValue
(ViewportUnitsProperty);
193
return (BrushMappingMode)
GetValue
(ViewboxUnitsProperty);
208
return (Rect)
GetValue
(ViewportProperty);
223
return (Rect)
GetValue
(ViewboxProperty);
238
return (Stretch)
GetValue
(StretchProperty);
253
return (TileMode)
GetValue
(TileModeProperty);
268
return (AlignmentX)
GetValue
(AlignmentXProperty);
283
return (AlignmentY)
GetValue
(AlignmentYProperty);
Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs (1)
192
return (TransformCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs (2)
115
return (double)
GetValue
(XProperty);
130
return (double)
GetValue
(YProperty);
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (2)
137
return (MediaPlayer)
GetValue
(PlayerProperty);
152
return (Rect)
GetValue
(RectProperty);
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (5)
162
return (Visual)
GetValue
(VisualProperty);
179
return (bool)
GetValue
(AutoLayoutContentProperty);
299
data.CachingHint = (CachingHint)
GetValue
(RenderOptions.CachingHintProperty);
300
data.CacheInvalidationThresholdMinimum = (double)
GetValue
(RenderOptions.CacheInvalidationThresholdMinimumProperty);
301
data.CacheInvalidationThresholdMaximum = (double)
GetValue
(RenderOptions.CacheInvalidationThresholdMaximumProperty);
Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs (9)
171
return (RequestCachePolicy)
GetValue
(UriCachePolicyProperty);
186
return (Uri)
GetValue
(UriSourceProperty);
202
return (Stream)
GetValue
(StreamSourceProperty);
217
return (int)
GetValue
(DecodePixelWidthProperty);
232
return (int)
GetValue
(DecodePixelHeightProperty);
247
return (Rotation)
GetValue
(RotationProperty);
262
return (Int32Rect)
GetValue
(SourceRectProperty);
277
return (BitmapCreateOptions)
GetValue
(CreateOptionsProperty);
292
return (BitmapCacheOption)
GetValue
(CacheOptionProperty);
Core\CSharp\System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs (4)
144
return (BitmapSource)
GetValue
(SourceProperty);
159
return (ColorContext)
GetValue
(SourceColorContextProperty);
174
return (ColorContext)
GetValue
(DestinationColorContextProperty);
189
return (PixelFormat)
GetValue
(DestinationFormatProperty);
Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs (2)
126
return (BitmapSource)
GetValue
(SourceProperty);
141
return (Int32Rect)
GetValue
(SourceRectProperty);
Core\CSharp\System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs (4)
144
return (BitmapSource)
GetValue
(SourceProperty);
159
return (PixelFormat)
GetValue
(DestinationFormatProperty);
174
return (BitmapPalette)
GetValue
(DestinationPaletteProperty);
189
return (double)
GetValue
(AlphaThresholdProperty);
Core\CSharp\System\Windows\Media\Imaging\Generated\TransformedBitmap.cs (2)
145
return (BitmapSource)
GetValue
(SourceProperty);
160
return (Transform)
GetValue
(TransformProperty);
Core\CSharp\System\Windows\Media\RenderOptions.cs (6)
50
return (EdgeMode)target.
GetValue
(EdgeModeProperty);
83
return (BitmapScalingMode)target.
GetValue
(BitmapScalingModeProperty);
116
return (ClearTypeHint)target.
GetValue
(ClearTypeHintProperty);
150
return (CachingHint)target.
GetValue
(CachingHintProperty);
183
return (double)target.
GetValue
(CacheInvalidationThresholdMinimumProperty);
216
return (double)target.
GetValue
(CacheInvalidationThresholdMaximumProperty);
Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs (3)
183
return (NumberCultureSource)(target.
GetValue
(CultureSourceProperty));
223
return (CultureInfo)(target.
GetValue
(CultureOverrideProperty));
259
return (NumberSubstitutionMethod)(target.
GetValue
(SubstitutionProperty));
Core\CSharp\System\Windows\Media3D\Generated\AxisAngleRotation3D.cs (2)
115
return (Vector3D)
GetValue
(AxisProperty);
130
return (double)
GetValue
(AngleProperty);
Core\CSharp\System\Windows\Media3D\Generated\Camera.cs (1)
145
return (Transform3D)
GetValue
(TransformProperty);
Core\CSharp\System\Windows\Media3D\Generated\DiffuseMaterial.cs (3)
159
return (Color)
GetValue
(ColorProperty);
174
return (Color)
GetValue
(AmbientColorProperty);
189
return (Brush)
GetValue
(BrushProperty);
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (1)
104
return (Vector3D)
GetValue
(DirectionProperty);
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
152
return (Color)
GetValue
(ColorProperty);
167
return (Brush)
GetValue
(BrushProperty);
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DGroup.cs (1)
98
return (GeneralTransform3DCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media3D\Generated\GeometryModel3D.cs (3)
245
return (Geometry3D)
GetValue
(GeometryProperty);
260
return (Material)
GetValue
(MaterialProperty);
275
return (Material)
GetValue
(BackMaterialProperty);
Core\CSharp\System\Windows\Media3D\Generated\Light.cs (1)
104
return (Color)
GetValue
(ColorProperty);
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (1)
188
return (MaterialCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media3D\Generated\MatrixCamera.cs (2)
111
return (Matrix3D)
GetValue
(ViewMatrixProperty);
126
return (Matrix3D)
GetValue
(ProjectionMatrixProperty);
Core\CSharp\System\Windows\Media3D\Generated\MatrixTransform3D.cs (1)
104
return (Matrix3D)
GetValue
(MatrixProperty);
Core\CSharp\System\Windows\Media3D\Generated\MeshGeometry3D.cs (4)
141
return (Point3DCollection)
GetValue
(PositionsProperty);
156
return (Vector3DCollection)
GetValue
(NormalsProperty);
171
return (PointCollection)
GetValue
(TextureCoordinatesProperty);
186
return (Int32Collection)
GetValue
(TriangleIndicesProperty);
Core\CSharp\System\Windows\Media3D\Generated\Model3D.cs (1)
145
return (Transform3D)
GetValue
(TransformProperty);
Core\CSharp\System\Windows\Media3D\Generated\Model3DGroup.cs (1)
188
return (Model3DCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
104
return (double)
GetValue
(WidthProperty);
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
104
return (double)
GetValue
(FieldOfViewProperty);
Core\CSharp\System\Windows\Media3D\Generated\PointLightBase.cs (5)
132
return (Point3D)
GetValue
(PositionProperty);
147
return (double)
GetValue
(RangeProperty);
162
return (double)
GetValue
(ConstantAttenuationProperty);
177
return (double)
GetValue
(LinearAttenuationProperty);
192
return (double)
GetValue
(QuadraticAttenuationProperty);
Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs (5)
132
return (double)
GetValue
(NearPlaneDistanceProperty);
147
return (double)
GetValue
(FarPlaneDistanceProperty);
162
return (Point3D)
GetValue
(PositionProperty);
177
return (Vector3D)
GetValue
(LookDirectionProperty);
192
return (Vector3D)
GetValue
(UpDirectionProperty);
Core\CSharp\System\Windows\Media3D\Generated\SpecularMaterial.cs (3)
159
return (Color)
GetValue
(ColorProperty);
174
return (Brush)
GetValue
(BrushProperty);
189
return (double)
GetValue
(SpecularPowerProperty);
Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs (3)
118
return (Vector3D)
GetValue
(DirectionProperty);
133
return (double)
GetValue
(OuterConeAngleProperty);
148
return (double)
GetValue
(InnerConeAngleProperty);
Core\CSharp\System\Windows\Media3D\Generated\Transform3DGroup.cs (1)
188
return (Transform3DCollection)
GetValue
(ChildrenProperty);
Core\CSharp\System\Windows\Media3D\ModelUIElement3D.cs (1)
83
return (Model3D)
GetValue
(ModelProperty);
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (2)
164
return (Model3D)
GetValue
(ContentProperty);
184
return (Transform3D)
GetValue
(TransformProperty);
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (12)
304
get { return (Visual)
GetValue
(VisualProperty); }
454
RenderOptions.SetCachingHint(vb, (CachingHint)
GetValue
(CachingHintProperty));
455
RenderOptions.SetCacheInvalidationThresholdMinimum(vb, (double)
GetValue
(CacheInvalidationThresholdMinimumProperty));
456
RenderOptions.SetCacheInvalidationThresholdMaximum(vb, (double)
GetValue
(CacheInvalidationThresholdMaximumProperty));
500
if ((Boolean)diffMaterial.
GetValue
(Viewport2DVisual3D.IsVisualHostMaterialProperty))
509
if ((Boolean)emmMaterial.
GetValue
(Viewport2DVisual3D.IsVisualHostMaterialProperty))
518
if ((Boolean)specMaterial.
GetValue
(Viewport2DVisual3D.IsVisualHostMaterialProperty))
529
if ((Boolean)matGroup.
GetValue
(Viewport2DVisual3D.IsVisualHostMaterialProperty))
573
get { return (Geometry3D)
GetValue
(GeometryProperty); }
697
get { return (Material)
GetValue
(MaterialProperty); }
740
return (bool)element.
GetValue
(IsVisualHostMaterialProperty);
754
get { return (CacheMode)
GetValue
(CacheModeProperty); }
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
242
return (Camera)
GetValue
(CameraProperty);
280
return (Rect)
GetValue
(ViewportProperty);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
200
return (Transform3D)
GetValue
(TransformProperty);
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
601
baseUri = doCurrent.
GetValue
(BaseUriProperty) as Uri;
Core\CSharp\System\Windows\PresentationSource.cs (3)
317
if (true == (bool)ce.
GetValue
(GetsSourceChangedEventProperty))
629
if (true == (bool)uie.
GetValue
(GetsSourceChangedEventProperty))
764
dObject.
GetValue
(dp);
Core\CSharp\System\Windows\UIElement.cs (27)
159
get { return (bool)
GetValue
(AllowDropProperty); }
1380
get { return (Transform)
GetValue
(RenderTransformProperty); }
1433
get { return (Point)
GetValue
(RenderTransformOriginProperty); }
2092
if ((bool)containingElement.
GetValue
(IsEnabledProperty))
2500
get { return (bool)
GetValue
(IsMouseCapturedProperty); }
2566
get { return (bool)
GetValue
(IsStylusCapturedProperty); }
2697
get { return (bool)
GetValue
(InputMethod.IsInputMethodEnabledProperty); }
2726
get { return (double)
GetValue
(OpacityProperty); }
2758
get { return (Brush)
GetValue
(OpacityMaskProperty); }
2789
get { return (BitmapEffect)
GetValue
(BitmapEffectProperty); }
2822
get { return (Effect)
GetValue
(EffectProperty); }
2852
get { return (BitmapEffectInput)
GetValue
(BitmapEffectInputProperty); }
2930
get { return (CacheMode)
GetValue
(CacheModeProperty); }
2972
get { return (string)
GetValue
(UidProperty); }
3459
get { return (Geometry)
GetValue
(ClipProperty); }
3602
get { return (bool)
GetValue
(IsFocusedProperty); }
3629
get { return (bool)
GetValue
(IsEnabledProperty);}
3691
if(parent == null || (bool)parent.
GetValue
(IsEnabledProperty))
3755
get { return (bool)
GetValue
(IsHitTestVisibleProperty); }
3988
get { return (bool)
GetValue
(FocusableProperty); }
4228
bool parentValue = (bool) parent.
GetValue
(IsEnabledProperty);
4244
parentValue = (bool) parent.
GetValue
(IsHitTestVisibleProperty);
4260
parentValue = (bool) parent.
GetValue
(IsVisibleProperty);
4278
bool parentValue = (bool) parent.
GetValue
(IsEnabledProperty);
4381
return (bool)
GetValue
(IsManipulationEnabledProperty);
4589
get { return (bool)
GetValue
(AreAnyTouchesDirectlyOverProperty); }
4605
get { return (bool)
GetValue
(AreAnyTouchesCapturedProperty); }
Core\CSharp\System\Windows\UIElement3D.cs (11)
111
get { return (bool)
GetValue
(AllowDropProperty); }
460
get { return (bool)
GetValue
(IsMouseCapturedProperty); }
526
get { return (bool)
GetValue
(IsStylusCapturedProperty); }
656
get { return (bool)
GetValue
(InputMethod.IsInputMethodEnabledProperty); }
813
get { return (bool)
GetValue
(IsFocusedProperty); }
838
get { return (bool)
GetValue
(IsEnabledProperty); }
896
if (parent == null || (bool)parent.
GetValue
(UIElement.IsEnabledProperty))
958
get { return (bool)
GetValue
(IsHitTestVisibleProperty); }
1181
get { return (bool)
GetValue
(FocusableProperty); }
1460
get { return (bool)
GetValue
(AreAnyTouchesDirectlyOverProperty); }
1476
get { return (bool)
GetValue
(AreAnyTouchesCapturedProperty); }
PresentationFramework (1532)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
96
bool fetchAsBatch = (bool) node.
GetValue
(FetchAnnotationsAsBatchProperty);
136
bool fetchAsBatch = (bool) node.
GetValue
(FetchAnnotationsAsBatchProperty);
329
return d.
GetValue
(DataIdProperty) as String;
373
return (bool)d.
GetValue
(FetchAnnotationsAsBatchProperty);
448
String id = d.
GetValue
(DataIdProperty) as string;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
158
string processorString = node.
GetValue
(SubTreeProcessorIdProperty) as string;
516
return d.
GetValue
(SubTreeProcessorIdProperty) as String;
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
243
parent = (DependencyObject)current.
GetValue
(PathNode.HiddenParentProperty);
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
734
bool currentState = (bool)_DPHost.
GetValue
(StickyNoteControl.IsMouseOverAnchorProperty);
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
485
if (newState != (bool)navigator.
GetValue
(CanGoBackProperty))
491
if (newState != (bool)navigator.
GetValue
(CanGoForwardProperty))
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
823
double height = (double)snc.
GetValue
(FrameworkElement.HeightProperty);
831
double width = (double)snc.
GetValue
(FrameworkElement.WidthProperty);
src\Framework\MS\Internal\Data\LiveShapingItem.cs (6)
94
get { return (int)
GetValue
(StartingIndexProperty); }
155
return
GetValue
(dp); // return the value
183
object o =
GetValue
(ParentGroupsProperty);
205
object o =
GetValue
(ParentGroupsProperty);
227
get { return
GetValue
(ParentGroupsProperty) as List<CollectionViewGroupInternal>; }
232
get { return
GetValue
(ParentGroupsProperty) as CollectionViewGroupInternal; }
src\Framework\MS\Internal\Data\ObjectRef.cs (2)
383
o = el.
GetValue
(ItemContainerGenerator.ItemForItemContainerProperty);
385
o = el.
GetValue
(FrameworkElement.DataContextProperty);
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (2)
258
value = d.
GetValue
(dp);
260
value = d.
GetValue
(dp);
src\Framework\MS\Internal\DataStreams.cs (1)
156
object currentValue = element.
GetValue
(localValueEntry.Property);
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (2)
263
XmlLanguage language = (XmlLanguage)textContainer.Parent.
GetValue
(FrameworkElement.LanguageProperty);
391
cm = e.TargetElement.
GetValue
(FrameworkElement.ContextMenuProperty) as ContextMenu;
src\Framework\MS\Internal\Documents\PageCache.cs (1)
130
FlowDirection flowDirection = (FlowDirection)((DependencyObject)_documentPaginator.Source).
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\Documents\TextBoxLine.cs (3)
219
Brush selectionBrush = uiScope.
GetValue
(TextBoxBase.SelectionBrushProperty) as Brush;
223
double selectionBrushOpacity = (double)uiScope.
GetValue
(TextBoxBase.SelectionOpacityProperty);
476
Brush selectionTextBrush = uiScope.
GetValue
(TextBoxBase.SelectionTextBrushProperty) as Brush;
src\Framework\MS\Internal\Documents\TextBoxView.cs (7)
1876
&& ((bool)((Control)_host).
GetValue
(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty)
1877
|| (bool)((Control)_host).
GetValue
(TextBoxBase.IsSelectionActiveProperty));
2247
if ((ScrollBarVisibility)((Control)_host).
GetValue
(ScrollViewer.VerticalScrollBarVisibilityProperty) == ScrollBarVisibility.Auto)
3069
return (TextAlignment)host.
GetValue
(TextBox.TextAlignmentProperty);
3074
o = host.
GetValue
(TextBox.HorizontalContentAlignmentProperty);
3083
o = host.
GetValue
(TextBox.HorizontalContentAlignmentProperty);
3088
return (TextAlignment)host.
GetValue
(TextBox.TextAlignmentProperty);
src\Framework\MS\Internal\Documents\TextDocumentView.cs (5)
3334
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.
GetValue
(FlowDocument.FlowDirectionProperty);
3352
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.
GetValue
(FlowDocument.FlowDirectionProperty);
3378
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.
GetValue
(FlowDocument.FlowDirectionProperty);
3396
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.
GetValue
(FlowDocument.FlowDirectionProperty);
3414
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.
GetValue
(FlowDocument.FlowDirectionProperty);
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
81
SetValue(FrameworkElement.FlowDirectionProperty, ((FrameworkElement)_child).Parent.
GetValue
(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\Documents\UndoManager.cs (1)
194
return target.
GetValue
(UndoManager.UndoManagerInstanceProperty) as UndoManager;
src\Framework\MS\Internal\Helper.cs (1)
944
else if (container != container.
GetValue
(ItemContainerGenerator.ItemForItemContainerProperty))
src\Framework\MS\Internal\LayoutDump.cs (1)
499
writer.WriteAttributeString("BaselineOffset", ((double)text.
GetValue
(TextBlock.BaselineOffsetProperty)).ToString("F", CultureInfo.InvariantCulture));
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
103
_flowDirection = (FlowDirection)Paragraph.Element.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
130
_flowDirection = (FlowDirection)Paragraph.Element.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\ColumnPropertiesGroup.cs (5)
36
_columnWidth = (double)o.
GetValue
(FlowDocument.ColumnWidthProperty);
37
_columnGap = (double)o.
GetValue
(FlowDocument.ColumnGapProperty);
38
_columnRuleWidth = (double)o.
GetValue
(FlowDocument.ColumnRuleWidthProperty);
39
_columnRuleBrush = (Brush)o.
GetValue
(FlowDocument.ColumnRuleBrushProperty);
40
_isColumnWidthFlexible = (bool)o.
GetValue
(FlowDocument.IsColumnWidthFlexibleProperty);
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
228
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (6)
498
uint fswdirSubtrack = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
521
fskclearIn = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
671
uint fswdirSubtrack = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
688
fskclearIn = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
808
uint fswdirSubtrack = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
825
fskclearIn = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (2)
241
FontFamily pageFontFamily = (FontFamily)structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
243
double pageFontSize = (double)structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (2)
235
_flowDirection = (FlowDirection)Paragraph.Element.
GetValue
(FrameworkElement.FlowDirectionProperty);
416
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
141
uint fswdirPara = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (2)
221
_flowDirection = (FlowDirection)Paragraph.Element.
GetValue
(FrameworkElement.FlowDirectionProperty);
420
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (3)
131
fsfloaterprops.fskclear = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
186
uint fswdirPara = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
401
uint fswdirPara = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (3)
666
this.PageVisual.DrawBackground((Brush)_structuralCache.PropertyOwner.
GetValue
(FlowDocument.BackgroundProperty), contentViewport);
885
this.PageVisual.DrawBackground((Brush)_structuralCache.PropertyOwner.
GetValue
(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
899
FlowDirection flowdirection = (FlowDirection)_structuralCache.PropertyOwner.
GetValue
(FlowDocument.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\Line.cs (3)
67
_textAlignment = (TextAlignment)TextParagraph.Element.
GetValue
(Block.TextAlignmentProperty);
412
FlowDirection paragraphFlowDirection = (FlowDirection)paragraphElement.
GetValue
(FrameworkElement.FlowDirectionProperty);
442
FlowDirection parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\LineBase.cs (2)
206
parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
280
parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (2)
70
uint fswdir = PTS.FlowDirectionToFswdir((FlowDirection)Paragraph.Element.
GetValue
(FrameworkElement.FlowDirectionProperty));
72
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (4)
104
_margin = (Thickness)block.
GetValue
(Block.MarginProperty);
105
_border = (Thickness)block.
GetValue
(Block.BorderThicknessProperty);
106
_padding = (Thickness)block.
GetValue
(Block.PaddingProperty);
107
_borderBrush = (Brush)block.
GetValue
(Block.BorderBrushProperty);
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
876
double pageFontSize = (double)structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
877
FontFamily pageFontFamily = (FontFamily)structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
src\Framework\MS\Internal\PtsHost\RunClient.cs (2)
63
double baselineOffsetValue = (double)UIElementIsland.Root.
GetValue
(TextBlock.BaselineOffsetProperty);
86
double baselineOffsetValue = (double)UIElementIsland.Root.
GetValue
(TextBlock.BaselineOffsetProperty);
src\Framework\MS\Internal\PtsHost\Section.cs (6)
127
StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.PropertyOwner.
GetValue
(FrameworkElement.FlowDirectionProperty);
228
double pageFontSize = (double)_structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
229
FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
233
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.PropertyOwner.
GetValue
(FrameworkElement.FlowDirectionProperty));
376
double pageFontSize = (double)_structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
377
FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
411
return (bool)this.PropertyOwner.
GetValue
(FlowDocument.IsOptimalParagraphEnabledProperty);
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
341
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (12)
147
uint fswdirSubpage = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
178
fskclearIn = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
222
double pageFontSize = (double)_structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
223
FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
366
uint fswdirSubpage = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
375
fskclearIn = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
408
double pageFontSize = (double)_structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
409
FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
536
uint fswdirSubpage = PTS.FlowDirectionToFswdir(((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty)));
544
fskclearIn = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
577
double pageFontSize = (double)_structuralCache.PropertyOwner.
GetValue
(Block.FontSizeProperty);
578
FontFamily pageFontFamily = (FontFamily)_structuralCache.PropertyOwner.
GetValue
(Block.FontFamilyProperty);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (4)
247
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
1967
rowGroupBackgroundBrush = (Brush)tableRowGroup.
GetValue
(TextElement.BackgroundProperty);
1986
rowGroupBackgroundBrush = (Brush)tableRowGroup.
GetValue
(TextElement.BackgroundProperty);
2019
Brush rowBackgroundBrush = (Brush)row.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
175
fstableobjprops.fswdirTable = PTS.FlowDirectionToFswdir((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
2098
endOfParaGlyphWidth = ((double)TextParagraph.Element.
GetValue
(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier);
2213
endOfParaGlyphWidth = ((double)TextParagraph.Element.
GetValue
(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
162
fstxtprops.fswdir = PTS.FlowDirectionToFswdir((FlowDirection)Element.
GetValue
(FrameworkElement.FlowDirectionProperty));
224
isParagraphJustified = ((TextAlignment)Element.
GetValue
(Block.TextAlignmentProperty)) == TextAlignment.Justify;
1535
bool isHyphenationEnabled = (bool) Element.
GetValue
(Block.IsHyphenationEnabledProperty);
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
144
Brush backgroundBrush = (Brush)Paragraph.Element.
GetValue
(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
151
fsfloaterprops.fskclear = PTS.WrapDirectionToFskclear((WrapDirection)Element.
GetValue
(Block.ClearFloatersProperty));
src\Framework\MS\Internal\Text\ComplexLine.cs (3)
197
parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
429
parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
501
parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (16)
49
FontFamily fontFamily = (FontFamily) element.
GetValue
(TextElement.FontFamilyProperty);
50
FontStyle fontStyle = (FontStyle) element.
GetValue
(TextElement.FontStyleProperty);
51
FontWeight fontWeight = (FontWeight) element.
GetValue
(TextElement.FontWeightProperty);
52
FontStretch fontStretch = (FontStretch) element.
GetValue
(TextElement.FontStretchProperty);
61
FontStyle fontStyle = (FontStyle) element.
GetValue
(TextElement.FontStyleProperty);
62
FontWeight fontWeight = (FontWeight) element.
GetValue
(TextElement.FontWeightProperty);
63
FontStretch fontStretch = (FontStretch) element.
GetValue
(TextElement.FontStretchProperty);
144
return element.
GetValue
(property);
212
double lineHeight = (double)d.
GetValue
(Block.LineHeightProperty);
216
FontFamily fontFamily = (FontFamily)d.
GetValue
(TextElement.FontFamilyProperty);
217
double fontSize = (double)d.
GetValue
(TextElement.FontSizeProperty);
244
backgroundBrush = (Brush)element.
GetValue
(TextElement.BackgroundProperty);
311
XmlLanguage language = (XmlLanguage) element.
GetValue
(FrameworkElement.LanguageProperty);
330
numberSubstitution.CultureSource = (NumberCultureSource)element.
GetValue
(NumberSubstitution.CultureSourceProperty);
331
numberSubstitution.CultureOverride = (CultureInfo)element.
GetValue
(NumberSubstitution.CultureOverrideProperty);
332
numberSubstitution.Substitution = (NumberSubstitutionMethod)element.
GetValue
(NumberSubstitution.SubstitutionProperty);
src\Framework\MS\Internal\Text\InlineObject.cs (2)
59
double baselineOffsetValue = (double) Element.
GetValue
(TextBlock.BaselineOffsetProperty);
81
double baselineOffsetValue = (double)Element.
GetValue
(TextBlock.BaselineOffsetProperty);
src\Framework\MS\Internal\Text\LineProperties.cs (7)
115
: this(element, contentHost, defaultTextProperties, markerProperties, (TextAlignment)element.
GetValue
(Block.TextAlignmentProperty))
132
_flowDirection = (FlowDirection)element.
GetValue
(Block.FlowDirectionProperty);
134
_lineHeight = (double)element.
GetValue
(Block.LineHeightProperty);
135
_textIndent = (double)element.
GetValue
(Paragraph.TextIndentProperty);
136
_lineStackingStrategy = (LineStackingStrategy)element.
GetValue
(Block.LineStackingStrategyProperty);
146
_textWrapping = (TextWrapping)contentHost.
GetValue
(TextBlock.TextWrappingProperty);
147
_textTrimming = (TextTrimming)contentHost.
GetValue
(TextBlock.TextTrimmingProperty);
src\Framework\MS\Internal\Text\TextProperties.cs (2)
209
_fontSize = (double)target.
GetValue
(TextElement.FontSizeProperty);
210
_foreground = (Brush) target.
GetValue
(TextElement.ForegroundProperty);
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
139
ns = element.
GetValue
(NavigationService.NavigationServiceProperty) as NavigationService;
src\Framework\System\ComponentModel\DesignerProperties.cs (1)
76
return (bool)element.
GetValue
(IsInDesignModeProperty);
src\Framework\System\Windows\Annotations\AnnotationService.cs (10)
320
return viewer.
GetValue
(AnnotationService.ServiceProperty) as AnnotationService;
336
return reader.
GetValue
(AnnotationService.ServiceProperty) as AnnotationService;
352
return viewer.
GetValue
(AnnotationService.ServiceProperty) as AnnotationService;
560
return d.
GetValue
(AnnotationService.ServiceProperty) as AnnotationService;
582
return (AnnotationComponentChooser)d.
GetValue
(ChooserProperty);
629
return d.
GetValue
(SubTreeProcessorIdProperty) as String;
672
return d.
GetValue
(DataIdProperty) as String;
1251
List<IAttachedAnnotation> annotationsOnNode = node.
GetValue
(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>;
1537
List<IAttachedAnnotation> list = element.
GetValue
(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>;
1565
List<IAttachedAnnotation> list = element.
GetValue
(AnnotationService.AttachedAnnotationsProperty) as List<IAttachedAnnotation>;
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (4)
143
int childRow = (int)child.
GetValue
(Grid.RowProperty);
394
int childRow = (int)child.
GetValue
(Grid.RowProperty);
395
int childColumn = (int)child.
GetValue
(Grid.ColumnProperty);
638
int childRow = (int)child.
GetValue
(Grid.RowProperty);
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (6)
621
return (int)owningButton.
GetValue
(Grid.ColumnProperty);
640
return (int)owningButton.
GetValue
(Grid.ColumnSpanProperty);
672
Debug.Assert((int)owningButton.
GetValue
(Grid.RowProperty) > 0);
675
return (int)owningButton.
GetValue
(Grid.RowProperty) - 1;
679
return (int)owningButton.
GetValue
(Grid.RowProperty);
701
return (int)owningButton.
GetValue
(Grid.RowSpanProperty);
src\Framework\System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
99
owner.
GetValue
(FrameworkElement.DataContextProperty) ==
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
50
CollectionViewGroupInternal group = groupItem.
GetValue
(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal;
79
CollectionViewGroupInternal group = groupItem.
GetValue
(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal;
src\Framework\System\Windows\BroadcastEventHelper.cs (4)
165
object[] loadedPending = (object[])rootDO.
GetValue
(FrameworkElement.LoadedPendingProperty);
202
object[] unloadedPending = (object[])rootDO.
GetValue
(FrameworkElement.UnloadedPendingProperty);
725
if (fe.
GetValue
(FrameworkElement.LoadedPendingProperty) == null)
757
if (fce.
GetValue
(FrameworkElement.LoadedPendingProperty) == null)
src\Framework\System\Windows\Controls\AccessText.cs (16)
146
get { return (string)
GetValue
(TextProperty); }
166
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
181
get { return (FontStyle)
GetValue
(FontStyleProperty); }
196
get { return (FontWeight)
GetValue
(FontWeightProperty); }
211
get { return (FontStretch)
GetValue
(FontStretchProperty); }
228
get { return (double)
GetValue
(FontSizeProperty); }
243
get { return (Brush)
GetValue
(ForegroundProperty); }
263
get { return (Brush)
GetValue
(BackgroundProperty); }
283
get { return (TextDecorationCollection)
GetValue
(TextDecorationsProperty); }
303
get { return (TextEffectCollection)
GetValue
(TextEffectsProperty); }
319
get { return (double)
GetValue
(LineHeightProperty); }
334
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
349
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
370
get { return (TextTrimming)
GetValue
(TextTrimmingProperty); }
391
get { return (TextWrapping)
GetValue
(TextWrappingProperty); }
406
get { return (double)
GetValue
(BaselineOffsetProperty); }
src\Framework\System\Windows\Controls\Border.cs (5)
80
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
90
get { return (Thickness)
GetValue
(PaddingProperty); }
101
get { return (CornerRadius)
GetValue
(CornerRadiusProperty); }
111
get { return (Brush)
GetValue
(BorderBrushProperty); }
120
get { return (Brush)
GetValue
(BackgroundProperty); }
src\Framework\System\Windows\Controls\Button.cs (4)
75
get { return (bool)
GetValue
(IsDefaultProperty); }
139
get { return (bool)
GetValue
(IsCancelProperty); }
183
return (bool)
GetValue
(IsDefaultedProperty);
227
if (thisScope == focusScope && (focusDO == null || (bool)focusDO.
GetValue
(KeyboardNavigation.AcceptsReturnProperty) == false))
src\Framework\System\Windows\Controls\Calendar.cs (11)
125
get { return (Style)
GetValue
(CalendarButtonStyleProperty); }
147
get { return (Style)
GetValue
(CalendarDayButtonStyleProperty); }
169
get { return (Style)
GetValue
(CalendarItemStyleProperty); }
192
get { return (DateTime)
GetValue
(DisplayDateProperty); }
248
get { return (DateTime?)
GetValue
(DisplayDateEndProperty); }
309
get { return (DateTime?)
GetValue
(DisplayDateStartProperty); }
365
get { return (CalendarMode)
GetValue
(DisplayModeProperty); }
435
get { return (DayOfWeek)
GetValue
(FirstDayOfWeekProperty); }
471
get { return (bool)
GetValue
(IsTodayHighlightedProperty); }
524
get { return (DateTime?)
GetValue
(SelectedDateProperty); }
614
get { return (CalendarSelectionMode)
GetValue
(SelectionModeProperty); }
src\Framework\System\Windows\Controls\Canvas.cs (4)
91
return (double)element.
GetValue
(LeftProperty);
117
return (double)element.
GetValue
(TopProperty);
143
return (double)element.
GetValue
(RightProperty);
169
return (double)element.
GetValue
(BottomProperty);
src\Framework\System\Windows\Controls\ComboBox.cs (13)
106
return (double)
GetValue
(MaxDropDownHeightProperty);
134
get { return (bool)
GetValue
(IsDropDownOpenProperty); }
156
get { return (bool)
GetValue
(ShouldPreserveUserEnteredPrefixProperty); }
348
get { return (bool)
GetValue
(IsEditableProperty); }
380
get { return (string)
GetValue
(TextProperty); }
395
get { return (bool)
GetValue
(IsReadOnlyProperty); }
417
get { return
GetValue
(SelectionBoxItemProperty); }
435
get { return (DataTemplate)
GetValue
(SelectionBoxItemTemplateProperty); }
453
get { return (String)
GetValue
(SelectionBoxItemStringFormatProperty); }
473
return (bool)
GetValue
(StaysOpenOnEditProperty);
498
get { return (bool)
GetValue
(IsSelectionBoxHighlightedProperty); }
935
FlowDirection parentFD = parent == null ? FlowDirection.LeftToRight : (FlowDirection)parent.
GetValue
(FlowDirectionProperty);
1603
return (bool)d.
GetValue
(FrameworkElement.IsEnabledProperty);
src\Framework\System\Windows\Controls\ComboBoxItem.cs (1)
85
return (bool)
GetValue
(IsHighlightedProperty);
src\Framework\System\Windows\Controls\ContentControl.cs (5)
245
get { return
GetValue
(ContentProperty); }
329
get { return (bool)
GetValue
(HasContentProperty); }
354
get { return (DataTemplate)
GetValue
(ContentTemplateProperty); }
403
get { return (DataTemplateSelector)
GetValue
(ContentTemplateSelectorProperty); }
450
get { return (String)
GetValue
(ContentStringFormatProperty); }
src\Framework\System\Windows\Controls\ContentPresenter.cs (6)
147
get { return (bool)
GetValue
(RecognizesAccessKeyProperty); }
174
get { return
GetValue
(ContentControl.ContentProperty); }
272
get { return (DataTemplate)
GetValue
(ContentControl.ContentTemplateProperty); }
323
get { return (DataTemplateSelector)
GetValue
(ContentControl.ContentTemplateSelectorProperty); }
384
get { return (String)
GetValue
(ContentStringFormatProperty); }
437
get { return
GetValue
(ContentSourceProperty) as string; }
src\Framework\System\Windows\Controls\ContextMenu.cs (9)
105
get { return (double)
GetValue
(HorizontalOffsetProperty); }
129
get { return (double)
GetValue
(VerticalOffsetProperty); }
151
get { return (bool)
GetValue
(IsOpenProperty); }
198
get { return (UIElement)
GetValue
(PlacementTargetProperty); }
221
get { return (Rect)
GetValue
(PlacementRectangleProperty); }
244
get { return (PlacementMode)
GetValue
(PlacementProperty); }
274
get { return (bool)
GetValue
(HasDropShadowProperty); }
292
get { return (CustomPopupPlacementCallback)
GetValue
(CustomPopupPlacementCallbackProperty); }
311
get { return (bool)
GetValue
(StaysOpenProperty); }
src\Framework\System\Windows\Controls\ContextMenuService.cs (9)
48
ContextMenu cm = (ContextMenu)element.
GetValue
(ContextMenuProperty);
100
return (double)element.
GetValue
(HorizontalOffsetProperty);
139
return (double)element.
GetValue
(VerticalOffsetProperty);
176
return (bool)element.
GetValue
(HasDropShadowProperty);
214
return (UIElement)element.
GetValue
(PlacementTargetProperty);
252
return (Rect)element.
GetValue
(PlacementRectangleProperty);
290
return (PlacementMode)element.
GetValue
(PlacementProperty);
328
return (bool)element.
GetValue
(ShowOnDisabledProperty);
366
return (bool)element.
GetValue
(IsEnabledProperty);
src\Framework\System\Windows\Controls\Control.cs (14)
89
get { return (Brush)
GetValue
(BorderBrushProperty); }
111
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
134
get { return (Brush)
GetValue
(BackgroundProperty); }
158
get { return (Brush)
GetValue
(ForegroundProperty); }
183
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
209
get { return (double)
GetValue
(FontSizeProperty); }
232
get { return (FontStretch)
GetValue
(FontStretchProperty); }
256
get { return (FontStyle)
GetValue
(FontStyleProperty); }
280
get { return (FontWeight)
GetValue
(FontWeightProperty); }
306
get { return (HorizontalAlignment)
GetValue
(HorizontalContentAlignmentProperty); }
332
get { return (VerticalAlignment)
GetValue
(VerticalContentAlignmentProperty); }
350
get { return (int)
GetValue
(TabIndexProperty); }
368
get { return (bool)
GetValue
(IsTabStopProperty); }
398
get { return (Thickness)
GetValue
(PaddingProperty); }
src\Framework\System\Windows\Controls\DataGrid.cs (58)
134
get { return (bool)
GetValue
(CanUserResizeColumnsProperty); }
149
get { return (DataGridLength)
GetValue
(ColumnWidthProperty); }
164
get { return (double)
GetValue
(MinColumnWidthProperty); }
184
get { return (double)
GetValue
(MaxColumnWidthProperty); }
707
get { return (DataGridGridLinesVisibility)
GetValue
(GridLinesVisibilityProperty); }
726
get { return (Brush)
GetValue
(HorizontalGridLinesBrushProperty); }
745
get { return (Brush)
GetValue
(VerticalGridLinesBrushProperty); }
893
get { return (Style)
GetValue
(RowStyleProperty); }
912
return d.
GetValue
(DataGrid.RowStyleProperty);
923
get { return (ControlTemplate)
GetValue
(RowValidationErrorTemplateProperty); }
1005
get { return (StyleSelector)
GetValue
(RowStyleSelectorProperty); }
1024
return d.
GetValue
(DataGrid.RowStyleSelectorProperty);
1048
get { return (Brush)
GetValue
(RowBackgroundProperty); }
1066
get { return (Brush)
GetValue
(AlternatingRowBackgroundProperty); }
1098
get { return (double)
GetValue
(RowHeightProperty); }
1113
get { return (double)
GetValue
(MinRowHeightProperty); }
1198
get { return (double)
GetValue
(RowHeaderWidthProperty); }
1213
get { return (double)
GetValue
(RowHeaderActualWidthProperty); }
1233
get { return (double)
GetValue
(ColumnHeaderHeightProperty); }
1248
get { return (DataGridHeadersVisibility)
GetValue
(HeadersVisibilityProperty); }
1387
get { return (Style)
GetValue
(CellStyleProperty); }
1402
get { return (Style)
GetValue
(ColumnHeaderStyleProperty); }
1417
get { return (Style)
GetValue
(RowHeaderStyleProperty); }
1432
get { return (DataTemplate)
GetValue
(RowHeaderTemplateProperty); }
1447
get { return (DataTemplateSelector)
GetValue
(RowHeaderTemplateSelectorProperty); }
1515
get { return (ScrollBarVisibility)
GetValue
(HorizontalScrollBarVisibilityProperty); }
1529
get { return (ScrollBarVisibility)
GetValue
(VerticalScrollBarVisibilityProperty); }
2046
return (double)
GetValue
(HorizontalScrollOffsetProperty);
2774
get { return (bool)
GetValue
(IsReadOnlyProperty); }
2810
get { return (object)
GetValue
(CurrentItemProperty); }
2853
get { return (DataGridColumn)
GetValue
(CurrentColumnProperty); }
2886
get { return (DataGridCellInfo)
GetValue
(CurrentCellProperty); }
3457
get { return (bool)
GetValue
(CanUserAddRowsProperty); }
3507
get { return (bool)
GetValue
(CanUserDeleteRowsProperty); }
3897
get { return (DataGridRowDetailsVisibilityMode)
GetValue
(RowDetailsVisibilityModeProperty); }
3912
get { return (bool)
GetValue
(AreRowDetailsFrozenProperty); }
3927
get { return (DataTemplate)
GetValue
(RowDetailsTemplateProperty); }
3942
get { return (DataTemplateSelector)
GetValue
(RowDetailsTemplateSelectorProperty); }
4044
get { return (bool)
GetValue
(CanUserResizeRowsProperty); }
4063
get { return (Thickness)
GetValue
(NewItemMarginProperty); }
4442
get { return (DataGridSelectionMode)
GetValue
(SelectionModeProperty); }
4504
get { return (DataGridSelectionUnit)
GetValue
(SelectionUnitProperty); }
6925
value = (string)_cell.
GetValue
(CellContentProperty);
6945
value = (string)target.
GetValue
(CellContentProperty);
6981
value = target.
GetValue
(CellClipboardProperty);
7087
get { return (bool)
GetValue
(CanUserSortColumnsProperty); }
7501
get { return (bool)
GetValue
(AutoGenerateColumnsProperty); }
7958
get { return (int)
GetValue
(FrozenColumnCountProperty); }
8024
return (double)
GetValue
(NonFrozenColumnsViewportHorizontalOffsetProperty);
8058
get { return (bool)
GetValue
(EnableRowVirtualizationProperty); }
8095
return d.
GetValue
(DataGrid.EnableRowVirtualizationProperty);
8106
get { return (bool)
GetValue
(EnableColumnVirtualizationProperty); }
8144
get { return (bool)
GetValue
(CanUserReorderColumnsProperty); }
8159
get { return (Style)
GetValue
(DragIndicatorStyleProperty); }
8174
get { return (Style)
GetValue
(DropLocationIndicatorStyleProperty); }
8249
get { return (DataGridClipboardCopyMode)
GetValue
(ClipboardCopyModeProperty); }
8461
return (double)
GetValue
(CellsPanelActualWidthProperty);
8509
get { return (double)
GetValue
(CellsPanelHorizontalOffsetProperty); }
src\Framework\System\Windows\Controls\DataGridBoundColumn.cs (2)
127
get { return (Style)
GetValue
(ElementStyleProperty); }
147
get { return (Style)
GetValue
(EditingElementStyleProperty); }
src\Framework\System\Windows\Controls\DataGridCell.cs (4)
161
get { return (DataGridColumn)
GetValue
(ColumnProperty); }
454
get { return (bool)
GetValue
(IsEditingProperty); }
520
get { return (bool)
GetValue
(IsReadOnlyProperty); }
657
get { return (bool)
GetValue
(IsSelectedProperty); }
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
151
get { return (bool)
GetValue
(IsThreeStateProperty); }
src\Framework\System\Windows\Controls\DataGridColumn.cs (23)
30
get { return (object)
GetValue
(HeaderProperty); }
45
get { return (Style)
GetValue
(HeaderStyleProperty); }
71
get { return (string)
GetValue
(HeaderStringFormatProperty); }
86
get { return (DataTemplate)
GetValue
(HeaderTemplateProperty); }
101
get { return (DataTemplateSelector)
GetValue
(HeaderTemplateSelectorProperty); }
120
get { return (Style)
GetValue
(CellStyleProperty); }
146
get { return (bool)
GetValue
(IsReadOnlyProperty); }
184
get { return (DataGridLength)
GetValue
(WidthProperty); }
293
get { return (double)
GetValue
(MinWidthProperty); }
332
get { return (double)
GetValue
(MaxWidthProperty); }
476
get { return (double)
GetValue
(ActualWidthProperty); }
771
return (object)obj.
GetValue
(OriginalValueProperty);
964
get { return (int)
GetValue
(DisplayIndexProperty); }
1031
get { return (string)
GetValue
(SortMemberPathProperty); }
1050
get { return (bool)
GetValue
(CanUserSortProperty); }
1074
return column.DataGridOwner.
GetValue
(DataGrid.CanUserSortColumnsProperty);
1118
get { return (Nullable<ListSortDirection>)
GetValue
(SortDirectionProperty); }
1153
get { return (bool)
GetValue
(IsAutoGeneratedProperty); }
1267
get { return (bool)
GetValue
(IsFrozenProperty); }
1322
get { return (bool)
GetValue
(CanUserReorderProperty); }
1348
get { return (Style)
GetValue
(DragIndicatorStyleProperty); }
1481
get { return (bool)
GetValue
(CanUserResizeProperty); }
1515
get { return (Visibility)
GetValue
(VisibilityProperty); }
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (5)
261
get { return (Style)
GetValue
(ElementStyleProperty); }
277
get { return (Style)
GetValue
(EditingElementStyleProperty); }
366
get { return (IEnumerable)
GetValue
(ItemsSourceProperty); }
383
get { return (string)
GetValue
(DisplayMemberPathProperty); }
398
get { return (string)
GetValue
(SelectedValuePathProperty); }
src\Framework\System\Windows\Controls\DataGridHelper.cs (3)
401
coercedValue = parentObject.
GetValue
(parentProperty);
412
coercedValue = grandParentObject.
GetValue
(grandParentProperty);
682
content.SetValue(contentProperty, column.
GetValue
(columnProperty));
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
45
get { return (string)
GetValue
(TargetNameProperty); }
src\Framework\System\Windows\Controls\DataGridRow.cs (16)
134
get { return
GetValue
(ItemProperty); }
170
get { return (ItemsPanelTemplate)
GetValue
(ItemsPanelProperty); }
274
get { return
GetValue
(HeaderProperty); }
298
get { return (Style)
GetValue
(HeaderStyleProperty); }
313
get { return (DataTemplate)
GetValue
(HeaderTemplateProperty); }
328
get { return (DataTemplateSelector)
GetValue
(HeaderTemplateSelectorProperty); }
343
get { return (ControlTemplate)
GetValue
(ValidationErrorTemplateProperty); }
362
get { return (DataTemplate)
GetValue
(DetailsTemplateProperty); }
377
get { return (DataTemplateSelector)
GetValue
(DetailsTemplateSelectorProperty); }
392
get { return (Visibility)
GetValue
(DetailsVisibilityProperty); }
511
_owner.ItemAttachedStorage.SetValue(Item, property, objectWithProperty.
GetValue
(property));
801
d.
GetValue
(e.Property) == e.NewValue)
1044
get { return (int)
GetValue
(AlternationIndexProperty); }
1070
get { return (bool)
GetValue
(IsSelectedProperty); }
1222
get { return (bool)
GetValue
(IsEditingProperty); }
1288
get { return (bool)
GetValue
(IsNewItemProperty); }
src\Framework\System\Windows\Controls\DataGridTemplateColumn.cs (4)
63
get { return (DataTemplate)
GetValue
(CellTemplateProperty); }
81
get { return (DataTemplateSelector)
GetValue
(CellTemplateSelectorProperty); }
100
get { return (DataTemplate)
GetValue
(CellEditingTemplateProperty); }
119
get { return (DataTemplateSelector)
GetValue
(CellEditingTemplateSelectorProperty); }
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (5)
312
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
335
get { return (double)
GetValue
(FontSizeProperty); }
356
get { return (FontStyle)
GetValue
(FontStyleProperty); }
377
get { return (FontWeight)
GetValue
(FontWeightProperty); }
398
get { return (Brush)
GetValue
(ForegroundProperty); }
src\Framework\System\Windows\Controls\DatePicker.cs (10)
132
get { return (Style)
GetValue
(CalendarStyleProperty); }
155
get { return (DateTime)
GetValue
(DisplayDateProperty); }
188
get { return (DateTime?)
GetValue
(DisplayDateEndProperty); }
234
get { return (DateTime?)
GetValue
(DisplayDateStartProperty); }
280
get { return (DayOfWeek)
GetValue
(FirstDayOfWeekProperty); }
304
get { return (bool)
GetValue
(IsDropDownOpenProperty); }
382
get { return (bool)
GetValue
(IsTodayHighlightedProperty); }
405
get { return (DateTime?)
GetValue
(SelectedDateProperty); }
500
get { return (DatePickerFormat)
GetValue
(SelectedDateFormatProperty); }
553
get { return (string)
GetValue
(TextProperty); }
src\Framework\System\Windows\Controls\DefinitionBase.cs (2)
71
get { return (string)
GetValue
(SharedSizeGroupProperty); }
638
get { return (SharedSizeScope)
GetValue
(PrivateSharedSizeScopeProperty); }
src\Framework\System\Windows\Controls\DockPanel.cs (2)
115
return (Dock) element.
GetValue
(DockProperty);
160
get { return (bool)
GetValue
(LastChildFillProperty); }
src\Framework\System\Windows\Controls\DocumentViewer.cs (17)
400
get { return (double)
GetValue
(HorizontalOffsetProperty); }
430
get { return (double)
GetValue
(VerticalOffsetProperty); }
462
get { return (double)
GetValue
(ExtentWidthProperty); }
490
get { return (double)
GetValue
(ExtentHeightProperty); }
519
get { return (double)
GetValue
(ViewportWidthProperty); }
547
get { return (double)
GetValue
(ViewportHeightProperty); }
570
get { return (bool)
GetValue
(ShowPageBordersProperty); }
611
get { return (double)
GetValue
(ZoomProperty); }
641
get { return (int)
GetValue
(MaxPagesAcrossProperty); }
665
get { return (double)
GetValue
(VerticalPageSpacingProperty); }
689
get { return (double)
GetValue
(HorizontalPageSpacingProperty); }
716
get { return (bool)
GetValue
(CanMoveUpProperty); }
742
get { return (bool)
GetValue
(CanMoveDownProperty); }
768
get { return (bool)
GetValue
(CanMoveLeftProperty); }
794
get { return (bool)
GetValue
(CanMoveRightProperty); }
823
get { return (bool)
GetValue
(CanIncreaseZoomProperty); }
852
get { return (bool)
GetValue
(CanDecreaseZoomProperty); }
src\Framework\System\Windows\Controls\Expander.cs (2)
87
get { return (ExpandDirection)
GetValue
(ExpandDirectionProperty); }
161
get { return (bool)
GetValue
(IsExpandedProperty); }
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (21)
199
get { return (FlowDocumentReaderViewingMode)
GetValue
(ViewingModeProperty); }
229
get { return (bool)
GetValue
(IsPageViewEnabledProperty); }
238
get { return (bool)
GetValue
(IsTwoPageViewEnabledProperty); }
247
get { return (bool)
GetValue
(IsScrollViewEnabledProperty); }
258
get { return (int)
GetValue
(PageCountProperty); }
267
get { return (int)
GetValue
(PageNumberProperty); }
275
get { return (bool)
GetValue
(CanGoToPreviousPageProperty); }
283
get { return (bool)
GetValue
(CanGoToNextPageProperty); }
291
get { return (bool)
GetValue
(IsFindEnabledProperty); }
300
get { return (bool)
GetValue
(IsPrintEnabledProperty); }
309
get { return (FlowDocument)
GetValue
(DocumentProperty); }
318
get { return (double)
GetValue
(ZoomProperty); }
327
get { return (double)
GetValue
(MaxZoomProperty); }
336
get { return (double)
GetValue
(MinZoomProperty); }
346
get { return (double)
GetValue
(ZoomIncrementProperty); }
355
get { return (bool)
GetValue
(CanIncreaseZoomProperty); }
363
get { return (bool)
GetValue
(CanDecreaseZoomProperty); }
371
get { return (Brush)
GetValue
(SelectionBrushProperty); }
380
get { return (double)
GetValue
(SelectionOpacityProperty); }
389
get { return (bool)
GetValue
(IsSelectionActiveProperty); }
397
get { return (bool)
GetValue
(IsInactiveSelectionHighlightEnabledProperty); }
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (15)
207
get { return (FlowDocument)
GetValue
(DocumentProperty); }
233
get { return (double)
GetValue
(ZoomProperty); }
242
get { return (double)
GetValue
(MaxZoomProperty); }
251
get { return (double)
GetValue
(MinZoomProperty); }
261
get { return (double)
GetValue
(ZoomIncrementProperty); }
270
get { return (bool)
GetValue
(CanIncreaseZoomProperty); }
278
get { return (bool)
GetValue
(CanDecreaseZoomProperty); }
286
get { return (bool)
GetValue
(IsSelectionEnabledProperty); }
295
get { return (bool)
GetValue
(IsToolBarVisibleProperty); }
304
get { return (ScrollBarVisibility)
GetValue
(HorizontalScrollBarVisibilityProperty); }
313
get { return (ScrollBarVisibility)
GetValue
(VerticalScrollBarVisibilityProperty); }
322
get { return (Brush)
GetValue
(SelectionBrushProperty); }
331
get { return (double)
GetValue
(SelectionOpacityProperty); }
340
get { return (bool)
GetValue
(IsSelectionActiveProperty); }
348
get { return (bool)
GetValue
(IsInactiveSelectionHighlightEnabledProperty); }
src\Framework\System\Windows\Controls\Frame.cs (10)
197
return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty);
324
get { return (Uri)
GetValue
(SourceProperty); }
369
get { return (NavigationUIVisibility)
GetValue
(NavigationUIVisibilityProperty); }
389
get { return (bool)
GetValue
(SandboxExternalContentProperty); }
527
Debug.Assert(_journalOwnership == (JournalOwnership)
GetValue
(JournalOwnershipProperty));
844
Debug.Assert(canGoFwd == (bool)
GetValue
(CanGoForwardProperty));
859
Debug.Assert(canGoBack == (bool)
GetValue
(CanGoBackProperty));
1018
Debug.Assert(backStack ==
GetValue
(BackStackProperty));
1030
Debug.Assert(fwdStack ==
GetValue
(ForwardStackProperty));
1192
Debug.Assert(
GetValue
(BackStackProperty) == _ownJournalScope.BackStack);
src\Framework\System\Windows\Controls\Grid.cs (5)
188
return ((int)element.
GetValue
(ColumnProperty));
219
return ((int)element.
GetValue
(RowProperty));
250
return ((int)element.
GetValue
(ColumnSpanProperty));
281
return ((int)element.
GetValue
(RowSpanProperty));
311
return ((bool)element.
GetValue
(IsSharedSizeScopeProperty));
src\Framework\System\Windows\Controls\GridSplitter.cs (8)
159
get { return (GridResizeDirection)
GetValue
(ResizeDirectionProperty); }
188
get { return (GridResizeBehavior)
GetValue
(ResizeBehaviorProperty); }
218
get { return (bool)
GetValue
(ShowsPreviewProperty); }
238
get { return (Style)
GetValue
(PreviewStyleProperty); }
260
get { return (double)
GetValue
(KeyboardIncrementProperty); }
289
get { return (double)
GetValue
(DragIncrementProperty); }
526
int gridSpan = (int)
GetValue
(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnSpanProperty : Grid.RowSpanProperty);
530
splitterIndex = (int)
GetValue
(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.RowProperty);
src\Framework\System\Windows\Controls\GridView.cs (8)
173
return (GridViewColumnCollection)element.
GetValue
(ColumnCollectionProperty);
260
get { return (Style)
GetValue
(ColumnHeaderContainerStyleProperty); }
286
get { return (DataTemplate)
GetValue
(ColumnHeaderTemplateProperty); }
324
get { return (DataTemplateSelector)
GetValue
(ColumnHeaderTemplateSelectorProperty); }
356
get { return (String)
GetValue
(ColumnHeaderStringFormatProperty); }
381
get { return (bool)
GetValue
(AllowsColumnReorderProperty); }
404
get { return (ContextMenu)
GetValue
(ColumnHeaderContextMenuProperty); }
427
get { return
GetValue
(ColumnHeaderToolTipProperty); }
src\Framework\System\Windows\Controls\GridViewColumn.cs (8)
118
get { return
GetValue
(HeaderProperty); }
149
get { return (Style)
GetValue
(HeaderContainerStyleProperty); }
180
get { return (DataTemplate)
GetValue
(HeaderTemplateProperty); }
218
get { return (DataTemplateSelector)
GetValue
(HeaderTemplateSelectorProperty); }
255
get { return (String)
GetValue
(HeaderStringFormatProperty); }
331
get { return (DataTemplate)
GetValue
(CellTemplateProperty); }
363
get { return (DataTemplateSelector)
GetValue
(CellTemplateSelectorProperty); }
397
get { return (double)
GetValue
(WidthProperty); }
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
144
get { return (GridViewColumn)
GetValue
(ColumnProperty); }
169
get { return (GridViewColumnHeaderRole)
GetValue
(RoleProperty); }
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (9)
67
get { return (Style)
GetValue
(ColumnHeaderContainerStyleProperty); }
90
get { return (DataTemplate)
GetValue
(ColumnHeaderTemplateProperty); }
117
get { return (DataTemplateSelector)
GetValue
(ColumnHeaderTemplateSelectorProperty); }
144
get { return (String)
GetValue
(ColumnHeaderStringFormatProperty); }
165
get { return (bool)
GetValue
(AllowsColumnReorderProperty); }
188
get { return (ContextMenu)
GetValue
(ColumnHeaderContextMenuProperty); }
211
get { return
GetValue
(ColumnHeaderToolTipProperty); }
1488
value = column.
GetValue
(columnDP);
1493
value = this.
GetValue
(gvDP);
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
79
get { return
GetValue
(GridViewRowPresenter.ContentProperty); }
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (5)
75
get { return
GetValue
(HeaderProperty); }
127
get { return (bool)
GetValue
(HasHeaderProperty); }
151
get { return (DataTemplate)
GetValue
(HeaderTemplateProperty); }
200
get { return (DataTemplateSelector)
GetValue
(HeaderTemplateSelectorProperty); }
247
get { return (String)
GetValue
(HeaderStringFormatProperty); }
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (5)
65
get { return
GetValue
(HeaderProperty); }
117
get { return (bool)
GetValue
(HasHeaderProperty); }
139
get { return (DataTemplate)
GetValue
(HeaderTemplateProperty); }
186
get { return (DataTemplateSelector)
GetValue
(HeaderTemplateSelectorProperty); }
232
get { return (String)
GetValue
(HeaderStringFormatProperty); }
src\Framework\System\Windows\Controls\Image.cs (4)
85
get { return (ImageSource)
GetValue
(SourceProperty); }
96
get { return (Stretch)
GetValue
(StretchProperty); }
109
get { return (StretchDirection)
GetValue
(StretchDirectionProperty); }
298
return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty);
src\Framework\System\Windows\Controls\InkCanvas.cs (10)
428
get { return (Brush)
GetValue
(BackgroundProperty); }
451
return (double)element.
GetValue
(TopProperty);
485
return (double)element.
GetValue
(BottomProperty);
519
return (double)element.
GetValue
(LeftProperty);
553
return (double)element.
GetValue
(RightProperty);
615
get { return (StrokeCollection)
GetValue
(StrokesProperty); }
737
get { return (DrawingAttributes)
GetValue
(DefaultDrawingAttributesProperty); }
825
get { return (InkCanvasEditingMode)
GetValue
(ActiveEditingModeProperty); }
847
get { return (InkCanvasEditingMode)
GetValue
(EditingModeProperty); }
876
get { return (InkCanvasEditingMode)
GetValue
(EditingModeInvertedProperty); }
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
132
get { return (StrokeCollection)
GetValue
(StrokesProperty); }
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (3)
117
label = (string)d.
GetValue
(FrameworkElement.NameProperty);
1068
string name = (String)peer.
GetValue
(FrameworkElement.NameProperty);
3115
CollectionViewGroup group = (CollectionViewGroup)
GetValue
(ItemContainerGenerator.ItemForItemContainerProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (15)
362
get { return (bool)
GetValue
(HasItemsProperty); }
387
get { return (string)
GetValue
(DisplayMemberPathProperty); }
472
get { return (DataTemplate)
GetValue
(ItemTemplateProperty); }
528
get { return (DataTemplateSelector)
GetValue
(ItemTemplateSelectorProperty); }
581
get { return (String)
GetValue
(ItemStringFormatProperty); }
631
get { return (BindingGroup)
GetValue
(ItemBindingGroupProperty); }
700
get { return (Style)
GetValue
(ItemContainerStyleProperty); }
756
get { return (StyleSelector)
GetValue
(ItemContainerStyleSelectorProperty); }
884
get { return (ItemsPanelTemplate)
GetValue
(ItemsPanelProperty); }
926
return (bool)
GetValue
(IsGroupingProperty);
996
get { return (GroupStyleSelector)
GetValue
(GroupStyleSelectorProperty); }
1054
get { return (int)
GetValue
(AlternationCountProperty); }
1105
return (int)element.
GetValue
(AlternationIndexProperty);
1138
get { return (bool)
GetValue
(IsTextSearchEnabledProperty); }
1158
get { return (bool)
GetValue
(IsTextSearchCaseSensitiveProperty); }
src\Framework\System\Windows\Controls\Label.cs (3)
104
get { return (UIElement)
GetValue
(TargetProperty); }
119
object oldValueLabeledBy = oldElement.
GetValue
(LabeledByProperty);
161
return (Label)o.
GetValue
(LabeledByProperty);
src\Framework\System\Windows\Controls\ListBox.cs (2)
164
get { return (SelectionMode)
GetValue
(SelectionModeProperty); }
400
if (e.Key == Key.Enter && (bool)
GetValue
(KeyboardNavigation.AcceptsReturnProperty) == false)
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
87
get { return (bool)
GetValue
(IsSelectedProperty); }
src\Framework\System\Windows\Controls\ListView.cs (1)
82
get { return (ViewBase)
GetValue
(ViewProperty); }
src\Framework\System\Windows\Controls\MediaElement.cs (9)
223
get { return (Uri)
GetValue
(SourceProperty); }
310
get { return (Stretch)
GetValue
(StretchProperty); }
323
get { return (StretchDirection)
GetValue
(StretchDirectionProperty); }
334
return (double)
GetValue
(VolumeProperty);
349
return (double)
GetValue
(BalanceProperty);
364
return (bool)
GetValue
(IsMutedProperty);
379
return (bool)
GetValue
(ScrubbingEnabledProperty);
396
return (MediaState)
GetValue
(UnloadedBehaviorProperty);
417
return (MediaState)
GetValue
(LoadedBehaviorProperty);
src\Framework\System\Windows\Controls\Menu.cs (1)
110
get { return (bool)
GetValue
(IsMainMenuProperty); }
src\Framework\System\Windows\Controls\MenuItem.cs (20)
403
get { return (ICommand)
GetValue
(CommandProperty); }
501
get { return
GetValue
(CommandParameterProperty); }
521
get { return (IInputElement)
GetValue
(CommandTargetProperty); }
547
get { return (bool)
GetValue
(IsSubmenuOpenProperty); }
767
get { return (MenuItemRole)
GetValue
(RoleProperty); }
820
get { return (bool)
GetValue
(IsCheckableProperty); }
854
get { return (bool)
GetValue
(IsPressedProperty); }
898
get { return (bool)
GetValue
(IsHighlightedProperty); }
923
get { return (bool)
GetValue
(IsCheckedProperty); }
980
get { return (bool)
GetValue
(StaysOpenOnClickProperty); }
991
get { return (bool)
GetValue
(IsSelectedProperty); }
1107
get { return (string)
GetValue
(InputGestureTextProperty); }
1162
get { return
GetValue
(IconProperty); }
1184
return (bool)
GetValue
(IsSuspendingPopupAnimationProperty);
1246
get { return (ItemContainerTemplateSelector)
GetValue
(ItemContainerTemplateSelectorProperty); }
1261
get { return (bool)
GetValue
(UsesItemContainerTemplateProperty); }
2307
return (bool)
GetValue
(InsideContextMenuProperty);
2724
return (((BoolField)element.
GetValue
(BooleanFieldStoreProperty)) & field) != 0;
2731
element.SetValue(BooleanFieldStoreProperty, ((BoolField)element.
GetValue
(BooleanFieldStoreProperty)) | field);
2735
element.SetValue(BooleanFieldStoreProperty, ((BoolField)element.
GetValue
(BooleanFieldStoreProperty)) & (~field));
src\Framework\System\Windows\Controls\Page.cs (6)
157
return
GetValue
(ContentProperty);
350
get { return (Brush)
GetValue
(BackgroundProperty); }
368
get { return (string)
GetValue
(TitleProperty); }
469
get { return (Brush)
GetValue
(ForegroundProperty); }
491
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
511
get { return (double)
GetValue
(FontSizeProperty); }
src\Framework\System\Windows\Controls\Panel.cs (6)
136
get { return (Brush)
GetValue
(BackgroundProperty); }
236
get { return (bool)
GetValue
(IsItemsHostProperty); }
888
int zNew = (int)visualAdded.
GetValue
(ZIndexProperty);
948
return ((int)element.
GetValue
(ZIndexProperty));
1014
consonant = (int)_uiElementCollection[0].
GetValue
(ZIndexProperty);
1028
? (int)_uiElementCollection[i].
GetValue
(ZIndexProperty)
src\Framework\System\Windows\Controls\PasswordBox.cs (9)
257
get { return (char)
GetValue
(PasswordCharProperty); }
288
get { return (int)
GetValue
(MaxLengthProperty); }
303
get { return (Brush)
GetValue
(SelectionBrushProperty); }
318
get { return (Brush)
GetValue
(SelectionTextBrushProperty); }
333
get { return (double)
GetValue
(SelectionOpacityProperty); }
348
get { return (Brush)
GetValue
(CaretBrushProperty); }
363
get { return (bool)
GetValue
(IsSelectionActiveProperty); }
377
get { return (bool)
GetValue
(IsInactiveSelectionHighlightEnabledProperty); }
1135
object padding = passwordBox.
GetValue
(Control.PaddingProperty);
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
291
return _container.PasswordBox.
GetValue
(formattingProperty);
src\Framework\System\Windows\Controls\PopupControlService.cs (4)
633
if ((bool)toolTip.
GetValue
(ServiceOwnedProperty))
924
DependencyObject o = (DependencyObject)cm.
GetValue
(OwnerProperty);
1173
DependencyObject owner = (DependencyObject)o.
GetValue
(OwnerProperty);
1180
return owner.
GetValue
(dp);
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
73
get { return (Brush)
GetValue
(BackgroundProperty); }
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (6)
249
get { return (bool)
GetValue
(IsPressedProperty); }
274
return (ICommand)
GetValue
(CommandProperty);
353
return
GetValue
(CommandParameterProperty);
369
return (IInputElement)
GetValue
(CommandTargetProperty);
399
return (ClickMode)
GetValue
(ClickModeProperty);
621
else if (e.Key == Key.Enter && (bool)
GetValue
(KeyboardNavigation.AcceptsReturnProperty))
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (2)
55
get { return (bool)
GetValue
(HasSelectedDaysProperty); }
82
get { return (bool)
GetValue
(IsInactiveProperty); }
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (5)
63
get { return (bool)
GetValue
(IsTodayProperty); }
86
get { return (bool)
GetValue
(IsSelectedProperty); }
109
get { return (bool)
GetValue
(IsInactiveProperty); }
132
get { return (bool)
GetValue
(IsBlackedOutProperty); }
155
get { return (bool)
GetValue
(IsHighlightedProperty); }
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
505
if (e.OldValue != cellsPresenter.
GetValue
(VirtualizingPanel.IsVirtualizingProperty))
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (6)
75
get { return (Brush)
GetValue
(SeparatorBrushProperty); }
90
get { return (Visibility)
GetValue
(SeparatorVisibilityProperty); }
165
get { return (int)
GetValue
(DisplayIndexProperty); }
730
get { return (bool)
GetValue
(CanUserSortProperty); }
753
get { return (Nullable<ListSortDirection>)
GetValue
(SortDirectionProperty); }
886
get { return (bool)
GetValue
(IsFrozenProperty); }
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
378
if (e.OldValue != headersPresenter.
GetValue
(VirtualizingPanel.IsVirtualizingProperty))
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (3)
153
get { return (Brush)
GetValue
(SeparatorBrushProperty); }
168
get { return (Visibility)
GetValue
(SeparatorVisibilityProperty); }
525
get { return (bool)
GetValue
(IsRowSelectedProperty); }
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
71
get { return (object)
GetValue
(WatermarkProperty); }
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (3)
121
get { return (int)
GetValue
(PageNumberProperty); }
130
get { return (Stretch)
GetValue
(StretchProperty); }
139
get { return (StretchDirection)
GetValue
(StretchDirectionProperty); }
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (5)
205
get { return (int)
GetValue
(PageCountProperty); }
214
get { return (int)
GetValue
(MasterPageNumberProperty); }
222
get { return (bool)
GetValue
(CanGoToPreviousPageProperty); }
230
get { return (bool)
GetValue
(CanGoToNextPageProperty); }
346
return (bool)element.
GetValue
(IsMasterPageProperty);
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
74
get { return (GridViewColumnCollection)
GetValue
(ColumnsProperty); }
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
98
get { return (ItemContainerTemplateSelector)
GetValue
(ItemContainerTemplateSelectorProperty); }
116
get { return (bool)
GetValue
(UsesItemContainerTemplateProperty); }
src\Framework\System\Windows\Controls\Primitives\Popup.cs (16)
107
get { return (bool)
GetValue
(TreatMousePlacementAsBottomProperty); }
131
get { return (UIElement)
GetValue
(ChildProperty); }
306
get { return (bool)
GetValue
(IsOpenProperty); }
457
get { return (PlacementMode)
GetValue
(PlacementProperty); }
526
get { return (CustomPopupPlacementCallback)
GetValue
(CustomPopupPlacementCallbackProperty); }
550
get { return (bool)
GetValue
(StaysOpenProperty); }
596
get { return (double)
GetValue
(HorizontalOffsetProperty); }
632
get { return (double)
GetValue
(VerticalOffsetProperty); }
657
get { return (UIElement)
GetValue
(PlacementTargetProperty); }
700
get { return (Rect)
GetValue
(PlacementRectangleProperty); }
782
get { return (PopupAnimation)
GetValue
(PopupAnimationProperty); }
816
get { return (bool)
GetValue
(AllowsTransparencyProperty); }
853
get { return (bool)
GetValue
(HasDropShadowProperty); }
1839
if (parent != null && (FlowDirection)parent.
GetValue
(FlowDirectionProperty) == FlowDirection.RightToLeft)
2398
if ((FlowDirection)target.
GetValue
(FlowDirectionProperty) !=
2399
(FlowDirection)child.
GetValue
(FlowDirectionProperty))
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
314
FlowDirection childFlowDirection = (FlowDirection)child.
GetValue
(FlowDirectionProperty);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (5)
95
get { return (double)
GetValue
(MinimumProperty); }
159
get { return (double)
GetValue
(MaximumProperty); }
232
get { return (double)
GetValue
(ValueProperty); }
305
return (double)
GetValue
(LargeChangeProperty);
332
return (double)
GetValue
(SmallChangeProperty);
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (2)
72
return (int)
GetValue
(DelayProperty);
99
return (int)
GetValue
(IntervalProperty);
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
91
get { return (Orientation)
GetValue
(OrientationProperty); }
103
get { return (double)
GetValue
(ViewportSizeProperty); }
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
222
get { return (bool)
GetValue
(CanContentScrollProperty); }
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (1)
38
return (SelectiveScrollingOrientation)obj.
GetValue
(SelectiveScrollingOrientationProperty);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (12)
202
return (bool) element.
GetValue
(IsSelectionActiveProperty);
230
return (bool) element.
GetValue
(IsSelectedProperty);
273
get { return (bool?)
GetValue
(IsSynchronizedWithCurrentItemProperty); }
303
SelectionMode mode = (SelectionMode)
GetValue
(ListBox.SelectionModeProperty);
348
get { return (int)
GetValue
(SelectedIndexProperty); }
402
get { return
GetValue
(SelectedItemProperty); }
469
get { return
GetValue
(SelectedValueProperty); }
714
get { return (string)
GetValue
(SelectedValuePathProperty); }
816
get { return (IList)
GetValue
(SelectedItemsImplProperty); }
833
ObservableCollection<object> oldSelectedItems = (ObservableCollection<object>)
GetValue
(SelectedItemsImplProperty);
1818
return (bool)container.
GetValue
(Selector.IsSelectedProperty);
1829
return (bool)element.
GetValue
(Selector.IsSelectedProperty);
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (2)
66
get { return (ItemContainerTemplateSelector)
GetValue
(ItemContainerTemplateSelectorProperty); }
81
get { return (bool)
GetValue
(UsesItemContainerTemplateProperty); }
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (3)
211
Thickness margin = (Thickness)element.
GetValue
(MarginProperty);
265
Thickness margin = (Thickness)child.
GetValue
(MarginProperty);
334
bool isActiveTab = (bool)child.
GetValue
(Selector.IsSelectedProperty);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (18)
469
get { return (bool)
GetValue
(TextEditor.IsReadOnlyProperty); }
487
get { return (bool)
GetValue
(IsReadOnlyCaretVisibleProperty); }
507
get { return (bool)
GetValue
(AcceptsReturnProperty); }
531
get { return (bool)
GetValue
(AcceptsTabProperty); }
562
get { return (ScrollBarVisibility)
GetValue
(HorizontalScrollBarVisibilityProperty); }
581
get { return (ScrollBarVisibility)
GetValue
(VerticalScrollBarVisibilityProperty); }
731
return (bool)
GetValue
(IsUndoEnabledProperty);
769
return (int)
GetValue
(UndoLimitProperty);
797
return (bool)
GetValue
(AutoWordSelectionProperty);
821
get { return (Brush)
GetValue
(SelectionBrushProperty); }
840
get { return (Brush)
GetValue
(SelectionTextBrushProperty); }
872
get { return (double)
GetValue
(SelectionOpacityProperty); }
891
get { return (Brush)
GetValue
(CaretBrushProperty); }
907
get { return (bool)
GetValue
(IsSelectionActiveProperty); }
915
get { return (bool)
GetValue
(IsInactiveSelectionHighlightEnabledProperty); }
1669
OnScrollViewerPropertyChanged(this, new DependencyPropertyChangedEventArgs(ScrollViewer.HorizontalScrollBarVisibilityProperty, null /* old value */, this.
GetValue
(HorizontalScrollBarVisibilityProperty)));
1670
OnScrollViewerPropertyChanged(this, new DependencyPropertyChangedEventArgs(ScrollViewer.VerticalScrollBarVisibilityProperty, null /* old value */, this.
GetValue
(VerticalScrollBarVisibilityProperty)));
1671
OnScrollViewerPropertyChanged(this, new DependencyPropertyChangedEventArgs(ScrollViewer.PaddingProperty, null /* old value */, this.
GetValue
(PaddingProperty)));
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
121
get { return (bool)
GetValue
(IsDraggingProperty); }
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (11)
113
return (Brush)
GetValue
(FillProperty);
137
get { return (double)
GetValue
(MinimumProperty); }
157
get { return (double)
GetValue
(MaximumProperty); }
177
get { return (double)
GetValue
(SelectionStartProperty); }
197
get { return (double)
GetValue
(SelectionEndProperty); }
217
get { return (bool)
GetValue
(IsSelectionRangeEnabledProperty); }
237
get { return (double)
GetValue
(TickFrequencyProperty); }
259
get { return (DoubleCollection)
GetValue
(TicksProperty); }
283
get { return (bool)
GetValue
(IsDirectionReversedProperty); }
308
get { return (TickBarPlacement)
GetValue
(PlacementProperty); }
342
get { return (double)
GetValue
(ReservedSpaceProperty); }
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (2)
149
object value =
GetValue
(IsCheckedProperty);
244
get { return (bool)
GetValue
(IsThreeStateProperty); }
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
43
get { return (double)
GetValue
(WrapWidthProperty); }
src\Framework\System\Windows\Controls\Primitives\Track.cs (6)
250
get { return (Orientation)
GetValue
(OrientationProperty); }
268
get { return (double)
GetValue
(MinimumProperty); }
286
get { return (double)
GetValue
(MaximumProperty); }
304
get { return (double)
GetValue
(ValueProperty); }
329
get { return (double)
GetValue
(ViewportSizeProperty); }
356
get { return (bool)
GetValue
(IsDirectionReversedProperty); }
src\Framework\System\Windows\Controls\Primitives\UniformGrid.cs (3)
73
get { return (int)
GetValue
(FirstColumnProperty); }
103
get { return (int)
GetValue
(ColumnsProperty); }
133
get { return (int)
GetValue
(RowsProperty); }
src\Framework\System\Windows\Controls\ProgressBar.cs (2)
93
get { return (bool)
GetValue
(IsIndeterminateProperty); }
144
get { return (Orientation)
GetValue
(OrientationProperty); }
src\Framework\System\Windows\Controls\RadioButton.cs (1)
214
return (string)
GetValue
(GroupNameProperty);
src\Framework\System\Windows\Controls\RichTextBox.cs (5)
526
return (bool)
GetValue
(IsDocumentEnabledProperty);
683
TransferFormattingProperty(property, this.
GetValue
(property));
697
TransferBehavioralProperty(property, this.
GetValue
(property));
720
object defaultValue = _document.
GetValue
(property);
724
defaultValue = _document.
GetValue
(property);
src\Framework\System\Windows\Controls\ScrollViewer.cs (16)
315
get { return (bool)
GetValue
(CanContentScrollProperty); }
326
get { return (ScrollBarVisibility)
GetValue
(HorizontalScrollBarVisibilityProperty); }
337
get { return (ScrollBarVisibility)
GetValue
(VerticalScrollBarVisibilityProperty); }
482
return ((bool)element.
GetValue
(CanContentScrollProperty));
522
return ((ScrollBarVisibility)element.
GetValue
(HorizontalScrollBarVisibilityProperty));
562
return ((ScrollBarVisibility)element.
GetValue
(VerticalScrollBarVisibilityProperty));
660
return (double)
GetValue
(ContentVerticalOffsetProperty);
694
return (double)
GetValue
(ContentHorizontalOffsetProperty);
819
return (bool)element.
GetValue
(IsDeferredScrollingEnabledProperty);
845
return (bool)
GetValue
(IsDeferredScrollingEnabledProperty);
1453
get { return (PanningMode)
GetValue
(PanningModeProperty); }
1490
return ((PanningMode)element.
GetValue
(PanningModeProperty));
1534
get { return (double)
GetValue
(PanningDecelerationProperty); }
1572
return ((double)element.
GetValue
(PanningDecelerationProperty));
1580
get { return (double)
GetValue
(PanningRatioProperty); }
1618
return ((double)element.
GetValue
(PanningRatioProperty));
src\Framework\System\Windows\Controls\SinglePageViewer.cs (10)
163
get { return (double)
GetValue
(ZoomProperty); }
172
get { return (double)
GetValue
(MaxZoomProperty); }
181
get { return (double)
GetValue
(MinZoomProperty); }
191
get { return (double)
GetValue
(ZoomIncrementProperty); }
200
get { return (bool)
GetValue
(CanIncreaseZoomProperty); }
208
get { return (bool)
GetValue
(CanDecreaseZoomProperty); }
216
get { return (Brush)
GetValue
(SelectionBrushProperty); }
225
get { return (double)
GetValue
(SelectionOpacityProperty); }
234
get { return (bool)
GetValue
(IsSelectionActiveProperty); }
242
get { return (bool)
GetValue
(IsInactiveSelectionHighlightEnabledProperty); }
src\Framework\System\Windows\Controls\Slider.cs (14)
292
get { return (Orientation)
GetValue
(OrientationProperty); }
314
return (bool)
GetValue
(IsDirectionReversedProperty);
338
return (int)
GetValue
(DelayProperty);
363
return (int)
GetValue
(IntervalProperty);
390
return (Primitives.AutoToolTipPlacement)
GetValue
(AutoToolTipPlacementProperty);
426
return (int)
GetValue
(AutoToolTipPrecisionProperty);
471
return (bool)
GetValue
(IsSnapToTickEnabledProperty);
497
return (Primitives.TickPlacement)
GetValue
(TickPlacementProperty);
533
return (double)
GetValue
(TickFrequencyProperty);
560
return (DoubleCollection)
GetValue
(TicksProperty);
594
return (bool)
GetValue
(IsSelectionRangeEnabledProperty);
619
get { return (double)
GetValue
(SelectionStartProperty); }
669
get { return (double)
GetValue
(SelectionEndProperty); }
760
return (bool)
GetValue
(IsMoveToPointEnabledProperty);
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
78
get { return (Uri)
GetValue
(SourceProperty); }
src\Framework\System\Windows\Controls\SpellCheck.cs (5)
60
return (bool)_owner.
GetValue
(IsEnabledProperty);
92
return (bool)textBoxBase.
GetValue
(IsEnabledProperty);
120
return (SpellingReform)_owner.
GetValue
(SpellingReformProperty);
166
return (IList)_owner.
GetValue
(CustomDictionariesProperty);
181
return (IList)textBoxBase.
GetValue
(CustomDictionariesProperty);
src\Framework\System\Windows\Controls\Stack.cs (1)
311
get { return (Orientation)
GetValue
(OrientationProperty); }
src\Framework\System\Windows\Controls\StickyNote.cs (17)
271
return (String)
GetValue
(StickyNoteControl.AuthorProperty);
293
get { return (bool)
GetValue
(IsExpandedProperty); }
315
return (bool)
GetValue
(StickyNoteControl.IsActiveProperty);
342
return (bool)
GetValue
(StickyNoteControl.IsMouseOverAnchorProperty);
365
get { return (FontFamily)
GetValue
(CaptionFontFamilyProperty); }
388
get { return (double)
GetValue
(CaptionFontSizeProperty); }
411
get { return (FontStretch)
GetValue
(CaptionFontStretchProperty); }
433
get { return (FontStyle)
GetValue
(CaptionFontStyleProperty); }
456
get { return (FontWeight)
GetValue
(CaptionFontWeightProperty); }
480
get { return (double)
GetValue
(PenWidthProperty); }
504
get{ return (StickyNoteType)
GetValue
(StickyNoteTypeProperty); }
1482
innerControl.SetValue(FontFamilyProperty,
GetValue
(FontFamilyProperty));
1483
innerControl.SetValue(FontSizeProperty,
GetValue
(FontSizeProperty));
1484
innerControl.SetValue(FontStretchProperty,
GetValue
(FontStretchProperty));
1485
innerControl.SetValue(FontStyleProperty,
GetValue
(FontStyleProperty));
1486
innerControl.SetValue(FontWeightProperty,
GetValue
(FontWeightProperty));
1487
innerControl.SetValue(ForegroundProperty,
GetValue
(ForegroundProperty));
src\Framework\System\Windows\Controls\TabControl.cs (8)
107
return (Dock)
GetValue
(TabStripPlacementProperty);
135
return
GetValue
(SelectedContentProperty);
164
return (DataTemplate)
GetValue
(SelectedContentTemplateProperty);
189
return (DataTemplateSelector)
GetValue
(SelectedContentTemplateSelectorProperty);
219
get { return (String)
GetValue
(SelectedContentStringFormatProperty); }
241
return (DataTemplate)
GetValue
(ContentTemplateProperty);
263
return (DataTemplateSelector)
GetValue
(ContentTemplateSelectorProperty);
291
get { return (String)
GetValue
(ContentStringFormatProperty); }
src\Framework\System\Windows\Controls\TabItem.cs (2)
91
get { return (bool)
GetValue
(IsSelectedProperty); }
204
return (Dock)
GetValue
(TabStripPlacementProperty);
src\Framework\System\Windows\Controls\TextBlock.cs (30)
559
get { return (double)
GetValue
(BaselineOffsetProperty); }
589
return (double)element.
GetValue
(BaselineOffsetProperty);
614
get { return (string)
GetValue
(TextProperty); }
635
(string)value == (string)textblock.
GetValue
(TextProperty))
665
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
695
return (FontFamily)element.
GetValue
(FontFamilyProperty);
710
get { return (FontStyle)
GetValue
(FontStyleProperty); }
740
return (FontStyle)element.
GetValue
(FontStyleProperty);
755
get { return (FontWeight)
GetValue
(FontWeightProperty); }
785
return (FontWeight)element.
GetValue
(FontWeightProperty);
800
get { return (FontStretch)
GetValue
(FontStretchProperty); }
830
return (FontStretch)element.
GetValue
(FontStretchProperty);
848
get { return (double)
GetValue
(FontSizeProperty); }
879
return (double)element.
GetValue
(FontSizeProperty);
895
get { return (Brush)
GetValue
(ForegroundProperty); }
925
return (Brush)element.
GetValue
(ForegroundProperty);
944
get { return (Brush)
GetValue
(BackgroundProperty); }
965
get { return (TextDecorationCollection)
GetValue
(TextDecorationsProperty); }
984
get { return (TextEffectCollection)
GetValue
(TextEffectsProperty); }
1000
get { return (double)
GetValue
(LineHeightProperty); }
1031
return (double)element.
GetValue
(LineHeightProperty);
1045
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
1075
return (LineStackingStrategy)element.
GetValue
(LineStackingStrategyProperty);
1093
get { return (Thickness)
GetValue
(PaddingProperty); }
1108
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
1138
return (TextAlignment)element.
GetValue
(TextAlignmentProperty);
1161
get { return (TextTrimming)
GetValue
(TextTrimmingProperty); }
1185
get { return (TextWrapping)
GetValue
(TextWrappingProperty); }
1200
get { return (bool)
GetValue
(IsHyphenationEnabledProperty); }
3146
bool isHyphenationEnabled = (bool) this.
GetValue
(IsHyphenationEnabledProperty);
src\Framework\System\Windows\Controls\TextBox.cs (10)
626
return (TextWrapping)
GetValue
(TextWrappingProperty);
655
get { return (int)
GetValue
(MinLinesProperty); }
680
get { return (int)
GetValue
(MaxLinesProperty); }
710
get { return (string)
GetValue
(TextProperty); }
733
get { return (CharacterCasing)
GetValue
(CharacterCasingProperty); }
771
get { return (int)
GetValue
(MaxLengthProperty); }
787
return (TextAlignment)
GetValue
(TextAlignmentProperty);
972
get { return (TextDecorationCollection)
GetValue
(TextDecorationsProperty); }
1871
FontFamily fontFamily = (FontFamily)this.
GetValue
(FontFamilyProperty);
1872
double fontSize = (double)this.
GetValue
(TextElement.FontSizeProperty);
src\Framework\System\Windows\Controls\TextSearch.cs (7)
66
TextSearch instance = (TextSearch)itemsControl.
GetValue
(TextSearchInstanceProperty);
115
return (string)element.
GetValue
(TextPathProperty);
153
return (string)element.
GetValue
(TextProperty);
580
string primaryTextPath = (string)itemsControl.
GetValue
(TextPathProperty);
602
string primaryText = (string)itemDO.
GetValue
(TextProperty);
777
string text = (string)element.
GetValue
(TextProperty);
833
object o = element.
GetValue
(FrameworkElement.LanguageProperty);
src\Framework\System\Windows\Controls\ToolBar.cs (7)
136
return (Orientation)
GetValue
(OrientationProperty);
160
get { return (int)
GetValue
(BandProperty); }
184
get { return (int)
GetValue
(BandIndexProperty); }
211
get { return (bool)
GetValue
(IsOverflowOpenProperty); }
328
get { return (bool)
GetValue
(HasOverflowItemsProperty); }
373
return (bool)element.
GetValue
(IsOverflowItemProperty);
457
return (OverflowMode)element.
GetValue
(OverflowModeProperty);
src\Framework\System\Windows\Controls\ToolBarTray.cs (4)
91
get { return (Brush)
GetValue
(BackgroundProperty); }
125
get { return (Orientation)
GetValue
(OrientationProperty); }
149
get { return (bool)
GetValue
(IsLockedProperty); }
178
return (bool)element.
GetValue
(IsLockedProperty);
src\Framework\System\Windows\Controls\ToolTip.cs (11)
84
return (bool)
GetValue
(FromKeyboardProperty);
123
return (double)
GetValue
(HorizontalOffsetProperty);
154
return (double)
GetValue
(VerticalOffsetProperty);
208
get { return (bool)
GetValue
(IsOpenProperty); }
238
get { return (bool)
GetValue
(HasDropShadowProperty); }
264
get { return (UIElement)
GetValue
(PlacementTargetProperty); }
287
get { return (Rect)
GetValue
(PlacementRectangleProperty); }
311
get { return (PlacementMode)
GetValue
(PlacementProperty); }
329
get { return (CustomPopupPlacementCallback)
GetValue
(CustomPopupPlacementCallbackProperty); }
348
get { return (bool)
GetValue
(StaysOpenProperty); }
493
(bool)
GetValue
(PopupControlService.ServiceOwnedProperty) &&
src\Framework\System\Windows\Controls\ToolTipService.cs (13)
47
return element.
GetValue
(ToolTipProperty);
92
return (double)element.
GetValue
(HorizontalOffsetProperty);
131
return (double)element.
GetValue
(VerticalOffsetProperty);
169
return (bool)element.
GetValue
(HasDropShadowProperty);
207
return (UIElement)element.
GetValue
(PlacementTargetProperty);
245
return (Rect)element.
GetValue
(PlacementRectangleProperty);
283
return (PlacementMode)element.
GetValue
(PlacementProperty);
321
return (bool)element.
GetValue
(ShowOnDisabledProperty);
364
return (bool)element.
GetValue
(IsOpenProperty);
402
return (bool)element.
GetValue
(IsEnabledProperty);
446
return (int)element.
GetValue
(ShowDurationProperty);
485
return (int)element.
GetValue
(InitialShowDelayProperty);
524
return (int)element.
GetValue
(BetweenShowDelayProperty);
src\Framework\System\Windows\Controls\TreeView.cs (4)
77
return
GetValue
(SelectedItemProperty);
106
return
GetValue
(SelectedValueProperty);
137
get { return (string)
GetValue
(SelectedValuePathProperty); }
776
if ((bool)
GetValue
(Selector.IsSelectionActiveProperty) != isSelectionActive)
src\Framework\System\Windows\Controls\TreeViewItem.cs (4)
82
get { return (bool)
GetValue
(IsExpandedProperty); }
154
get { return (bool)
GetValue
(IsSelectedProperty); }
198
return (bool)
GetValue
(IsSelectionActiveProperty);
955
object value = parent.
GetValue
(dp);
src\Framework\System\Windows\Controls\Validation.cs (6)
104
return (ReadOnlyObservableCollection<ValidationError>) element.
GetValue
(ErrorsProperty);
135
return (ValidationErrorCollection) target.
GetValue
(Validation.ValidationErrorsInternalProperty);
176
return (bool) element.
GetValue
(HasErrorProperty);
205
return element.
GetValue
(ErrorTemplateProperty) as ControlTemplate;
251
return element.
GetValue
(ValidationAdornerSiteProperty) as DependencyObject;
319
return element.
GetValue
(ValidationAdornerSiteForProperty) as DependencyObject;
src\Framework\System\Windows\Controls\ViewBox.cs (2)
281
get { return (Stretch)
GetValue
(StretchProperty); }
294
get { return (StretchDirection)
GetValue
(StretchDirectionProperty); }
src\Framework\System\Windows\Controls\ViewPort3D.cs (2)
123
get { return (Camera)
GetValue
(CameraProperty); }
145
get { return (Visual3DCollection)
GetValue
(ChildrenProperty); }
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (8)
77
return (bool)element.
GetValue
(IsVirtualizingProperty);
117
return (VirtualizationMode)element.
GetValue
(VirtualizationModeProperty);
155
return (bool)element.
GetValue
(IsVirtualizingWhenGroupingProperty);
192
return (ScrollUnit)element.
GetValue
(ScrollUnitProperty);
233
return (VirtualizationCacheLength)element.
GetValue
(CacheLengthProperty);
273
return (VirtualizationCacheLengthUnit)element.
GetValue
(CacheLengthUnitProperty);
311
return (bool)element.
GetValue
(IsContainerVirtualizableProperty);
351
return (bool)element.
GetValue
(ShouldCacheContainerSizeProperty);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
1732
get { return (Orientation)
GetValue
(OrientationProperty); }
6278
return (Thickness)container.
GetValue
(ItemsHostInsetProperty);
12873
info._inset = (Thickness)child.
GetValue
(ItemsHostInsetProperty);
src\Framework\System\Windows\Controls\WrapPanel.cs (2)
108
get { return (double)
GetValue
(ItemWidthProperty); }
138
get { return (double)
GetValue
(ItemHeightProperty); }
src\Framework\System\Windows\Data\Binding.cs (1)
189
return (XmlNamespaceManager)target.
GetValue
(XmlNamespaceManagerProperty);
src\Framework\System\Windows\Data\BindingExpression.cs (6)
658
if (target.
GetValue
(XmlAttributeProperties.XmlnsDictionaryProperty) == null ||
659
target.
GetValue
(XmlAttributeProperties.XmlNamespaceMapsProperty) == null)
765
source = contextElement.
GetValue
(FrameworkElement.DataContextProperty);
931
object item = contextElement.
GetValue
(FrameworkElement.DataContextProperty);
2272
item = contextElement.
GetValue
(FrameworkElement.DataContextProperty);
2420
object newItem = contextElement.
GetValue
(FrameworkElement.DataContextProperty);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (5)
1295
_culture = ((XmlLanguage) target.
GetValue
(FrameworkElement.LanguageProperty)).GetSpecificCulture();
1723
bg = (BindingGroup)contextElement.
GetValue
(FrameworkElement.BindingGroupProperty);
1734
!ItemsControl.EqualsEx( contextElement.
GetValue
(dataContextDP),
1735
groupContextElement.
GetValue
(dataContextDP)))
1753
BindingGroup bgCandidate = (BindingGroup)fo.DO.
GetValue
(bindingGroupDP);
src\Framework\System\Windows\Data\BindingGroup.cs (3)
825
object dataContextItem = mentor.
GetValue
(FrameworkElement.DataContextProperty);
1029
mentor.
GetValue
(FrameworkElement.DataContextProperty) == CollectionView.NewItemPlaceholder)
1319
_culture = ((System.Windows.Markup.XmlLanguage) mentor.
GetValue
(FrameworkElement.LanguageProperty)).GetSpecificCulture();
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
87
get { return (IEnumerable)
GetValue
(CollectionContainer.CollectionProperty); }
src\Framework\System\Windows\Data\CollectionViewSource.cs (13)
110
get { return (object)
GetValue
(SourceProperty); }
176
get { return (Type)
GetValue
(CollectionViewTypeProperty); }
267
get { return (bool)
GetValue
(CanChangeLiveSortingProperty); }
295
get { return (bool)
GetValue
(IsLiveSortingRequestedProperty); }
335
get { return (bool?)
GetValue
(IsLiveSortingProperty); }
390
get { return (bool)
GetValue
(CanChangeLiveFilteringProperty); }
418
get { return (bool)
GetValue
(IsLiveFilteringRequestedProperty); }
458
get { return (bool?)
GetValue
(IsLiveFilteringProperty); }
511
get { return (bool)
GetValue
(CanChangeLiveGroupingProperty); }
539
get { return (bool)
GetValue
(IsLiveGroupingRequestedProperty); }
579
get { return (bool?)
GetValue
(IsLiveGroupingProperty); }
760
ICollectionView view = (ICollectionView)
GetValue
(ViewProperty);
832
XmlLanguage language = (d != null) ? (XmlLanguage)d.
GetValue
(FrameworkElement.LanguageProperty) : null;
src\Framework\System\Windows\Documents\AnchoredBlock.cs (7)
112
get { return (Thickness)
GetValue
(MarginProperty); }
131
get { return (Thickness)
GetValue
(PaddingProperty); }
150
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
169
get { return (Brush)
GetValue
(BorderBrushProperty); }
184
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
200
get { return (double)
GetValue
(LineHeightProperty); }
215
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
src\Framework\System\Windows\Documents\Block.cs (16)
94
get { return (bool)
GetValue
(IsHyphenationEnabledProperty); }
124
return (bool)element.
GetValue
(IsHyphenationEnabledProperty);
145
get { return (Thickness)
GetValue
(MarginProperty); }
167
get { return (Thickness)
GetValue
(PaddingProperty); }
189
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
210
get { return (Brush)
GetValue
(BorderBrushProperty); }
232
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
262
return (TextAlignment)element.
GetValue
(TextAlignmentProperty);
276
get { return (FlowDirection)
GetValue
(FlowDirectionProperty); }
299
get { return (double)
GetValue
(LineHeightProperty); }
330
return (double)element.
GetValue
(LineHeightProperty);
351
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
381
return (LineStackingStrategy)element.
GetValue
(LineStackingStrategyProperty);
401
get { return (bool)
GetValue
(BreakPageBeforeProperty); }
422
get { return (bool)
GetValue
(BreakColumnBeforeProperty); }
444
get { return (WrapDirection)
GetValue
(ClearFloatersProperty); }
src\Framework\System\windows\Documents\CaretElement.cs (4)
133
Brush selectionBrush = (Brush)owner.
GetValue
(TextBoxBase.SelectionBrushProperty);
140
double selectionOpacity = (double)owner.
GetValue
(TextBoxBase.SelectionOpacityProperty);
668
FlowDirection flowDirection = (FlowDirection)AdornedElement.
GetValue
(FlowDirectionProperty);
713
FlowDirection flowDirection = (FlowDirection)AdornedElement.
GetValue
(FlowDirectionProperty);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (2)
177
selectionBrush = (Brush)owner.
GetValue
(TextBoxBase.SelectionBrushProperty);
178
selectionOpacity = (double)owner.
GetValue
(TextBoxBase.SelectionOpacityProperty);
src\Framework\System\Windows\Documents\DocumentReference.cs (2)
182
get { return (Uri)
GetValue
(SourceProperty); }
193
get { return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty); }
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
508
get { return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty); }
548
object printTicket =
GetValue
(PrintTicketProperty);
src\Framework\System\Windows\Documents\Figure.cs (8)
89
get { return (FigureHorizontalAnchor)
GetValue
(HorizontalAnchorProperty); }
111
get { return (FigureVerticalAnchor)
GetValue
(VerticalAnchorProperty); }
134
get { return (double)
GetValue
(HorizontalOffsetProperty); }
157
get { return (double)
GetValue
(VerticalOffsetProperty); }
178
get { return (bool)
GetValue
(CanDelayPlacementProperty); }
200
get { return (WrapDirection)
GetValue
(WrapDirectionProperty); }
221
get { return (FigureLength)
GetValue
(WidthProperty); }
242
get { return (FigureLength)
GetValue
(HeightProperty); }
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
201
get { return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty); }
297
get { return (NavigationService)
GetValue
(NavigationService.NavigationServiceProperty); }
619
object printTicket =
GetValue
(PrintTicketProperty);
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
172
XmlLanguage language = (XmlLanguage) _fixedPage.
GetValue
(FrameworkElement.LanguageProperty);
src\Framework\System\Windows\Documents\FixedElement.cs (5)
260
link.NavigateUri =
GetValue
(NavigateUriProperty) as Uri;
262
AutomationProperties.SetHelpText(link, (String)this.
GetValue
(HelpTextProperty));
263
AutomationProperties.SetName(link, (String)this.
GetValue
(NameProperty));
313
AutomationProperties.SetName(image, (String)this.
GetValue
(NameProperty));
314
AutomationProperties.SetHelpText(image, (String)this.
GetValue
(HelpTextProperty));
src\Framework\System\Windows\Documents\FixedPage.cs (10)
233
return (double)element.
GetValue
(LeftProperty);
261
return (double)element.
GetValue
(TopProperty);
289
return (double)element.
GetValue
(RightProperty);
317
return (double)element.
GetValue
(BottomProperty);
342
return (Uri)element.
GetValue
(NavigateUriProperty);
364
get { return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty); }
428
get { return
GetValue
(PrintTicketProperty); }
437
get { return (Brush)
GetValue
(BackgroundProperty); }
523
get { return (Rect)
GetValue
(ContentBoxProperty); }
542
get { return (Rect)
GetValue
(BleedBoxProperty); }
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
1474
_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.
GetValue
(AutomationProperties.HelpTextProperty)));
1475
_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.
GetValue
(AutomationProperties.NameProperty)));
1776
_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.
GetValue
(AutomationProperties.HelpTextProperty)));
1777
_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.
GetValue
(AutomationProperties.NameProperty)));
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
215
return e.
GetValue
(property);
src\Framework\System\Windows\Documents\Floater.cs (2)
93
get { return (HorizontalAlignment)
GetValue
(HorizontalAlignmentProperty); }
116
get { return (double)
GetValue
(WidthProperty); }
src\Framework\System\Windows\Documents\FlowDocument.cs (26)
219
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
234
get { return (FontStyle)
GetValue
(FontStyleProperty); }
249
get { return (FontWeight)
GetValue
(FontWeightProperty); }
264
get { return (FontStretch)
GetValue
(FontStretchProperty); }
282
get { return (double)
GetValue
(FontSizeProperty); }
298
get { return (Brush)
GetValue
(ForegroundProperty); }
317
get { return (Brush)
GetValue
(BackgroundProperty); }
336
get { return (TextEffectCollection)
GetValue
(TextEffectsProperty); }
351
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
366
get { return (FlowDirection)
GetValue
(FlowDirectionProperty); }
382
get { return (double)
GetValue
(LineHeightProperty); }
397
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
422
get { return (double)
GetValue
(ColumnWidthProperty); }
447
get { return (double)
GetValue
(ColumnGapProperty); }
470
get { return (bool)
GetValue
(IsColumnWidthFlexibleProperty); }
495
get { return (double)
GetValue
(ColumnRuleWidthProperty); }
516
get { return (Brush)
GetValue
(ColumnRuleBrushProperty); }
537
get { return (bool)
GetValue
(IsOptimalParagraphEnabledProperty); }
563
get { return (double)
GetValue
(PageWidthProperty); }
588
get { return (double)
GetValue
(MinPageWidthProperty); }
614
get { return (double)
GetValue
(MaxPageWidthProperty); }
640
get { return (double)
GetValue
(PageHeightProperty); }
665
get { return (double)
GetValue
(MinPageHeightProperty); }
691
get { return (double)
GetValue
(MaxPageHeightProperty); }
720
get { return (Thickness)
GetValue
(PagePaddingProperty); }
746
get { return (bool)
GetValue
(IsHyphenationEnabledProperty); }
src\Framework\System\Windows\Documents\Glyphs.cs (13)
101
return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty);
762
return (Brush)
GetValue
(FillProperty);
786
return (string)
GetValue
(IndicesProperty);
808
return (string)
GetValue
(UnicodeStringProperty);;
831
return (string)
GetValue
(CaretStopsProperty);;
854
return (double)
GetValue
(FontRenderingEmSizeProperty);
877
return (double)
GetValue
(OriginXProperty);
900
return (double)
GetValue
(OriginYProperty);
922
return (Uri)
GetValue
(FontUriProperty);
944
return (StyleSimulations)
GetValue
(StyleSimulationsProperty);
968
return (bool)
GetValue
(IsSidewaysProperty);
991
return (int)
GetValue
(BidiLevelProperty);
1017
return (string)
GetValue
(DeviceFontNameProperty);
src\Framework\System\Windows\Documents\Hyperlink.cs (10)
166
return (ICommand)
GetValue
(CommandProperty);
279
return
GetValue
(CommandParameterProperty);
307
return (IInputElement)
GetValue
(CommandTargetProperty);
385
return (Uri)
GetValue
(NavigateUriProperty);
413
return (string)
GetValue
(TargetNameProperty);
647
Uri targetUri = (Uri)dObject.
GetValue
(GetNavigateUriProperty(element));
802
return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty);
1107
if ((bool)dp.
GetValue
(IsHyperlinkPressedProperty))
1221
Uri inputUri = (Uri)dObject.
GetValue
(GetNavigateUriProperty(element));
1222
string targetWindow = (string)dObject.
GetValue
(TargetNameProperty);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2072
return ((bool)UiScope.
GetValue
(TextEditor.IsReadOnlyProperty) || _editor.IsReadOnly);
src\Framework\System\Windows\Documents\Inline.cs (3)
109
get { return (BaselineAlignment)
GetValue
(BaselineAlignmentProperty); }
131
get { return (TextDecorationCollection)
GetValue
(TextDecorationsProperty); }
146
get { return (FlowDirection)
GetValue
(FlowDirectionProperty); }
src\Framework\System\Windows\Documents\List.cs (4)
111
get { return (TextMarkerStyle)
GetValue
(MarkerStyleProperty); }
135
get { return (double)
GetValue
(MarkerOffsetProperty); }
158
get { return (int)
GetValue
(StartIndexProperty); }
295
Paragraph.FlowDirectionProperty, firstBlock.
GetValue
(Paragraph.FlowDirectionProperty));
src\Framework\System\Windows\Documents\ListItem.cs (8)
156
get { return (Thickness)
GetValue
(MarginProperty); }
175
get { return (Thickness)
GetValue
(PaddingProperty); }
194
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
213
get { return (Brush)
GetValue
(BorderBrushProperty); }
228
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
243
get { return (FlowDirection)
GetValue
(FlowDirectionProperty); }
259
get { return (double)
GetValue
(LineHeightProperty); }
274
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
src\Framework\System\Windows\Documents\PageContent.cs (2)
256
get { return (Uri)
GetValue
(SourceProperty); }
334
return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty);
src\Framework\System\Windows\Documents\Paragraph.cs (6)
102
get { return (TextDecorationCollection)
GetValue
(TextDecorationsProperty); }
125
get { return (double)
GetValue
(TextIndentProperty); }
149
get { return (int)
GetValue
(MinOrphanLinesProperty); }
172
get { return (int)
GetValue
(MinWidowLinesProperty); }
195
get { return (bool)
GetValue
(KeepWithNextProperty); }
217
get { return (bool)
GetValue
(KeepTogetherProperty); }
src\Framework\System\Windows\Documents\Run.cs (1)
114
get { return (string)
GetValue
(TextProperty); }
src\Framework\System\Windows\Documents\Speller.cs (1)
530
_spellingReform = (SpellingReform)_textEditor.UiScope.
GetValue
(SpellCheck.SpellingReformProperty);
src\Framework\System\Windows\Documents\Table.cs (1)
177
get { return (double)
GetValue
(CellSpacingProperty); }
src\Framework\System\Windows\Documents\TableCell.cs (9)
152
get { return (int)
GetValue
(ColumnSpanProperty); }
161
get { return (int)
GetValue
(RowSpanProperty); }
206
get { return (Thickness)
GetValue
(PaddingProperty); }
225
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
244
get { return (Brush)
GetValue
(BorderBrushProperty); }
259
get { return (TextAlignment)
GetValue
(TextAlignmentProperty); }
274
get { return (FlowDirection)
GetValue
(FlowDirectionProperty); }
290
get { return (double)
GetValue
(LineHeightProperty); }
305
get { return (LineStackingStrategy)
GetValue
(LineStackingStrategyProperty); }
src\Framework\System\Windows\Documents\TableColumn.cs (2)
75
get { return (GridLength)
GetValue
(WidthProperty); }
84
get { return (Brush)
GetValue
(BackgroundProperty); }
src\Framework\System\Windows\Documents\TextContainer.cs (1)
742
return (parent == null) ? DependencyProperty.UnsetValue : parent.
GetValue
(formattingProperty);
src\Framework\System\windows\Documents\TextEditor.cs (10)
107
if ((bool)_uiScope.
GetValue
(SpellCheck.IsEnabledProperty))
962
return _uiScope == null ? true : (bool)_uiScope.
GetValue
(KeyboardNavigation.AcceptsReturnProperty);
974
return _uiScope == null ? true : (bool)_uiScope.
GetValue
(TextBoxBase.AcceptsTabProperty);
1004
return _uiScope == null ? false : (bool)_uiScope.
GetValue
(TextEditor.IsReadOnlyProperty);
1027
return _uiScope == null ? false : (bool)_uiScope.
GetValue
(SpellCheck.IsEnabledProperty);
1059
return _uiScope == null ? true : (bool)_uiScope.
GetValue
(TextEditor.AllowOvertypeProperty);
1072
return _uiScope == null ? 0 : (int)_uiScope.
GetValue
(TextBox.MaxLengthProperty);
1084
return _uiScope == null ? CharacterCasing.Normal : (CharacterCasing)_uiScope.
GetValue
(TextBox.CharacterCasingProperty);
1096
return _uiScope == null ? false : (bool)_uiScope.
GetValue
(RichTextBox.AutoWordSelectionProperty);
1108
return _uiScope == null ? false : (bool)_uiScope.
GetValue
(TextBoxBase.IsReadOnlyCaretVisibleProperty);
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
86
contextMenu = (ContextMenu)e.TargetElement.
GetValue
(FrameworkElement.ContextMenuProperty);
99
contextMenu = (ContextMenu)element.
GetValue
(FrameworkElement.ContextMenuProperty);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
396
double pageHeight = (double)_textEditor.UiScope.
GetValue
(TextEditor.PageHeightProperty);
src\Framework\System\windows\Documents\TextEditorSelection.cs (5)
598
double pageHeight = (double)This.UiScope.
GetValue
(TextEditor.PageHeightProperty);
716
double pageHeight = (double)This.UiScope.
GetValue
(TextEditor.PageHeightProperty);
1427
double pageHeight = (double)This.UiScope.
GetValue
(TextEditor.PageHeightProperty);
1523
double pageHeight = (double)This.UiScope.
GetValue
(TextEditor.PageHeightProperty);
2402
double pageHeight = (double)textEditor.UiScope.
GetValue
(TextEditor.PageHeightProperty);
src\Framework\System\Windows\Documents\TextElement.cs (57)
483
get { return (FontFamily)
GetValue
(FontFamilyProperty); }
513
return (FontFamily)element.
GetValue
(FontFamilyProperty);
534
get { return (FontStyle)
GetValue
(FontStyleProperty); }
564
return (FontStyle)element.
GetValue
(FontStyleProperty);
585
get { return (FontWeight)
GetValue
(FontWeightProperty); }
615
return (FontWeight)element.
GetValue
(FontWeightProperty);
636
get { return (FontStretch)
GetValue
(FontStretchProperty); }
666
return (FontStretch)element.
GetValue
(FontStretchProperty);
690
get { return (double)
GetValue
(FontSizeProperty); }
721
return (double)element.
GetValue
(FontSizeProperty);
744
get { return (Brush)
GetValue
(ForegroundProperty); }
774
return (Brush)element.
GetValue
(ForegroundProperty);
793
get { return (Brush)
GetValue
(BackgroundProperty); }
815
get { return (TextEffectCollection)
GetValue
(TextEffectsProperty); }
1090
group.SetStandardLigatures((bool) element.
GetValue
(Typography.StandardLigaturesProperty));
1091
group.SetContextualLigatures((bool) element.
GetValue
(Typography.ContextualLigaturesProperty));
1092
group.SetDiscretionaryLigatures((bool) element.
GetValue
(Typography.DiscretionaryLigaturesProperty));
1093
group.SetHistoricalLigatures((bool) element.
GetValue
(Typography.HistoricalLigaturesProperty));
1094
group.SetAnnotationAlternates((int) element.
GetValue
(Typography.AnnotationAlternatesProperty));
1095
group.SetContextualAlternates((bool) element.
GetValue
(Typography.ContextualAlternatesProperty));
1096
group.SetHistoricalForms((bool) element.
GetValue
(Typography.HistoricalFormsProperty));
1097
group.SetKerning((bool) element.
GetValue
(Typography.KerningProperty));
1098
group.SetCapitalSpacing((bool) element.
GetValue
(Typography.CapitalSpacingProperty));
1099
group.SetCaseSensitiveForms((bool) element.
GetValue
(Typography.CaseSensitiveFormsProperty));
1100
group.SetStylisticSet1((bool) element.
GetValue
(Typography.StylisticSet1Property));
1101
group.SetStylisticSet2((bool) element.
GetValue
(Typography.StylisticSet2Property));
1102
group.SetStylisticSet3((bool) element.
GetValue
(Typography.StylisticSet3Property));
1103
group.SetStylisticSet4((bool) element.
GetValue
(Typography.StylisticSet4Property));
1104
group.SetStylisticSet5((bool) element.
GetValue
(Typography.StylisticSet5Property));
1105
group.SetStylisticSet6((bool) element.
GetValue
(Typography.StylisticSet6Property));
1106
group.SetStylisticSet7((bool) element.
GetValue
(Typography.StylisticSet7Property));
1107
group.SetStylisticSet8((bool) element.
GetValue
(Typography.StylisticSet8Property));
1108
group.SetStylisticSet9((bool) element.
GetValue
(Typography.StylisticSet9Property));
1109
group.SetStylisticSet10((bool) element.
GetValue
(Typography.StylisticSet10Property));
1110
group.SetStylisticSet11((bool) element.
GetValue
(Typography.StylisticSet11Property));
1111
group.SetStylisticSet12((bool) element.
GetValue
(Typography.StylisticSet12Property));
1112
group.SetStylisticSet13((bool) element.
GetValue
(Typography.StylisticSet13Property));
1113
group.SetStylisticSet14((bool) element.
GetValue
(Typography.StylisticSet14Property));
1114
group.SetStylisticSet15((bool) element.
GetValue
(Typography.StylisticSet15Property));
1115
group.SetStylisticSet16((bool) element.
GetValue
(Typography.StylisticSet16Property));
1116
group.SetStylisticSet17((bool) element.
GetValue
(Typography.StylisticSet17Property));
1117
group.SetStylisticSet18((bool) element.
GetValue
(Typography.StylisticSet18Property));
1118
group.SetStylisticSet19((bool) element.
GetValue
(Typography.StylisticSet19Property));
1119
group.SetStylisticSet20((bool) element.
GetValue
(Typography.StylisticSet20Property));
1120
group.SetFraction((FontFraction) element.
GetValue
(Typography.FractionProperty));
1121
group.SetSlashedZero((bool) element.
GetValue
(Typography.SlashedZeroProperty));
1122
group.SetMathematicalGreek((bool) element.
GetValue
(Typography.MathematicalGreekProperty));
1123
group.SetEastAsianExpertForms((bool) element.
GetValue
(Typography.EastAsianExpertFormsProperty));
1124
group.SetVariants((FontVariants) element.
GetValue
(Typography.VariantsProperty));
1125
group.SetCapitals((FontCapitals) element.
GetValue
(Typography.CapitalsProperty));
1126
group.SetNumeralStyle((FontNumeralStyle) element.
GetValue
(Typography.NumeralStyleProperty));
1127
group.SetNumeralAlignment((FontNumeralAlignment) element.
GetValue
(Typography.NumeralAlignmentProperty));
1128
group.SetEastAsianWidths((FontEastAsianWidths) element.
GetValue
(Typography.EastAsianWidthsProperty));
1129
group.SetEastAsianLanguage((FontEastAsianLanguage) element.
GetValue
(Typography.EastAsianLanguageProperty));
1130
group.SetStandardSwashes((int) element.
GetValue
(Typography.StandardSwashesProperty));
1131
group.SetContextualSwashes((int) element.
GetValue
(Typography.ContextualSwashesProperty));
1132
group.SetStylisticAlternates((int) element.
GetValue
(Typography.StylisticAlternatesProperty));
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2542
val = parent.
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
460
value = element.
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (26)
112
if (!TextSchema.ValuesAreEqual(firstInline.
GetValue
(property), secondInline.
GetValue
(property)))
142
if (!TextSchema.ValuesAreEqual(firstElement.
GetValue
(property), secondElement.
GetValue
(property)))
237
start.Parent == end.Parent && TextSchema.ValuesAreEqual(start.Parent.
GetValue
(formattingProperty), value))
355
object inlineValue = inline.
GetValue
(property);
356
object parentSpanValue = parentSpan.
GetValue
(property);
364
object outerValue = parentSpan.Parent.
GetValue
(property);
395
inline.SetValue(property, parentSpan.
GetValue
(property));
499
object value = source.
GetValue
(nonFormattingCharacterProperties[i]);
817
object currentValue = block.
GetValue
(property);
845
parentFlowDirection = (FlowDirection)parent.
GetValue
(FrameworkElement.FlowDirectionProperty);
853
FlowDirection flowDirection = (FlowDirection)block.
GetValue
(Block.FlowDirectionProperty);
856
object currentValue = block.
GetValue
(property);
951
object firstChildValue = firstChild.
GetValue
(property);
960
if (!TextSchema.ValuesAreEqual(nextChild.
GetValue
(property), firstChildValue))
1216
if (!TextSchema.ValuesAreEqual(newValue, element.
GetValue
(property)))
1226
object value = block.
GetValue
(Block.MarginProperty);
1324
FlowDirection midpointFlowDirection = (FlowDirection)commonAncestor.
GetValue
(FrameworkElement.FlowDirectionProperty);
1325
FlowDirection previousFlowDirection = (FlowDirection)previousRun.
GetValue
(FrameworkElement.FlowDirectionProperty);
1326
FlowDirection nextFlowDirection = (FlowDirection)nextRun.
GetValue
(FrameworkElement.FlowDirectionProperty);
1792
object value = source.
GetValue
(property);
1821
if (!TextSchema.ValuesAreEqual(inline.
GetValue
(inheritableProperty), inline.Parent.
GetValue
(inheritableProperty)))
1863
while ((FlowDirection)inline.Parent.
GetValue
(FrameworkElement.FlowDirectionProperty) == flowDirection)
1883
object currentValue = run.
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (7)
233
Paragraph.FlowDirectionProperty, precedingList.
GetValue
(Paragraph.FlowDirectionProperty));
391
FlowDirection flowDirection = (FlowDirection)listToRemove.
GetValue
(Paragraph.FlowDirectionProperty);
553
object listFlowDirectionValue = unindentedList.
GetValue
(Paragraph.FlowDirectionProperty);
682
!TextSchema.ValuesAreEqual(/*newValue*/newFlowDirectionValue, /*currentValue*/startListItem.List.
GetValue
(Paragraph.FlowDirectionProperty)))
702
!TextSchema.ValuesAreEqual(/*newValue*/newFlowDirectionValue, /*currentValue*/endListItem.List.
GetValue
(Paragraph.FlowDirectionProperty)))
733
(!TextSchema.ValuesAreEqual(/*newValue*/newFlowDirectionValue, /*currentValue*/startListItem.List.
GetValue
(Paragraph.FlowDirectionProperty))))
741
(!TextSchema.ValuesAreEqual(/*newValue*/newFlowDirectionValue, /*currentValue*/endListItem.List.
GetValue
(Paragraph.FlowDirectionProperty))))
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (6)
1207
object value = image.
GetValue
(property);
1626
if (TextSchema.ValuesAreEqual(start.Parent.
GetValue
(property), value))
1643
!TextSchema.ValuesAreEqual(element.
GetValue
(property), element.Parent.
GetValue
(property)))
1662
if (!TextSchema.ValuesAreEqual(value, element.
GetValue
(property)))
1665
if (!TextSchema.ValuesAreEqual(value, element.
GetValue
(property)))
src\Framework\System\windows\Documents\TextSelection.cs (8)
353
else if (!this.IsEmpty && (bool)owner.
GetValue
(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty))
1430
propertyValue = this.Start.Parent.
GetValue
(formattingProperty);
1502
object value = parent.
GetValue
(inheritableProperties[i]);
1512
object value = parent.
GetValue
(noninheritableProperties[i]);
1629
Brush caretBrush = (Brush)textEditor.UiScope.
GetValue
(TextBoxBase.CaretBrushProperty);
1636
backgroundPropertyValue = textEditor.UiScope.
GetValue
(System.Windows.Controls.Panel.BackgroundProperty);
1999
FlowDirection renderScopeFlowDirection = (FlowDirection)this.TextView.RenderScope.
GetValue
(Block.FlowDirectionProperty);
2401
FlowDirection uiScopeflowDirection = (FlowDirection)textEditor.UiScope.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\System\Windows\Documents\TextStore.cs (6)
721
PrepareAttributes((InputScope)UiScope.
GetValue
(InputMethod.InputScopeProperty),
722
(double)UiScope.
GetValue
(TextElement.FontSizeProperty),
723
(FontFamily)UiScope.
GetValue
(TextElement.FontFamilyProperty),
724
(XmlLanguage)UiScope.
GetValue
(FrameworkContentElement.LanguageProperty),
1550
if ((bool)UiScope.
GetValue
(InputMethod.IsInputMethodEnabledProperty))
3970
return ((bool)this.UiScope.
GetValue
(TextEditor.IsReadOnlyProperty) || TextEditor.IsReadOnly);
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
153
records[count].Value = d.
GetValue
(dp);
src\Framework\System\Windows\Documents\Typography.cs (86)
76
get { return (bool) _owner.
GetValue
(StandardLigaturesProperty); }
83
get { return (bool) _owner.
GetValue
(ContextualLigaturesProperty); }
90
get { return (bool) _owner.
GetValue
(DiscretionaryLigaturesProperty); }
97
get { return (bool) _owner.
GetValue
(HistoricalLigaturesProperty); }
104
get { return (int) _owner.
GetValue
(AnnotationAlternatesProperty); }
111
get { return (bool) _owner.
GetValue
(ContextualAlternatesProperty); }
118
get { return (bool) _owner.
GetValue
(HistoricalFormsProperty); }
125
get { return (bool) _owner.
GetValue
(KerningProperty); }
132
get { return (bool) _owner.
GetValue
(CapitalSpacingProperty); }
139
get { return (bool) _owner.
GetValue
(CaseSensitiveFormsProperty); }
146
get { return (bool) _owner.
GetValue
(StylisticSet1Property); }
153
get { return (bool) _owner.
GetValue
(StylisticSet2Property); }
160
get { return (bool) _owner.
GetValue
(StylisticSet3Property); }
167
get { return (bool) _owner.
GetValue
(StylisticSet4Property); }
174
get { return (bool) _owner.
GetValue
(StylisticSet5Property); }
181
get { return (bool) _owner.
GetValue
(StylisticSet6Property); }
188
get { return (bool) _owner.
GetValue
(StylisticSet7Property); }
195
get { return (bool) _owner.
GetValue
(StylisticSet8Property); }
202
get { return (bool) _owner.
GetValue
(StylisticSet9Property); }
209
get { return (bool) _owner.
GetValue
(StylisticSet10Property); }
216
get { return (bool) _owner.
GetValue
(StylisticSet11Property); }
223
get { return (bool) _owner.
GetValue
(StylisticSet12Property); }
230
get { return (bool) _owner.
GetValue
(StylisticSet13Property); }
237
get { return (bool) _owner.
GetValue
(StylisticSet14Property); }
244
get { return (bool) _owner.
GetValue
(StylisticSet15Property); }
251
get { return (bool) _owner.
GetValue
(StylisticSet16Property); }
258
get { return (bool) _owner.
GetValue
(StylisticSet17Property); }
265
get { return (bool) _owner.
GetValue
(StylisticSet18Property); }
272
get { return (bool) _owner.
GetValue
(StylisticSet19Property); }
279
get { return (bool) _owner.
GetValue
(StylisticSet20Property); }
286
get { return (FontFraction) _owner.
GetValue
(FractionProperty); }
293
get { return (bool) _owner.
GetValue
(SlashedZeroProperty); }
300
get { return (bool) _owner.
GetValue
(MathematicalGreekProperty); }
307
get { return (bool) _owner.
GetValue
(EastAsianExpertFormsProperty); }
314
get { return (FontVariants) _owner.
GetValue
(VariantsProperty); }
321
get { return (FontCapitals) _owner.
GetValue
(CapitalsProperty); }
328
get { return (FontNumeralStyle) _owner.
GetValue
(NumeralStyleProperty); }
335
get { return (FontNumeralAlignment) _owner.
GetValue
(NumeralAlignmentProperty); }
342
get { return (FontEastAsianWidths) _owner.
GetValue
(EastAsianWidthsProperty); }
349
get { return (FontEastAsianLanguage) _owner.
GetValue
(EastAsianLanguageProperty); }
356
get { return (int) _owner.
GetValue
(StandardSwashesProperty); }
363
get { return (int) _owner.
GetValue
(ContextualSwashesProperty); }
370
get { return (int) _owner.
GetValue
(StylisticAlternatesProperty); }
407
return (bool)element.
GetValue
(StandardLigaturesProperty);
439
return (bool)element.
GetValue
(ContextualLigaturesProperty);
471
return (bool)element.
GetValue
(DiscretionaryLigaturesProperty);
503
return (bool)element.
GetValue
(HistoricalLigaturesProperty);
535
return (int)element.
GetValue
(AnnotationAlternatesProperty);
567
return (bool)element.
GetValue
(ContextualAlternatesProperty);
599
return (bool)element.
GetValue
(HistoricalFormsProperty);
631
return (bool)element.
GetValue
(KerningProperty);
663
return (bool)element.
GetValue
(CapitalSpacingProperty);
695
return (bool)element.
GetValue
(CaseSensitiveFormsProperty);
727
return (bool)element.
GetValue
(StylisticSet1Property);
759
return (bool)element.
GetValue
(StylisticSet2Property);
791
return (bool)element.
GetValue
(StylisticSet3Property);
823
return (bool)element.
GetValue
(StylisticSet4Property);
855
return (bool)element.
GetValue
(StylisticSet5Property);
887
return (bool)element.
GetValue
(StylisticSet6Property);
919
return (bool)element.
GetValue
(StylisticSet7Property);
951
return (bool)element.
GetValue
(StylisticSet8Property);
983
return (bool)element.
GetValue
(StylisticSet9Property);
1015
return (bool)element.
GetValue
(StylisticSet10Property);
1047
return (bool)element.
GetValue
(StylisticSet11Property);
1079
return (bool)element.
GetValue
(StylisticSet12Property);
1111
return (bool)element.
GetValue
(StylisticSet13Property);
1143
return (bool)element.
GetValue
(StylisticSet14Property);
1175
return (bool)element.
GetValue
(StylisticSet15Property);
1207
return (bool)element.
GetValue
(StylisticSet16Property);
1239
return (bool)element.
GetValue
(StylisticSet17Property);
1271
return (bool)element.
GetValue
(StylisticSet18Property);
1303
return (bool)element.
GetValue
(StylisticSet19Property);
1335
return (bool)element.
GetValue
(StylisticSet20Property);
1367
return (FontFraction)element.
GetValue
(FractionProperty);
1399
return (bool)element.
GetValue
(SlashedZeroProperty);
1431
return (bool)element.
GetValue
(MathematicalGreekProperty);
1463
return (bool)element.
GetValue
(EastAsianExpertFormsProperty);
1495
return (FontVariants)element.
GetValue
(VariantsProperty);
1527
return (FontCapitals)element.
GetValue
(CapitalsProperty);
1559
return (FontNumeralStyle)element.
GetValue
(NumeralStyleProperty);
1591
return (FontNumeralAlignment)element.
GetValue
(NumeralAlignmentProperty);
1623
return (FontEastAsianWidths)element.
GetValue
(EastAsianWidthsProperty);
1655
return (FontEastAsianLanguage)element.
GetValue
(EastAsianLanguageProperty);
1687
return (int)element.
GetValue
(StandardSwashesProperty);
1719
return (int)element.
GetValue
(ContextualSwashesProperty);
1751
return (int)element.
GetValue
(StylisticAlternatesProperty);
src\Framework\System\Windows\FrameworkContentElement.cs (13)
188
get { return (bool)
GetValue
(OverridesDefaultStyleProperty); }
206
get { return
GetValue
(DefaultStyleKeyProperty); }
729
PerfService.GetPerfElementID(this), GetType().Name,
GetValue
(dp));
852
get { return (string)
GetValue
(NameProperty); }
869
get { return
GetValue
(TagProperty); }
894
get { return (XmlLanguage)
GetValue
(LanguageProperty); }
913
get { return (Style)
GetValue
(FocusVisualStyleProperty); }
933
get { return (System.Windows.Input.Cursor)
GetValue
(CursorProperty); }
966
get { return (bool)
GetValue
(ForceCursorProperty); }
1106
get { return (InputScope)
GetValue
(InputScopeProperty); }
1168
get { return
GetValue
(DataContextProperty); }
1227
get { return (BindingGroup)
GetValue
(BindingGroupProperty); }
1878
return (ContextMenu)
GetValue
(ContextMenuProperty);
src\Framework\System\Windows\FrameworkElement.cs (26)
203
get { return (bool)
GetValue
(OverridesDefaultStyleProperty); }
226
get { return (bool)
GetValue
(UseLayoutRoundingProperty); }
253
get { return
GetValue
(DefaultStyleKeyProperty); }
2091
PerfService.GetPerfElementID(this), GetType().Name,
GetValue
(dp));
2736
get { return
GetValue
(DataContextProperty); }
2800
get { return (BindingGroup)
GetValue
(BindingGroupProperty); }
3203
get { return (XmlLanguage)
GetValue
(LanguageProperty); }
3233
get { return (string)
GetValue
(NameProperty); }
3253
get { return
GetValue
(TagProperty); }
3273
get { return (InputScope)
GetValue
(InputScopeProperty); }
3447
get { return (Transform)
GetValue
(LayoutTransformProperty); }
3504
get { return (double)
GetValue
(WidthProperty); }
3530
get { return (double)
GetValue
(MinWidthProperty); }
3557
get { return (double)
GetValue
(MaxWidthProperty); }
3583
get { return (double)
GetValue
(HeightProperty); }
3609
get { return (double)
GetValue
(MinHeightProperty); }
3635
get { return (double)
GetValue
(MaxHeightProperty); }
3704
return (FlowDirection)element.
GetValue
(FlowDirectionProperty);
3749
get { return (Thickness)
GetValue
(MarginProperty); }
3785
get { return (HorizontalAlignment)
GetValue
(HorizontalAlignmentProperty); }
3817
get { return (VerticalAlignment)
GetValue
(VerticalAlignmentProperty); }
3857
get { return (Style)
GetValue
(FocusVisualStyleProperty); }
3879
get { return (System.Windows.Input.Cursor)
GetValue
(CursorProperty); }
3914
get { return (bool)
GetValue
(ForceCursorProperty); }
3997
parentFlowDirection = (FlowDirection)parentFCE.
GetValue
(FlowDirectionProperty);
5930
return
GetValue
(ContextMenuProperty) as ContextMenu;
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
1158
get { return (object[])
GetValue
(LoadedPendingProperty); }
1164
get { return (object[])
GetValue
(UnloadedPendingProperty); }
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
1195
get { return (object[])
GetValue
(LoadedPendingProperty); }
1201
get { return (object[])
GetValue
(UnloadedPendingProperty); }
src\Framework\System\Windows\Input\KeyboardNavigation.cs (12)
108
WeakReference weakRef = (WeakReference)d.
GetValue
(TabOnceActiveElementProperty);
131
WeakReference weakRef = (WeakReference)d.
GetValue
(ControlTabOnceActiveElementProperty);
398
return (bool)element.
GetValue
(IsTabStopProperty);
430
return (KeyboardNavigationMode)element.
GetValue
(TabNavigationProperty);
462
return (KeyboardNavigationMode)element.
GetValue
(ControlTabNavigationProperty);
494
return (KeyboardNavigationMode)element.
GetValue
(DirectionalNavigationProperty);
525
return (bool)element.
GetValue
(AcceptsReturnProperty);
2004
&& (bool)fe.
GetValue
(IsTabStopProperty))
2009
return fce != null && fce.Focusable && (bool)fce.
GetValue
(IsTabStopProperty) && fce.IsEnabled;
2060
return (KeyboardNavigationMode)e.
GetValue
(_navigationProperty);
2070
return (int)d.
GetValue
(TabIndexProperty);
2475
Thickness deflateThickness = (Thickness)uiElement.
GetValue
(DirectionalNavigationMarginProperty);
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
875
get { return (int)
GetValue
(TabIndexProperty); }
src\Framework\System\Windows\Localization.cs (1)
122
return (string) dependencyObject.
GetValue
(property);
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMemberInvoker.cs (1)
24
return ((DependencyObject)instance).
GetValue
(_member.DependencyProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (1)
49
object result = dObject.
GetValue
(_member.DependencyProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
287
object dictObject = element.
GetValue
(System.Windows.Markup.XmlAttributeProperties.XmlnsDictionaryProperty);
289
object mapsObject = element.
GetValue
(System.Windows.Markup.XmlAttributeProperties.XmlNamespaceMapsProperty);
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
174
_defaultCollection = ((DependencyObject)Parent).
GetValue
(PropertyDefinition.DependencyProperty);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1344
contentProperty = ((DependencyObject)parent).
GetValue
(propertyDefinition.DependencyProperty) as IList;
2054
xmlSerializable = ((DependencyObject)parent).
GetValue
(dp) as IXmlSerializable;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
2270
XmlnsDictionary prefixDictionary = element.
GetValue
(XmlAttributeProperties.XmlnsDictionaryProperty)
2278
Hashtable namespaceMaps = element.
GetValue
(XmlAttributeProperties.XmlNamespaceMapsProperty)
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (4)
205
return (string)dependencyObject.
GetValue
(XmlSpaceProperty);
239
return (XmlnsDictionary)dependencyObject.
GetValue
(XmlnsDictionaryProperty);
277
return (string)dependencyObject.
GetValue
(XmlnsDefinitionProperty);
314
return (string)dependencyObject.
GetValue
(XmlNamespaceMapsProperty);
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (2)
52
return
GetValue
(StoryboardProperty) as Storyboard;
134
Storyboard snapshot =
GetValue
(StoryboardProperty) as Storyboard;
src\Framework\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
141
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
src\Framework\System\Windows\Media\Animation\Generated\KeyFrames.cs (2)
86
return (KeyTime)
GetValue
(KeyTimeProperty);
126
return (Thickness)
GetValue
(ValueProperty);
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
144
return (KeySpline)
GetValue
(KeySplineProperty);
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (6)
449
return (Thickness?)
GetValue
(FromProperty);
469
return (Thickness?)
GetValue
(ToProperty);
489
return (Thickness?)
GetValue
(ByProperty);
510
return (IEasingFunction)
GetValue
(EasingFunctionProperty);
526
return (bool)
GetValue
(IsAdditiveProperty);
544
return (bool)
GetValue
(IsCumulativeProperty);
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (2)
599
return (bool)
GetValue
(IsAdditiveProperty);
623
return (bool)
GetValue
(IsCumulativeProperty);
src\Framework\System\Windows\Media\Animation\Storyboard.cs (8)
101
return (DependencyObject)element.
GetValue
(TargetProperty);
145
return (string)element.
GetValue
(TargetNameProperty);
175
return (PropertyPath)element.
GetValue
(TargetPropertyProperty);
390
string nameString = (string)currentTimeline.
GetValue
(TargetNameProperty);
404
DependencyObject localTargetObject = (DependencyObject) currentTimeline.
GetValue
(TargetProperty);
411
PropertyPath propertyPath = (PropertyPath)currentTimeline.
GetValue
(TargetPropertyProperty);
835
object targetPropertyValue = targetObject.
GetValue
(targetProperty);
873
if( targetObject.
GetValue
(targetProperty) != clone )
src\Framework\System\Windows\Media\TextOptions.cs (3)
85
return (TextFormattingMode)element.
GetValue
(TextFormattingModeProperty);
105
return (TextRenderingMode)element.
GetValue
(TextRenderingModeProperty);
126
return (TextHintingMode)element.
GetValue
(TextHintingModeProperty);
src\Framework\System\Windows\MultiTrigger.cs (1)
133
retVal = TriggerConditions[i].Match(container.
GetValue
(TriggerConditions[i].Property));
src\Framework\System\Windows\Navigation\JournalEntry.cs (3)
174
return dependencyObject != null ? (string)dependencyObject.
GetValue
(NameProperty) : null;
210
return (bool)dependencyObject.
GetValue
(KeepAliveProperty);
258
get { return (string)
GetValue
(NameProperty); }
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (1)
100
return ((JournalEntryPosition)element.
GetValue
(JournalEntryPositionProperty));
src\Framework\System\Windows\Navigation\NavigationService.cs (7)
711
NavigationService newParent = ((DependencyObject)INavigatorHost).
GetValue
(NavigationServiceProperty) as NavigationService;
901
curBaseUri = (Uri)(dobj.
GetValue
(BaseUriHelper.BaseUriProperty));
960
if (!((bool) focusScope.
GetValue
(FocusManager.IsFocusScopeProperty)))
1492
return dependencyObject.
GetValue
(NavigationServiceProperty) as NavigationService;
3462
Uri baseUri = pfBase.
GetValue
(BaseUriHelper.BaseUriProperty) as Uri;
3565
name = (string)dependencyObject.
GetValue
(JournalEntry.NameProperty);
3797
return (bool)navigator.
GetValue
(Frame.SandboxExternalContentProperty);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (5)
78
get { return (bool)
GetValue
(SandboxExternalContentProperty); }
428
return (Uri)
GetValue
(BaseUriHelper.BaseUriProperty);
578
return (bool)
GetValue
(ShowsNavigationUIProperty);
616
Uri uriToNavigate = BindUriHelper.GetUriToNavigate(navWin, d.
GetValue
(BaseUriHelper.BaseUriProperty) as Uri, (Uri)e.NewValue);
655
get { return (Uri)
GetValue
(SourceProperty); }
src\Framework\System\Windows\Shapes\Line.cs (4)
63
return (double)
GetValue
(X1Property);
87
return (double)
GetValue
(Y1Property);
111
return (double)
GetValue
(X2Property);
135
return (double)
GetValue
(Y2Property);
src\Framework\System\Windows\Shapes\Path.cs (1)
68
return (Geometry)
GetValue
(DataProperty);
src\Framework\System\Windows\Shapes\Polygon.cs (2)
61
return (PointCollection)
GetValue
(PointsProperty);
89
return (FillRule)
GetValue
(FillRuleProperty);
src\Framework\System\Windows\Shapes\Polyline.cs (2)
60
return (PointCollection)
GetValue
(PointsProperty);
88
return (FillRule)
GetValue
(FillRuleProperty);
src\Framework\System\Windows\Shapes\Rectangle.cs (2)
72
return (double)
GetValue
(RadiusXProperty);
98
return (double)
GetValue
(RadiusYProperty);
src\Framework\System\Windows\Shapes\Shape.cs (11)
63
get { return (Stretch)
GetValue
(StretchProperty); }
140
get { return (Brush)
GetValue
(FillProperty); }
165
get { return (Brush)
GetValue
(StrokeProperty); }
189
get { return (double)
GetValue
(StrokeThicknessProperty); }
212
get { return (PenLineCap)
GetValue
(StrokeStartLineCapProperty); }
236
get { return (PenLineCap)
GetValue
(StrokeEndLineCapProperty); }
260
get { return (PenLineCap)
GetValue
(StrokeDashCapProperty); }
283
get { return (PenLineJoin)
GetValue
(StrokeLineJoinProperty); }
305
get { return (double)
GetValue
(StrokeMiterLimitProperty); }
327
get { return (double)
GetValue
(StrokeDashOffsetProperty); }
349
get { return (DoubleCollection)
GetValue
(StrokeDashArrayProperty); }
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (6)
50
get { return (TaskbarItemProgressState)
GetValue
(ProgressStateProperty); }
91
get { return (double)
GetValue
(ProgressValueProperty); }
127
get { return (ImageSource)
GetValue
(OverlayProperty); }
148
get { return (string)
GetValue
(DescriptionProperty); }
170
get { return (Thickness)
GetValue
(ThumbnailClipMarginProperty); }
202
get { return (ThumbButtonInfoCollection)
GetValue
(ThumbButtonInfosProperty); }
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (11)
33
get { return (Visibility)
GetValue
(VisibilityProperty); }
50
get { return (bool)
GetValue
(DismissWhenClickedProperty); }
66
get { return (ImageSource)
GetValue
(ImageSourceProperty); }
82
get { return (bool)
GetValue
(IsBackgroundVisibleProperty); }
101
get { return (string)
GetValue
(DescriptionProperty); }
146
get { return (bool)
GetValue
(IsEnabledProperty); }
167
get { return (bool)
GetValue
(IsInteractiveProperty); }
235
get { return (bool)
GetValue
(_CanExecuteProperty); }
322
get { return (ICommand)
GetValue
(CommandProperty); }
328
get { return (object)
GetValue
(CommandParameterProperty); }
334
get { return (IInputElement)
GetValue
(CommandTargetProperty); }
src\Framework\System\Windows\Shell\WindowChrome.cs (9)
95
return (WindowChrome)window.
GetValue
(WindowChromeProperty);
122
return (bool)dobj.
GetValue
(IsHitTestVisibleInChromeProperty);
154
return (ResizeGripDirection)dobj.
GetValue
(ResizeGripDirectionProperty);
186
get { return (double)
GetValue
(CaptionHeightProperty); }
199
get { return (Thickness)
GetValue
(ResizeBorderThicknessProperty); }
226
get { return (Thickness)
GetValue
(GlassFrameThicknessProperty); }
238
get { return (bool)
GetValue
(UseAeroCaptionButtonsProperty); }
253
get { return (CornerRadius)
GetValue
(CornerRadiusProperty); }
302
get { return (NonClientFrameEdges)
GetValue
(NonClientFrameEdgesProperty); }
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
283
return (WindowChromeWorker)window.
GetValue
(WindowChromeWorkerProperty);
src\Framework\System\Windows\StyleHelper.cs (3)
2687
state = sourceNode.
GetValue
(sourceProperty);
2758
value = container.
GetValue
(sourceProperty);
4958
object evaluationValue = evaluationNode.
GetValue
( conditions[i].Property );
src\Framework\System\Windows\Trigger.cs (1)
244
return TriggerConditions[0].Match(container.
GetValue
(TriggerConditions[0].Property));
src\Framework\System\Windows\VisualState.cs (1)
38
get { return (Storyboard)
GetValue
(StoryboardProperty); }
src\Framework\System\Windows\VisualStateManager.cs (3)
129
return obj.
GetValue
(VisualStateManager.CustomVisualStateManagerProperty) as VisualStateManager;
171
return obj.
GetValue
(VisualStateManager.VisualStateGroupsProperty) as Collection<VisualStateGroup>;
185
return obj.
GetValue
(VisualStateManager.VisualStateGroupsProperty) as IList;
src\Framework\System\Windows\Window.cs (19)
615
return dependencyObject.
GetValue
(Window.IWindowServiceProperty) as Window;
653
return (TaskbarItemInfo)
GetValue
(TaskbarItemInfoProperty);
819
get { return (bool)
GetValue
(AllowsTransparencyProperty); }
862
return (String)
GetValue
(TitleProperty);
919
return (ImageSource)
GetValue
(IconProperty);
972
return (SizeToContent)
GetValue
(SizeToContentProperty);
1018
return (double)
GetValue
(TopProperty);
1069
return (double)
GetValue
(LeftProperty);
1210
return (bool)
GetValue
(ShowInTaskbarProperty);
1251
return (bool)
GetValue
(IsActiveProperty);
1487
return (WindowStyle)
GetValue
(WindowStyleProperty);
1542
return (WindowState)
GetValue
(WindowStateProperty);
1583
return ((ResizeMode)
GetValue
(ResizeModeProperty));
1622
return (bool)
GetValue
(TopmostProperty);
1659
return (bool)
GetValue
(ShowActivatedProperty);
2744
HwndSourceSizeToContent = (SizeToContent)
GetValue
(SizeToContentProperty);
3824
if (
GetValue
(IWindowServiceProperty) == null)
5662
_previousKeyboardCuesProperty = (bool)
GetValue
(KeyboardNavigation.ShowKeyboardCuesProperty);
5800
bool isTopmost = (bool)
GetValue
(TopmostProperty);
PresentationFramework.Aero (31)
Microsoft\Windows\Themes\BulletChrome.cs (6)
73
get { return (Brush)
GetValue
(BackgroundProperty); }
93
get { return (Brush)
GetValue
(BorderBrushProperty); }
113
get { return (bool)
GetValue
(RenderMouseOverProperty); }
335
get { return (bool)
GetValue
(RenderPressedProperty); }
490
get { return (bool?)
GetValue
(IsCheckedProperty); }
587
get { return (bool)
GetValue
(IsRoundProperty); }
Microsoft\Windows\Themes\ButtonChrome.cs (6)
71
get { return (Brush)
GetValue
(BackgroundProperty); }
91
get { return (Brush)
GetValue
(BorderBrushProperty); }
111
get { return (bool)
GetValue
(RenderDefaultedProperty); }
200
get { return (bool)
GetValue
(RenderMouseOverProperty); }
291
get { return (bool)
GetValue
(RenderPressedProperty); }
390
get { return (bool)
GetValue
(RoundCornersProperty); }
Microsoft\Windows\Themes\ListBoxChrome.cs (5)
68
get { return (Brush)
GetValue
(BackgroundProperty); }
88
get { return (Brush)
GetValue
(BorderBrushProperty); }
107
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
127
get { return (bool)
GetValue
(RenderMouseOverProperty); }
193
get { return (bool)
GetValue
(RenderFocusedProperty); }
Microsoft\Windows\Themes\ScrollChrome.cs (4)
73
return (ScrollGlyph) element.
GetValue
(ScrollGlyphProperty);
90
get { return (ScrollGlyph)
GetValue
(ScrollGlyphProperty); }
209
get { return (bool)
GetValue
(RenderMouseOverProperty); }
313
get { return (bool)
GetValue
(RenderPressedProperty); }
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (8)
37
get { return (bool)
GetValue
(IsHoveredProperty); }
52
get { return (bool)
GetValue
(IsPressedProperty); }
67
get { return (bool)
GetValue
(IsClickableProperty); }
82
get { return (ListSortDirection?)
GetValue
(SortDirectionProperty); }
97
get { return (bool)
GetValue
(IsSelectedProperty); }
113
get { return (Orientation)
GetValue
(OrientationProperty); }
139
get { return (Brush)
GetValue
(SeparatorBrushProperty); }
154
get { return (Visibility)
GetValue
(SeparatorVisibilityProperty); }
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
56
get { return (Color)
GetValue
(ColorProperty); }
87
get { return (CornerRadius)
GetValue
(CornerRadiusProperty); }
PresentationFramework.Classic (15)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
163
get { return (Brush)
GetValue
(BackgroundProperty); }
480
get { return (ClassicBorderStyle)
GetValue
(BorderStyleProperty); }
552
get { return (Brush)
GetValue
(BorderBrushProperty); }
588
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
45
return (Brush)
GetValue
(ControlBrushProperty);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (8)
37
get { return (bool)
GetValue
(IsHoveredProperty); }
52
get { return (bool)
GetValue
(IsPressedProperty); }
67
get { return (bool)
GetValue
(IsClickableProperty); }
82
get { return (ListSortDirection?)
GetValue
(SortDirectionProperty); }
97
get { return (bool)
GetValue
(IsSelectedProperty); }
113
get { return (Orientation)
GetValue
(OrientationProperty); }
139
get { return (Brush)
GetValue
(SeparatorBrushProperty); }
154
get { return (Visibility)
GetValue
(SeparatorVisibilityProperty); }
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
56
get { return (Color)
GetValue
(ColorProperty); }
87
get { return (CornerRadius)
GetValue
(CornerRadiusProperty); }
PresentationFramework.Luna (31)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
194
get { return (ThemeColor)
GetValue
(ThemeColorProperty); }
223
get { return (Brush)
GetValue
(FillProperty); }
242
get { return (Brush)
GetValue
(BorderBrushProperty); }
262
get { return (bool)
GetValue
(RenderDefaultedProperty); }
283
get { return (bool)
GetValue
(RenderMouseOverProperty); }
304
get { return (bool)
GetValue
(RenderPressedProperty); }
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
52
get { return (ThemeColor)
GetValue
(ThemeColorProperty); }
Microsoft\Windows\Themes\ScrollChrome.cs (7)
63
get { return (ThemeColor)
GetValue
(ThemeColorProperty); }
83
get { return (bool)
GetValue
(HasOuterBorderProperty); }
110
return (ScrollGlyph)element.
GetValue
(ScrollGlyphProperty);
127
get { return (ScrollGlyph)
GetValue
(ScrollGlyphProperty); }
152
get { return (Thickness)
GetValue
(PaddingProperty); }
170
get { return (bool)
GetValue
(RenderMouseOverProperty); }
189
get { return (bool)
GetValue
(RenderPressedProperty); }
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (7)
59
get { return (Brush)
GetValue
(BackgroundProperty); }
79
get { return (Brush)
GetValue
(BorderBrushProperty); }
95
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
115
get { return (bool)
GetValue
(RenderMouseOverProperty); }
135
get { return (bool)
GetValue
(RenderPressedProperty); }
155
get { return (bool?)
GetValue
(IsCheckedProperty); }
176
get { return (bool)
GetValue
(IsRoundProperty); }
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (8)
37
get { return (bool)
GetValue
(IsHoveredProperty); }
52
get { return (bool)
GetValue
(IsPressedProperty); }
67
get { return (bool)
GetValue
(IsClickableProperty); }
82
get { return (ListSortDirection?)
GetValue
(SortDirectionProperty); }
97
get { return (bool)
GetValue
(IsSelectedProperty); }
113
get { return (Orientation)
GetValue
(OrientationProperty); }
139
get { return (Brush)
GetValue
(SeparatorBrushProperty); }
154
get { return (Visibility)
GetValue
(SeparatorVisibilityProperty); }
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
56
get { return (Color)
GetValue
(ColorProperty); }
87
get { return (CornerRadius)
GetValue
(CornerRadiusProperty); }
PresentationFramework.Royale (28)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
181
get { return (Brush)
GetValue
(FillProperty); }
200
get { return (Brush)
GetValue
(BorderBrushProperty); }
220
get { return (bool)
GetValue
(RenderDefaultedProperty); }
241
get { return (bool)
GetValue
(RenderMouseOverProperty); }
262
get { return (bool)
GetValue
(RenderPressedProperty); }
Microsoft\Windows\Themes\ScrollChrome.cs (6)
65
get { return (bool)
GetValue
(HasOuterBorderProperty); }
92
return (ScrollGlyph)element.
GetValue
(ScrollGlyphProperty);
109
get { return (ScrollGlyph)
GetValue
(ScrollGlyphProperty); }
134
get { return (Thickness)
GetValue
(PaddingProperty); }
152
get { return (bool)
GetValue
(RenderMouseOverProperty); }
171
get { return (bool)
GetValue
(RenderPressedProperty); }
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (7)
59
get { return (Brush)
GetValue
(BackgroundProperty); }
79
get { return (Brush)
GetValue
(BorderBrushProperty); }
95
get { return (Thickness)
GetValue
(BorderThicknessProperty); }
115
get { return (bool)
GetValue
(RenderMouseOverProperty); }
135
get { return (bool)
GetValue
(RenderPressedProperty); }
155
get { return (bool?)
GetValue
(IsCheckedProperty); }
176
get { return (bool)
GetValue
(IsRoundProperty); }
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (8)
37
get { return (bool)
GetValue
(IsHoveredProperty); }
52
get { return (bool)
GetValue
(IsPressedProperty); }
67
get { return (bool)
GetValue
(IsClickableProperty); }
82
get { return (ListSortDirection?)
GetValue
(SortDirectionProperty); }
97
get { return (bool)
GetValue
(IsSelectedProperty); }
113
get { return (Orientation)
GetValue
(OrientationProperty); }
139
get { return (Brush)
GetValue
(SeparatorBrushProperty); }
154
get { return (Visibility)
GetValue
(SeparatorVisibilityProperty); }
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
56
get { return (Color)
GetValue
(ColorProperty); }
87
get { return (CornerRadius)
GetValue
(CornerRadiusProperty); }
System.Activities.Core.Presentation (55)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (6)
52
get { return (bool)
GetValue
(ComboBoxIsEditableProperty); }
58
get { return (ObservableCollection<string>)
GetValue
(ComboBoxItemsProperty); }
64
get { return (Visibility)
GetValue
(ComboBoxVisibilityProperty); }
70
get { return (string)
GetValue
(DataTemplateNameProperty); }
76
get { return (string)
GetValue
(TextProperty); }
82
get { return (Visibility)
GetValue
(TextBoxVisibilityProperty); }
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (9)
88
get { return (CaseKeyValidationCallbackDelegate)
GetValue
(CaseKeyValidationCallbackProperty); }
94
get { return (Action<CaseKeyBox>)
GetValue
(ErrorCallbackProperty); }
100
get { return (bool)
GetValue
(CommitExplicitlyProperty); }
106
get { return (string)
GetValue
(LabelTextProperty); }
168
get { return (bool)
GetValue
(DisplayHintTextProperty); }
174
get { return (object)
GetValue
(ValueProperty); }
180
get { return (Type)
GetValue
(ValueTypeProperty); }
186
get { return (string)
GetValue
(ComboBoxAutomationNameProperty); }
192
get { return (string)
GetValue
(EditorAutomationNameProperty); }
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (5)
364
return (List<ConnectionPoint>)obj.
GetValue
(FlowchartDesigner.ConnectionPointsProperty);
369
return (ConnectionPoint)obj.
GetValue
(FlowchartDesigner.FalseConnectionPointProperty);
374
return (ModelItem)obj.
GetValue
(FlowchartDesigner.LinkModelItemProperty);
379
return (ModelItem)obj.
GetValue
(FlowchartDesigner.FlowElementModelItemProperty);
384
return (ConnectionPoint)obj.
GetValue
(FlowchartDesigner.TrueConnectionPointProperty);
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (4)
35
get { return (DrawingBrush)
GetValue
(IconProperty); }
41
get { return (FlowchartDesigner)
GetValue
(ParentFlowchartDesignerProperty); }
47
get { return (Grid)
GetValue
(ParentGridProperty); }
53
get { return (bool)
GetValue
(DisabledProperty); }
System\Activities\Core\Presentation\FlowSwitchLink.cs (5)
79
return (bool)
GetValue
(FlowSwitchLink<T>.isDefaultCaseProperty);
92
object value =
GetValue
(FlowSwitchLink<T>.caseProperty);
102
return
GetValue
(FlowSwitchLink<T>.caseProperty);
115
return (T)
GetValue
(FlowSwitchLink<T>.caseProperty);
367
return (string)
GetValue
(FlowSwitchDefaultLink<T>.defaultCaseDisplayNameProperty);
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (3)
28
get { return (DataTemplate)this.
GetValue
(ItemTemplateProperty); }
34
get { return (ObservableCollection<ExpandableItemWrapper>)this.
GetValue
(ListProperty); }
40
get { return (ExpandableItemWrapper)this.
GetValue
(SelectedListItemProperty); }
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (3)
27
return (ModelItem)obj.
GetValue
(StateContainerEditor.ConnectorModelItemProperty);
39
return (List<ConnectionPoint>)obj.
GetValue
(StateContainerEditor.ConnectionPointsProperty);
45
return (List<ConnectionPoint>)obj.
GetValue
(StateContainerEditor.ConnectionPointsProperty);
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (3)
40
get { return (DrawingBrush)
GetValue
(IconProperty); }
46
get { return (StateContainerEditor)
GetValue
(ParentStateContainerEditorProperty); }
52
get { return (bool)
GetValue
(DisabledProperty); }
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (11)
217
return (ObservableCollection<DynamicArgumentWrapperObject>)
GetValue
(DynamicArgumentsProperty);
232
get { return (ModelItem)
GetValue
(OwnerActivityProperty); }
239
get { return (EditingContext)
GetValue
(ContextProperty); }
245
get { return (bool)
GetValue
(IsDirectionReadOnlyProperty); }
332
return (Type)
GetValue
(UnderlyingArgumentTypeProperty);
366
return (bool?)
GetValue
(IsDictionaryProperty);
762
get { return (string)
GetValue
(NameProperty); }
768
get { return (Type)
GetValue
(ArgumentTypeProperty); }
774
get { return (ArgumentDirection)
GetValue
(DirectionProperty); }
780
get { return (ModelItem)
GetValue
(ExpressionProperty); }
786
get { return (bool)
GetValue
(UseLocationExpressionProperty); }
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
185
get { return (Type)
GetValue
(TypeProperty); }
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (3)
289
get { return (string)
GetValue
(NameProperty); }
295
get { return (Type)
GetValue
(TypeToExpandProperty); }
306
get { return
GetValue
(TagProperty); }
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (2)
191
get { return (ModelItem)
GetValue
(ValueProperty); }
197
get { return (string)
GetValue
(KeyProperty); }
System.Activities.Presentation (283)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateInfoPresenter.xaml.cs (1)
26
return (ActivityDelegateInfo)
GetValue
(DelegateInfoProperty);
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (5)
50
return (ModelItem)
GetValue
(HandlerProperty);
63
return (ModelItem)
GetValue
(ActivityDelegateProperty);
76
return (IActivityDelegateFactory)
GetValue
(FactoryProperty);
89
return (ObservableCollection<ModelItem>)
GetValue
(ArgumentsProperty);
102
return (EditingContext)
GetValue
(EditingContextProperty);
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (3)
34
get { return (DrawingBrush)
GetValue
(IconProperty); }
70
get { return (ObservableCollection<ActivityDelegateInfo>)
GetValue
(ActivityDelegatesProperty); }
76
get { return (bool)
GetValue
(HasActivityDelegatesProperty); }
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (1)
67
return (AdornerLocation)obj.
GetValue
(AnnotationAdorner.AnchorProperty);
System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (2)
32
get { return (bool)
GetValue
(IsReadOnlyProperty); }
38
get { return (string)
GetValue
(AnnotationTextProperty); }
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (2)
49
get { return (bool)
GetValue
(IsReadOnlyProperty); }
55
get { return (ModelItem)
GetValue
(ModelItemProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\AutomatedChoiceEditor.cs (1)
38
get { return (IValueConverter)this.
GetValue
(AutomationValueConverterProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (2)
89
get { return (bool)this.
GetValue
(IsEmptyProperty); }
97
get { return (bool)this.
GetValue
(ShowCategoryHeaderProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (1)
67
return (bool)obj.
GetValue
(ApplyFixProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
25
get { return (Type)
GetValue
(FlagTypeProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (2)
26
get { return (Type)
GetValue
(FlagTypeProperty); }
32
get { return (string)
GetValue
(FlagStringProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (3)
96
get { return (PropertyEntry)this.
GetValue
(PropertyEntryProperty); }
102
get { return (bool)this.
GetValue
(IsExpandedProperty); }
108
get { return (NewItemFactoryTypeModel)this.
GetValue
(CurrentQuickTypeProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Diagnostics\AutomationId.cs (1)
32
return (string)o.
GetValue
(AutomationElement.IdProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (4)
42
get { return this.
GetValue
(SwitchConverter.DefaultValueProperty); }
82
get { return (object)this.
GetValue
(InProperty); }
88
get { return this.
GetValue
(OutProperty); }
103
get { return (Type)this.
GetValue
(TypeProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (8)
120
get { return (CategoryBase)this.
GetValue
(CategoryContainer.CategoryProperty); }
126
get { return (bool)this.
GetValue
(CategoryContainer.ExpandedProperty); }
132
get { return (bool)this.
GetValue
(CategoryContainer.AdvancedSectionPinnedProperty); }
138
get { return (bool)this.
GetValue
(CategoryContainer.BasicPropertyMatchesFilterProperty); }
144
get { return (bool)this.
GetValue
(CategoryContainer.AdvancedPropertyMatchesFilterProperty); }
150
get { return (bool)this.
GetValue
(CategoryContainer.ShowAdvancedHeaderProperty); }
180
return (CategoryContainer)dependencyObject.
GetValue
(CategoryContainer.OwningCategoryContainerProperty);
185
return (Popup)target.
GetValue
(CategoryContainer.PopupHostProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\IPropertyInspector.cs (2)
56
return (IPropertyInspector)dependencyObject.
GetValue
(PropertyInspectorHelper.OwningPropertyInspectorModelProperty);
86
return (UIElement)dependencyObject.
GetValue
(PropertyInspectorHelper.OwningPropertyInspectorElementProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (2)
36
PropertyContainer owningPropertyContainer = (PropertyContainer)this.
GetValue
(PropertyContainer.OwningPropertyContainerProperty);
46
PropertyContainer owningPropertyContainer = (PropertyContainer)this.
GetValue
(PropertyContainer.OwningPropertyContainerProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (2)
234
return (int)element.
GetValue
(FocusScopeManager.FocusScopePriorityProperty);
252
return (bool)element.
GetValue
(FocusScopeManager.AllowedFocusProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (28)
122
get { return this.
GetValue
(ChoiceEditor.ValueProperty); }
131
get { return (int)this.
GetValue
(ChoiceEditor.ValueIndexProperty); }
140
get { return (IEnumerable)this.
GetValue
(ChoiceEditor.ItemsSourceProperty); }
149
get { return (TypeConverter)this.
GetValue
(ChoiceEditor.ConverterProperty); }
158
get { return (ChoiceEditorViewType)this.
GetValue
(ChoiceEditor.ViewTypeProperty); }
167
get { return (bool)this.
GetValue
(ChoiceEditor.IsEditableProperty); }
176
get { return (string)this.
GetValue
(ChoiceEditor.IconResourcePrefixProperty); }
185
get { return (string)this.
GetValue
(ChoiceEditor.IconResourceSuffixProperty); }
194
get { return (bool)this.
GetValue
(ChoiceEditor.IsNinchedProperty); }
203
get { return (bool)this.
GetValue
(ChoiceEditor.ShowFullControlProperty); }
209
get { return (DataTemplate)this.
GetValue
(ChoiceEditor.ItemTemplateProperty); }
215
get { return (DataTemplateSelector)this.
GetValue
(ChoiceEditor.ItemTemplateSelectorProperty); }
221
get { return (bool)this.
GetValue
(ChoiceEditor.UseItemTemplateForSelectionProperty); }
227
get { return (double)this.
GetValue
(ChoiceEditor.BorderCornerRadiusProperty); }
233
get { return (Thickness)this.
GetValue
(ChoiceEditor.DropButtonInsetProperty); }
239
get { return (Thickness)this.
GetValue
(ChoiceEditor.TextAreaInsetProperty); }
245
get { return (Brush)this.
GetValue
(ChoiceEditor.DropButtonBrushProperty); }
251
get { return (double)this.
GetValue
(ChoiceEditor.InnerCornerRadiusProperty); }
257
get { return (ImageSource)this.
GetValue
(ChoiceEditor.ButtonIconProperty); }
263
get { return (double)this.
GetValue
(ChoiceEditor.IconWidthProperty); }
269
get { return (double)this.
GetValue
(ChoiceEditor.IconHeightProperty); }
278
get { return (ICommand)this.
GetValue
(ChoiceEditor.BeginCommandProperty); }
288
get { return (ICommand)this.
GetValue
(ChoiceEditor.UpdateCommandProperty); }
297
get { return (ICommand)this.
GetValue
(ChoiceEditor.CancelCommandProperty); }
306
get { return (ICommand)this.
GetValue
(ChoiceEditor.CommitCommandProperty); }
317
get { return (ICommand)this.
GetValue
(ChoiceEditor.FinishEditingCommandProperty); }
326
get { return (Cursor)this.
GetValue
(ChoiceEditor.ComboBoxLoadingCursorProperty); }
356
get { return (bool)this.
GetValue
(ChoiceEditor.ForceBindingProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (11)
47
get { return (string)this.
GetValue
(StringEditor.ValueProperty); }
53
get { return (bool)this.
GetValue
(StringEditor.IsNinchedProperty); }
59
get { return (string)this.
GetValue
(StringEditor.AutomationNameProperty); }
65
get { return (bool)this.
GetValue
(StringEditor.IsEditingProperty); }
71
get { return (double)this.
GetValue
(StringEditor.CornerRadiusProperty); }
77
get { return (double)this.
GetValue
(StringEditor.BorderWidthProperty); }
83
get { return (ICommand)this.
GetValue
(StringEditor.BeginCommandProperty); }
89
get { return (ICommand)this.
GetValue
(StringEditor.CommitCommandProperty); }
95
get { return (ICommand)this.
GetValue
(StringEditor.CancelCommandProperty); }
101
get { return (ICommand)this.
GetValue
(StringEditor.FinishEditingCommandProperty); }
107
get { return (ICommand)this.
GetValue
(StringEditor.LostFocusCommandProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ValueEditorUtils.cs (1)
34
return (bool)dependencyObject.
GetValue
(ValueEditorUtils.HandlesCommitKeysProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyPanel.cs (7)
84
get { return (double)this.
GetValue
(LastChildWidthProperty); }
99
get { return (int)this.
GetValue
(LevelProperty); }
113
get { return (double)this.
GetValue
(LevelIndentProperty); }
126
get { return (Brush)
GetValue
(OutlineBrushProperty); }
140
get { return (Brush)
GetValue
(SelectionBrushProperty); }
154
get { return (double)
GetValue
(OutlineThicknessProperty); }
168
get { return (bool)
GetValue
(IgnoreFirstChildBackgroundProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (2)
67
get { return (IPropertyViewManager)this.
GetValue
(CurrentViewManagerProperty); }
76
get { return (CategoryList)this.
GetValue
(CategoryListProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategorySelectionStop.cs (1)
64
get { return (bool)_parent.
GetValue
(_expansionProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (5)
99
return (bool)obj.
GetValue
(IsSelectedProperty);
129
return (ISelectionStop)obj.
GetValue
(SelectionStopProperty);
176
return (bool)obj.
GetValue
(IsSelectionStopDoubleClickTargetProperty);
304
return (bool)obj.
GetValue
(IsSelectionScopeProperty);
336
return (FrameworkElement)obj.
GetValue
(KeyDownTargetProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (1)
182
return (SharedPropertyValueColumnWidthContainer)obj.
GetValue
(OwningSharedPropertyValueColumnWidthContainerProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (2)
56
get { return (PropertyContainerEditMode) this.
GetValue
(TargetEditModeProperty); }
135
get { return (bool)this.
GetValue
(SyncModeToOwningContainerProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (10)
95
get { return (PropertyEntry)this.
GetValue
(PropertyContainer.PropertyEntryProperty); }
101
get { return (bool)
GetValue
(IsValueEditEnabledProperty); }
154
get { return (PropertyContainerEditMode)this.
GetValue
(PropertyContainer.ActiveEditModeProperty); }
219
get { return (IInputElement)this.
GetValue
(DialogCommandSourceProperty); }
262
return (PropertyContainer)dependencyObject.
GetValue
(PropertyContainer.OwningPropertyContainerProperty);
293
get { return (ControlTemplate)this.
GetValue
(PropertyContainer.InlineRowTemplateProperty); }
351
get { return (ControlTemplate)this.
GetValue
(PropertyContainer.ExtendedPopupRowTemplateProperty); }
383
get { return (ControlTemplate)this.
GetValue
(PropertyContainer.ExtendedPinnedRowTemplateProperty); }
414
get { return (PropertyValueEditor)this.
GetValue
(PropertyContainer.DefaultStandardValuesPropertyValueEditorProperty); }
452
get { return (PropertyValueEditor)this.
GetValue
(PropertyContainer.DefaultPropertyValueEditorProperty); }
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (4)
167
get { return (ModelItem)
GetValue
(ModelItemProperty); }
173
get { return (EditingContext)
GetValue
(ContextProperty); }
179
get { return (DependencyObject)
GetValue
(WorkflowViewElementProperty); }
185
get { return (PropertyValue)
GetValue
(PropertyValueProperty); }
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
85
HashSet<ICompositeView> containers = (HashSet<ICompositeView>)viewElement.
GetValue
(CutCopyPasteHelper.ChildContainersProperty);
100
childContainers = (HashSet<ICompositeView>)workflowViewElement.
GetValue
(CutCopyPasteHelper.ChildContainersProperty);
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
25
get { return (EditingContext)
GetValue
(ContextProperty); }
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
77
return (UIElement)workflowViewElement.
GetValue
(DragDropHelper.DragSourceProperty);
System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (14)
65
get { return (string)
GetValue
(HintTextProperty); }
72
get { return (ModelItem)
GetValue
(ExpressionProperty); }
78
get { return (Type)
GetValue
(ExpressionTypeProperty); }
84
get { return (bool)
GetValue
(UseLocationExpressionProperty); }
90
get { return (bool)
GetValue
(IsIndependentExpressionProperty); }
97
get { return (ModelItem)
GetValue
(OwnerActivityProperty); }
103
get { return (string)
GetValue
(PathToArgumentProperty); }
109
get { return (bool)
GetValue
(IsSupportedExpressionProperty); }
115
get { return (bool)
GetValue
(AcceptsReturnProperty); }
121
get { return (bool)
GetValue
(AcceptsTabProperty); }
127
get { return (bool)
GetValue
(IsReadOnlyProperty); }
133
get { return (ScrollBarVisibility)
GetValue
(VerticalScrollBarVisibilityProperty); }
139
get { return (ScrollBarVisibility)
GetValue
(HorizontalScrollBarVisibilityProperty); }
145
get { return (bool)
GetValue
(ExplicitCommitProperty); }
System.Activities.Presentation\System\Activities\Presentation\Expressions\TextualExpressionEditor.cs (3)
30
get { return (int)
GetValue
(MaxLinesProperty); }
36
get { return (int)
GetValue
(MinLinesProperty); }
42
get { return (string)
GetValue
(DefaultValueProperty); }
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (1)
44
get { return (Point)
GetValue
(ConnectionPoint.LocationProperty); }
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (8)
81
get { return (PointCollection)
GetValue
(Connector.PointsProperty); }
87
get { return (bool)
GetValue
(Connector.IsSelectedProperty); }
93
get { return (string)
GetValue
(Connector.LabelTextProperty); }
99
get { return (bool)
GetValue
(Connector.HighlightOnHoverProperty); }
105
get { return (bool)
GetValue
(Connector.IsHighlightedForAutoSplitProperty); }
111
get { return (Guid)
GetValue
(Connector.IdentityProperty); }
304
string sourceId = sourceDesigner.
GetValue
(AutomationProperties.ItemStatusProperty) as string;
306
string destinationId = destinationDesigner.
GetValue
(AutomationProperties.ItemStatusProperty) as string;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (8)
64
return (Size)obj.
GetValue
(FreeFormPanel.ChildSizeProperty);
74
get { return (double)
GetValue
(FreeFormPanel.RequiredHeightProperty); }
80
get { return (double)
GetValue
(FreeFormPanel.RequiredWidthProperty); }
86
get { return (bool)
GetValue
(DisabledProperty); }
92
get { return (IAutoConnectContainer)
GetValue
(AutoConnectContainerProperty); }
172
return (ConnectionPoint)obj.
GetValue
(FreeFormPanel.DestinationConnectionPointProperty);
182
return (ConnectionPoint)obj.
GetValue
(FreeFormPanel.SourceConnectionPointProperty);
192
return (Point)obj.
GetValue
(FreeFormPanel.LocationProperty);
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
44
get { return
GetValue
(MapSourceProperty) as ScrollViewer; }
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (6)
145
get { return (string)
GetValue
(ToolboxFileProperty); }
152
get { return (ToolboxItem)
GetValue
(SelectedToolProperty); }
159
get { return (Style)
GetValue
(ToolItemStyleProperty); }
166
get { return (Style)
GetValue
(CategoryItemStyleProperty); }
173
get { return (DataTemplate)
GetValue
(ToolTemplateProperty); }
180
get { return (DataTemplate)
GetValue
(CategoryTemplateProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (3)
66
get { return (Type)
GetValue
(EditedTypeProperty); }
72
get { return (ObservableCollection<TypeKeyValue>)
GetValue
(GenericTypeMappingProperty); }
78
get { return (bool)
GetValue
(IsTypeResolvedProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
105
return (bool)obj.
GetValue
(IsCustomEditorProperty);
953
return (DataGridHelper)obj.
GetValue
(DGHelperProperty);
963
return (EditingControlBehavior)obj.
GetValue
(ControlBehaviorProperty);
973
return (bool)obj.
GetValue
(NewRowLoadedProperty);
983
return (bool)obj.
GetValue
(IsCommitInProgressProperty);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (4)
348
get { return (Style)
GetValue
(MenuItemStyleProperty); }
354
get { return (Style)
GetValue
(MenuSeparatorStyleProperty); }
1719
return (FrameworkElement)obj.
GetValue
(MenuItemOriginProperty);
1729
return (CommandMenuMode)obj.
GetValue
(CommandMenuModeProperty);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (7)
288
get { return (ModelItem)
GetValue
(ActivitySchemaProperty); }
299
get { return (UIElement)
GetValue
(RootDesignerProperty); }
305
get { return (bool)
GetValue
(ShouldExpandAllProperty); }
311
get { return (bool)
GetValue
(ShouldCollapseAllProperty); }
317
get { return (bool)
GetValue
(IsReadOnlyProperty); }
323
get { return (WorkflowViewElement)
GetValue
(FocusedViewElementProperty); }
377
get { return (bool)
GetValue
(InPanModeProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\DesignerWithHeader.cs (1)
20
get { return (DataTemplate)
GetValue
(HeaderProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ErrorView.xaml.cs (2)
41
get { return (string)
GetValue
(MessageProperty); }
47
get { return (string)
GetValue
(DetailsProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (21)
82
get { return (string)
GetValue
(HintTextProperty); }
89
get { return (ModelItem)
GetValue
(ExpressionProperty); }
95
get { return (Type)
GetValue
(ExpressionTypeProperty); }
101
get { return (bool)
GetValue
(UseLocationExpressionProperty); }
109
get { return (ModelItem)
GetValue
(OwnerActivityProperty); }
115
get { return (string)
GetValue
(PathToArgumentProperty); }
121
get { return (bool)
GetValue
(IsSupportedExpressionProperty); }
127
get { return (string)
GetValue
(DefaultValueProperty); }
133
get { return (bool)
GetValue
(AcceptsReturnProperty); }
139
get { return (bool)
GetValue
(AcceptsTabProperty); }
145
get { return (bool)
GetValue
(IsReadOnlyProperty); }
151
get { return (ScrollBarVisibility)
GetValue
(VerticalScrollBarVisibilityProperty); }
157
get { return (ScrollBarVisibility)
GetValue
(HorizontalScrollBarVisibilityProperty); }
163
get { return (int)
GetValue
(MaxLinesProperty); }
169
get { return (int)
GetValue
(MinLinesProperty); }
175
get { return (bool)
GetValue
(ExplicitCommitProperty); }
227
get { return (bool)
GetValue
(IsIndependentExpressionProperty); }
241
get { return (string)
GetValue
(ExpressionActivityEditorProperty); }
253
get { return (string)
GetValue
(InternalHintTextProperty); }
272
get { return (bool)
GetValue
(IsInlinePropertyEditorProperty); }
294
get { return (string)
GetValue
(UnsupportedEditorMessageProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (6)
79
get { return (DesignerView)
GetValue
(DesignerProperty); }
85
get { return (bool)
GetValue
(AutoExpandCanvasProperty); }
471
return (FrameworkElement)container.
GetValue
(PlacementTargetProperty);
481
return (PositionAlignment)container.
GetValue
(AlignmentProperty);
491
return (PlacementMode)container.
GetValue
(ModeProperty);
501
return (Point)container.
GetValue
(PositionProperty);
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (7)
159
get { return (object)
GetValue
(DataProperty); }
165
get { return (string)
GetValue
(TitleProperty); }
172
get { return (DrawingBrush)
GetValue
(IconProperty); }
178
get { return (bool)
GetValue
(ShowWindowHeaderProperty); }
184
get { return (bool)
GetValue
(ShowResizeGripProperty); }
191
get { return (ObservableCollection<MenuItem>)
GetValue
(MenuItemsProperty); }
202
get { return (bool)
GetValue
(IsResizableProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (4)
51
get { return (string)
GetValue
(TitleProperty); }
58
get { return (DrawingBrush)
GetValue
(ButtonCloseIconProperty); }
65
get { return (DrawingBrush)
GetValue
(IconProperty); }
72
get { return (DrawingBrush)
GetValue
(DropDownMenuIconProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (1)
37
get { return (DrawingBrush)
GetValue
(IconProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\FilterableData.cs (3)
24
get { return (object)
GetValue
(DataProperty); }
30
get { return (bool)
GetValue
(IsSelectedProperty); }
36
get { return (Visibility)
GetValue
(VisibilityProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\NamespaceDisplay.xaml.cs (3)
45
get { return (string)
GetValue
(NamespaceProperty); }
51
get { return (bool)
GetValue
(IsInvalidProperty); }
57
get { return (string)
GetValue
(ErrorMessageProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (5)
93
get { return (Type)
GetValue
(SelectedTypeProperty); }
99
get { return (bool)
GetValue
(HasGenericTypesProperty); }
105
get { return (string)
GetValue
(GenericTypeNameProperty); }
111
get { return (ObservableCollection<TypeKeyValue>)
GetValue
(GenericTypeMappingProperty); }
117
get { return (Type)
GetValue
(ConcreteTypeProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (10)
147
get { return (ObservableCollection<Type>)
GetValue
(MostRecentlyUsedTypesProperty); }
284
get { return (EditingContext)
GetValue
(ContextProperty); }
290
get { return (bool)
GetValue
(AllowNullProperty); }
296
get { return (string)
GetValue
(LabelProperty); }
303
get { return (Func<Type, bool>)
GetValue
(FilterProperty); }
309
get { return (bool)
GetValue
(CenterActivityTypeResolverDialogProperty); }
315
get { return (bool)
GetValue
(CenterTypeBrowserDialogProperty); }
333
get { return (string)
GetValue
(TextProperty); }
373
get { return (bool)
GetValue
(BrowseTypeDirectlyProperty); }
381
get { return (Type)
GetValue
(TypeProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (3)
45
get { return (VBIdentifierName)
GetValue
(IdentifierProperty); }
51
get { return (string)
GetValue
(NameStringProperty); }
57
get { return (bool)
GetValue
(IsReadOnlyProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierName.cs (3)
63
get { return (string)
GetValue
(ErrorMessageProperty); }
69
get { return (bool)
GetValue
(IsValidProperty); }
75
get { return (string)
GetValue
(IdentifierNameProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (2)
36
get { return (Version)
GetValue
(VersionProperty); }
47
get { return (VersionEditorViewModel)
GetValue
(ViewModelProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (6)
752
get { return (string)
GetValue
(TextProperty); }
758
get { return (string)
GetValue
(ExpressionTextProperty); }
764
get { return (ValidationState)
GetValue
(VisualBasicEditor.ValidationStateProperty); }
813
get { return (EditingState)
GetValue
(EditingStateProperty); }
819
get { return (bool)
GetValue
(HasValidationErrorProperty); }
825
get { return (string)
GetValue
(ValidationErrorMessageProperty); }
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (5)
50
get { return (ModelItem)
GetValue
(ModelItemProperty); }
56
get { return (string)
GetValue
(TitleProperty); }
62
get { return (EditingContext)
GetValue
(ContextProperty); }
74
get { return (ResizeMode)
GetValue
(WindowResizeModeProperty); }
80
get { return (SizeToContent)
GetValue
(WindowSizeToContentProperty); }
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (5)
337
get { return (string)
GetValue
(HintTextProperty); }
344
get { return (ModelItem)
GetValue
(ItemProperty); }
350
get { return (Type)
GetValue
(AllowedItemTypeProperty); }
357
get { return (TypeResolvingOptions)
GetValue
(DroppingTypeResolvingOptionsProperty); }
388
get { return (bool)
GetValue
(IsDefaultContainerProperty); }
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (10)
114
get { return (Type)
GetValue
(AllowedItemTypeProperty); }
120
get { return (string)
GetValue
(HintTextProperty); }
127
get { return (DataTemplate)
GetValue
(SpacerTemplateProperty); }
134
get { return (DataTemplate)
GetValue
(HeaderTemplateProperty); }
141
get { return (DataTemplate)
GetValue
(FooterTemplateProperty); }
148
get { return (ItemsPanelTemplate)
GetValue
(ItemsPanelProperty); }
157
get { return (ModelItemCollection)
GetValue
(ItemsProperty); }
179
get { return (bool)
GetValue
(IsDefaultContainerProperty); }
186
get { return (TypeResolvingOptions)
GetValue
(DroppingTypeResolvingOptionsProperty); }
485
int index = (int)((DependencyObject)sender).
GetValue
(IndexProperty);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (7)
256
get { return (EditingContext)
GetValue
(ContextProperty); }
262
get { return (bool)
GetValue
(ExpandStateProperty); }
268
get { return (bool)
GetValue
(PinStateProperty); }
281
get { return (bool)
GetValue
(IsRootDesignerProperty); }
293
get { return (bool)
GetValue
(ShowExpandedProperty); }
310
get { return (ModelItem)
GetValue
(ModelItemProperty); }
322
get { return (bool)
GetValue
(IsReadOnlyProperty); }
WindowsBase (4)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
95
return DO.
GetValue
(_dp);
Base\System\Windows\DependencyObject.cs (1)
1156
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(dp, dp.GetMetadata(DependencyObjectType),
GetValue
(dp)));
Base\System\Windows\Freezable.cs (1)
2072
object effectiveValue = ownerAsDO.
GetValue
(property);
Base\System\Windows\NameScope.cs (1)
186
return ((INameScope)dependencyObject.
GetValue
(NameScopeProperty));