1 override of AutoFlush
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
424public override bool AutoFlush
2 writes to AutoFlush
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
118service.Store.AutoFlush = false; 147service.Store.AutoFlush = autoFlush;
6 references to AutoFlush
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
115autoFlush = service.Store.AutoFlush;
System\Windows\Annotations\Storage\AnnotationStore.cs (5)
112/// <seealso cref="AutoFlush"/> 242if (AutoFlush) 272if (AutoFlush) 302if (AutoFlush) 327if (AutoFlush)