Simplified usages in UIX project

This commit is contained in:
Joshua Askharoun
2021-04-02 19:10:51 -05:00
parent 2b20ca46ad
commit c07b53bb0b
464 changed files with 14054 additions and 14064 deletions
+2 -2
View File
@@ -12,12 +12,12 @@ namespace Microsoft.Iris.Markup
public MarkupDataQuery(MarkupDataQuerySchema type)
: base(type)
=> this._owner = type;
=> _owner = type;
protected void ApplyDefaultValues()
{
Map map = null;
for (MarkupDataQuerySchema owner = this._owner; owner != null; owner = owner.Base as MarkupDataQuerySchema)
for (MarkupDataQuerySchema owner = _owner; owner != null; owner = owner.Base as MarkupDataQuerySchema)
{
foreach (MarkupDataQueryPropertySchema property in owner.Properties)
{