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)
537internal Size GetStretchedRenderSize(Stretch mode, double strokeThickness, Size availableSize, Rect geometryBounds)
548internal Size GetStretchedRenderSizeAndSetStretchMatrix(Stretch mode, double strokeThickness, Size availableSize, Rect geometryBounds)
573internal void GetStretchMetrics(Stretch mode, double strokeThickness, Size availableSize, Rect geometryBounds,
627Debug.Assert(mode != Stretch.None);
632if (mode != Stretch.Fill && !hasThinDimension)
634if (mode == Stretch.Uniform)
649Debug.Assert(mode == Stretch.UniformToFill);
734if (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)