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