|
|
@@ -26,7 +26,7 @@ public partial class View
|
|
|
set
|
|
|
{
|
|
|
CWPPropertyHelper.ChangeProperty (
|
|
|
- _schemeName,
|
|
|
+ ref _schemeName,
|
|
|
value,
|
|
|
OnSchemeNameChanging,
|
|
|
SchemeNameChanging,
|
|
|
@@ -209,7 +209,7 @@ public partial class View
|
|
|
public bool SetScheme (Scheme? scheme)
|
|
|
{
|
|
|
return CWPPropertyHelper.ChangeProperty (
|
|
|
- _scheme,
|
|
|
+ ref _scheme,
|
|
|
scheme,
|
|
|
OnSettingScheme,
|
|
|
SchemeChanging,
|