1 write to RectProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs (1)
415RectProperty =
6 references to RectProperty
PresentationCore (6)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (2)
235geometry.ApplyAnimationClock(RectangleGeometry.RectProperty, rectangleAnimations); 359geometry.ApplyAnimationClock(RectangleGeometry.RectProperty, rectangleAnimations);
Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs (4)
109target.PropertyChanged(RectProperty); 152return (Rect) GetValue(RectProperty); 156SetValueInternal(RectProperty, value); 225DUCE.ResourceHandle hRectAnimations = GetAnimationResourceHandle(RectProperty, channel);