10 references to PropertyGroupElement
Microsoft.Build.Engine (10)
Engine\Project.cs (8)
2151this.mainProjectElement.AppendChild(newPropertyGroup.PropertyGroupElement); 2162this.mainProjectElement.InsertAfter(newPropertyGroup.PropertyGroupElement, 2163lastLocalPropertyGroup.PropertyGroupElement); 2168this.mainProjectElement.PrependChild(newPropertyGroup.PropertyGroupElement); 2592(propertyGroupToRemove.ParentProject == this) && (propertyGroupToRemove.PropertyGroupElement != null), 2600parentElement.RemoveChild(propertyGroupToRemove.PropertyGroupElement); 2623(propertyGroupToRemove.ParentProject == this) && (propertyGroupToRemove.PropertyGroupElement != null), 2681lastLocalPropertyGroup.PropertyGroupElement);
Properties\BuildPropertyGroup.cs (2)
507if (this.PropertyGroupElement != null) 509return XmlUtilities.GetXmlNodeFile(this.PropertyGroupElement, string.Empty);