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