mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Simplified usages in UIX project
This commit is contained in:
@@ -15,8 +15,8 @@ namespace Microsoft.Iris.Markup
|
||||
{
|
||||
}
|
||||
|
||||
public override object GetValue(object instance) => ((Host)instance).GetChildUIProperty(this.Name);
|
||||
public override object GetValue(object instance) => ((Host)instance).GetChildUIProperty(Name);
|
||||
|
||||
public override void SetValue(ref object instance, object value) => ((Host)instance).SetChildUIProperty(this.Name, value);
|
||||
public override void SetValue(ref object instance, object value) => ((Host)instance).SetChildUIProperty(Name, value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user