2 references to ComponentNotInPresentationContext
PresentationFramework (2)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
194
if (foundAdorner == null) throw new InvalidOperationException(SR.Format(SR.
ComponentNotInPresentationContext
, component));
488
if (adorner == null) throw new InvalidOperationException(SR.Format(SR.
ComponentNotInPresentationContext
, component));