mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -10,7 +10,7 @@ using System;
|
||||
|
||||
namespace Microsoft.Iris.Animations
|
||||
{
|
||||
internal class AnimationManager : IDisposable
|
||||
public class AnimationManager : IDisposable
|
||||
{
|
||||
private IRenderSession _session;
|
||||
private Vector<OrphanedVisualCollection> _orphans;
|
||||
|
||||
Reference in New Issue
Block a user