public static PresentationSource FromVisual(Visual visual)
 {
     throw new NotImplementedException();
 }
 protected void RootChanged(Visual oldRoot, Visual newRoot)
 {
     throw new NotImplementedException();
 }
 protected void AddVisualChild(Visual child)
 {
     throw new NotImplementedException();
 }