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)
1187
property.AddValueChanged(RuntimeStyle,
_styleReferenceChanged
);
1224
property.RemoveValueChanged(RuntimeStyle,
_styleReferenceChanged
);