Example #1
0
        /// <inheritdoc/>
        protected override void ClearPartReferences(AssetCompositeHierarchyData <UIElementDesign, UIElement> clonedHierarchy)
        {
            // set to null reference outside of the sub-tree
            var tempAsset = new UILibraryAsset {
                Hierarchy = clonedHierarchy
            };

            tempAsset.FixupPartReferences();
        }
 public UILibraryCommand(string url, UILibraryAsset parameters)
     : base(url, parameters)
 {
 }
Example #3
0
 public UILibraryCommand(string url, UILibraryAsset parameters, Package package)
     : base(url, parameters, package)
 {
 }
Example #4
0
 public UILibraryCommand(string url, UILibraryAsset parameters, IAssetFinder assetFinder)
     : base(url, parameters, assetFinder)
 {
 }