You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/Component/AdornerPresentationContext.cs
+27-50Lines changed: 27 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
//
6
6
// Description:
7
-
// AdornerPresentationContext knows that annotation comonents are wrapped
7
+
// AdornerPresentationContext knows that annotation components are wrapped
8
8
// in an AnnotationAdorner and hosted in the AdornerLayer. Note, implementation-wise
9
9
// a new PresentationContext is created for every annotation component. Executing
10
10
// operations on a presentation context for a different annotation component
@@ -19,17 +19,16 @@
19
19
usingSystem.Windows.Annotations;
20
20
usingSystem.Windows.Documents;
21
21
usingSystem.Windows.Media;
22
-
usingSystem.Collections;
23
22
24
23
namespaceMS.Internal.Annotations.Component
25
24
{
26
25
/// <summary>
27
-
/// AdornerPresentationContext knows that annotation comonents are wrapped in an AnnotationAdorner and hosted in the AdornerLayer.
26
+
/// AdornerPresentationContext knows that annotation components are wrapped in an AnnotationAdorner and hosted in the AdornerLayer.
28
27
/// Note, implementation-wise a new PresentationContext is created for every annotation component. Executing operations on a presentation context
29
28
/// for a different annotation component (located in the same adorner layer) works, but is slower than using the presentation context stored in the
0 commit comments