5 references to Element
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\CompositionError.cs (2)
44/// the <see cref="CompositionError.Element"/> property to 90/// the <see cref="CompositionError.Element"/> property to
System\ComponentModel\Composition\CompositionErrorDebuggerProxy.cs (1)
32get { return _error.Element; }
System\ComponentModel\Composition\CompositionException.cs (2)
242if (error.Element != null) 244WriteElementGraph(writer, error.Element);