4 writes to _stopAsking
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (3)
54
_stopAsking
= false;
164
_stopAsking
= stopAsking;
173
_stopAsking
= true;
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
344
_stopAsking
= false;
2 references to _stopAsking
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
83
fNoFurtherChanges = PTS.FromBoolean(
_stopAsking
);
src\Framework\MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
75
fNoFurtherChanges = PTS.FromBoolean(
_stopAsking
);