1 write to _previousAttachmentLevel
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (1)
101
_previousAttachmentLevel
= previousAttachmentLevel;
1 reference to _previousAttachmentLevel
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (1)
141
public AttachmentLevel PreviousAttachmentLevel { get { return
_previousAttachmentLevel
; } }