Ejemplo n.º 1
0
 // Token: 0x06006509 RID: 25865 RVA: 0x001C5984 File Offset: 0x001C3B84
 static LayoutDump()
 {
     LayoutDump.AddUIElementDumpHandler(typeof(TextBlock), new LayoutDump.DumpCustomUIElement(LayoutDump.DumpText));
     LayoutDump.AddUIElementDumpHandler(typeof(FlowDocumentScrollViewer), new LayoutDump.DumpCustomUIElement(LayoutDump.DumpFlowDocumentScrollViewer));
     LayoutDump.AddUIElementDumpHandler(typeof(FlowDocumentView), new LayoutDump.DumpCustomUIElement(LayoutDump.DumpFlowDocumentView));
     LayoutDump.AddUIElementDumpHandler(typeof(DocumentPageView), new LayoutDump.DumpCustomUIElement(LayoutDump.DumpDocumentPageView));
     LayoutDump.AddDocumentPageDumpHandler(typeof(FlowDocumentPage), new LayoutDump.DumpCustomDocumentPage(LayoutDump.DumpFlowDocumentPage));
 }