2 writes to content
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
832this.content = new Rectangle() 868this.content = new Rectangle()
8 references to content
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (8)
907return this.content; 917this.content.Arrange(new Rect(this.content.DesiredSize)); 918System.Diagnostics.Debug.WriteLine("DragShadow.ArrangeOverride " + this.content.DesiredSize); 919return this.content.DesiredSize; 924this.content.Measure(constraint); 925System.Diagnostics.Debug.WriteLine("DragShadow.MeasureOverride " + this.content.DesiredSize); 926return this.content.DesiredSize;