4 instantiations of CompositionBatch
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\AttributedModelServices.cs (3)
109
CompositionBatch batch = new
CompositionBatch
();
130
CompositionBatch batch = new
CompositionBatch
();
153
CompositionBatch batch = new
CompositionBatch
(
System\ComponentModel\Composition\Hosting\ComposablePartExportProvider.cs (1)
347
batch = new
CompositionBatch
(batch.PartsToAdd, partsToRemove);
17 references to CompositionBatch
System.ComponentModel.Composition (17)
System\ComponentModel\Composition\AttributedModelServices.cs (6)
96
public static ComposablePart AddExportedValue<T>(this
CompositionBatch
batch, T exportedValue)
109
CompositionBatch
batch = new CompositionBatch();
114
public static ComposablePart AddExportedValue<T>(this
CompositionBatch
batch, string contractName, T exportedValue)
130
CompositionBatch
batch = new CompositionBatch();
135
public static ComposablePart AddPart(this
CompositionBatch
batch, object attributedPart)
153
CompositionBatch
batch = new CompositionBatch(
System\ComponentModel\Composition\Hosting\ComposablePartExportProvider.cs (3)
231
public void Compose(
CompositionBatch
batch)
315
private List<ComposablePart> GetUpdatedPartsList(ref
CompositionBatch
batch)
352
private void Recompose(
CompositionBatch
batch, AtomicComposition atomicComposition)
System\ComponentModel\Composition\Hosting\CompositionBatch.cs (7)
23
/// Initializes a new instance of the <see cref="
CompositionBatch
"/> class.
31
/// Initializes a new instance of the <see cref="
CompositionBatch
"/> class.
101
/// Adds the specified part to the <see cref="
CompositionBatch
"/>.
125
/// Removes the specified part from the <see cref="
CompositionBatch
"/>.
149
/// Adds the specified export to the <see cref="
CompositionBatch
"/>.
152
/// The <see cref="Export"/> to add to the <see cref="
CompositionBatch
"/>.
156
/// from the <see cref="
CompositionBatch
"/>.
System\ComponentModel\Composition\Hosting\CompositionContainer.cs (1)
368
public void Compose(
CompositionBatch
batch)