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