4 writes to _stopAsking
PresentationFramework (4)
MS\Internal\PtsHost\BaseParagraph.cs (3)
47
_stopAsking
= false;
157
_stopAsking
= stopAsking;
166
_stopAsking
= true;
MS\Internal\PtsHost\ContainerParagraph.cs (1)
320
_stopAsking
= false;
2 references to _stopAsking
PresentationFramework (2)
MS\Internal\PtsHost\BaseParagraph.cs (1)
76
fNoFurtherChanges = PTS.FromBoolean(
_stopAsking
);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
61
fNoFurtherChanges = PTS.FromBoolean(
_stopAsking
);