4 references to AddUIElementDumpHandler
PresentationFramework (4)
MS\Internal\LayoutDump.cs (4)
453
AddUIElementDumpHandler
(typeof(System.Windows.Controls.TextBlock), new DumpCustomUIElement(DumpText));
454
AddUIElementDumpHandler
(typeof(FlowDocumentScrollViewer), new DumpCustomUIElement(DumpFlowDocumentScrollViewer));
455
AddUIElementDumpHandler
(typeof(FlowDocumentView), new DumpCustomUIElement(DumpFlowDocumentView));
456
AddUIElementDumpHandler
(typeof(DocumentPageView), new DumpCustomUIElement(DumpDocumentPageView));