4 references to AddUIElementDumpHandler
PresentationFramework (4)
src\Framework\MS\Internal\LayoutDump.cs (4)
456
AddUIElementDumpHandler
(typeof(System.Windows.Controls.TextBlock), new DumpCustomUIElement(DumpText));
457
AddUIElementDumpHandler
(typeof(FlowDocumentScrollViewer), new DumpCustomUIElement(DumpFlowDocumentScrollViewer));
458
AddUIElementDumpHandler
(typeof(FlowDocumentView), new DumpCustomUIElement(DumpFlowDocumentView));
459
AddUIElementDumpHandler
(typeof(DocumentPageView), new DumpCustomUIElement(DumpDocumentPageView));