1 instantiation of Stretch
PresentationFramework (1)
100 references to Stretch
PresentationCore (16)
PresentationFramework (65)
System\Windows\Shapes\Shape.cs (16)
45typeof(Stretch), // Property type
47new FrameworkPropertyMetadata(Stretch.None, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsArrange));
52public Stretch Stretch
54get { return (Stretch)GetValue(StretchProperty); }
358Stretch mode = Stretch;
360if (mode == Stretch.None)
386Stretch mode = Stretch;
388if (mode == Stretch.None)
539internal Size GetStretchedRenderSize(Stretch mode, double strokeThickness, Size availableSize, Rect geometryBounds)
550internal Size GetStretchedRenderSizeAndSetStretchMatrix(Stretch mode, double strokeThickness, Size availableSize, Rect geometryBounds)
575internal void GetStretchMetrics(Stretch mode, double strokeThickness, Size availableSize, Rect geometryBounds,
629Debug.Assert(mode != Stretch.None);
634if (mode != Stretch.Fill && !hasThinDimension)
636if (mode == Stretch.Uniform)
651Debug.Assert(mode == Stretch.UniformToFill);
736if (Stretch != Stretch.None)
PresentationFramework.Aero (1)
PresentationFramework.Aero2 (1)
PresentationFramework.AeroLite (1)
PresentationFramework.Classic (1)
PresentationFramework.Luna (1)
PresentationFramework.Royale (1)
ReachFramework (12)
System.Windows.Controls.Ribbon (1)