7 writes to Dirty
System.Web.Mobile (7)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
206CurrentNode.Dirty = true;
UI\MobileControls\Design\ListItemsPage.cs (2)
223newNode.Dirty = true; 259CurrentNode.Dirty = true;
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
194newNode.Dirty = true; 229CurrentNode.Dirty = true;
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
251newNode.Dirty = true; 292CurrentNode.Dirty = true;
3 references to Dirty
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (1)
272if (itemNode.Dirty)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
244if (commandNode.Dirty)
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
305if (fieldNode.Dirty)