4 references to Grid
PresentationFramework (4)
System\Windows\Controls\BorderGapMaskConverter.cs (1)
80Grid grid = new Grid
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
380embeddedObject = new Grid();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5319DefaultConstructor = delegate () { return new System.Windows.Controls.Grid(); },
System\Windows\Markup\KnownTypes.cs (1)
1297case KnownElements.Grid: o = new System.Windows.Controls.Grid(); break;