1 write to _styleReferenceChanged
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
1180_styleReferenceChanged = new EventHandler(this.OnStyleReferenceChanged);
2 references to _styleReferenceChanged
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (2)
1187property.AddValueChanged(RuntimeStyle, _styleReferenceChanged); 1224property.RemoveValueChanged(RuntimeStyle, _styleReferenceChanged);