3 implementations of IsDisposalRequired
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
73public bool IsDisposalRequired
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
513public bool IsDisposalRequired
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
379public bool IsDisposalRequired
2 references to IsDisposalRequired
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
515get { return _originalPartCreationInfo.IsDisposalRequired; }
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
115return _creationInfo.IsDisposalRequired;