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