2 references to NoPresentationContextForGivenElement
PresentationFramework (2)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
180
throw new InvalidOperationException(SR.Format(SR.
NoPresentationContextForGivenElement
, annotatedElement));
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
484
if (layer == null) throw new InvalidOperationException(SR.Format(SR.
NoPresentationContextForGivenElement
, AnnotatedElement));