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