3 writes to Wrap
System.Web (3)
UI\WebControls\Panel.cs (1)
239panelStyle.Wrap = value;
UI\WebControls\PanelStyle.cs (2)
204this.Wrap = ts.Wrap; 243this.Wrap = ts.Wrap;
3 references to Wrap
System.Web (3)
UI\WebControls\Panel.cs (1)
231return panelStyle.Wrap;
UI\WebControls\PanelStyle.cs (2)
204this.Wrap = ts.Wrap; 243this.Wrap = ts.Wrap;