3 references to DumpCustomUIElement
PresentationFramework (3)
src\Framework\MS\Internal\LayoutDump.cs (3)
156
internal static void AddUIElementDumpHandler(Type type,
DumpCustomUIElement
dumper)
270
DumpCustomUIElement
dumpElement = null;
273
dumpElement = _elementToDumpHandler[t] as
DumpCustomUIElement
;