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