3 instantiations of StylesEditorDialog
System.Web.Mobile (3)
UI\MobileControls\Design\StyleSheetComponentEditor.cs (1)
53dialog = new StylesEditorDialog(
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
935dialog = new StylesEditorDialog( 1198StylesEditorDialog dialog = new StylesEditorDialog(_styleSheet, this, null);
7 references to StylesEditorDialog
System.Web.Mobile (7)
UI\MobileControls\Design\StyleSheetComponentEditor.cs (1)
49StylesEditorDialog dialog;
UI\MobileControls\Design\StyleSheetDesigner.cs (6)
931StylesEditorDialog dialog; 949StylesEditorDialog.StyleRenamedEventHandler renameHandler = 950new StylesEditorDialog.StyleRenamedEventHandler(OnStyleRenamedInEditor); 951StylesEditorDialog.StyleDeletedEventHandler deleteHandler = 952new StylesEditorDialog.StyleDeletedEventHandler(OnStyleDeletedInEditor); 1198StylesEditorDialog dialog = new StylesEditorDialog(_styleSheet, this, null);