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