8 references to Stretch
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3027case VerticalAlignment.Stretch:
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
318else if (VerticalAlignment != VerticalAlignment.Stretch)
src\Framework\System\Windows\Controls\UserControl.cs (1)
35VerticalContentAlignmentProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(VerticalAlignment.Stretch));
src\Framework\System\Windows\FrameworkElement.cs (5)
3799VerticalAlignment.Stretch, 3809|| va == VerticalAlignment.Stretch); 4635if (VerticalAlignment != VerticalAlignment.Stretch) 4837if( va == VerticalAlignment.Stretch 4859|| va == VerticalAlignment.Stretch )