1 override of AutoFlush
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
457public override bool AutoFlush
2 writes to AutoFlush
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
134service.Store.AutoFlush = false; 163service.Store.AutoFlush = autoFlush;
6 references to AutoFlush
PresentationFramework (6)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
131autoFlush = service.Store.AutoFlush;
src\Framework\System\Windows\Annotations\Storage\AnnotationStore.cs (5)
127/// <seealso cref="AutoFlush"/> 257if (AutoFlush) 287if (AutoFlush) 317if (AutoFlush) 342if (AutoFlush)