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