Exemple #1
0
        private static UserControl CreateFileContentViewer()
        {
            var content = new ContentViewerPane();

            content.SetBinding(DataContextProperty, new Binding("CurrentFileInfo"));
            return(content);
        }
 private static UserControl CreateFileContentViewer()
 {
     var content = new ContentViewerPane();
     content.SetBinding(DataContextProperty, new Binding("CurrentFileInfo"));
     return content;
 }