3 references to DumpCustomUIElement
PresentationFramework (3)
MS\Internal\LayoutDump.cs (3)
154
internal static void AddUIElementDumpHandler(Type type,
DumpCustomUIElement
dumper)
268
DumpCustomUIElement
dumpElement = null;
271
dumpElement = _elementToDumpHandler[t] as
DumpCustomUIElement
;