1 override of AutoFlush
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
423public override bool AutoFlush
2 writes to AutoFlush
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
117service.Store.AutoFlush = false; 146service.Store.AutoFlush = autoFlush;
6 references to AutoFlush
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
114autoFlush = service.Store.AutoFlush;
System\Windows\Annotations\Storage\AnnotationStore.cs (5)
111/// <seealso cref="AutoFlush"/> 241if (AutoFlush) 271if (AutoFlush) 301if (AutoFlush) 326if (AutoFlush)