4 writes to _stopAsking
PresentationFramework (4)
MS\Internal\PtsHost\BaseParagraph.cs (3)
48
_stopAsking
= false;
158
_stopAsking
= stopAsking;
167
_stopAsking
= true;
MS\Internal\PtsHost\ContainerParagraph.cs (1)
321
_stopAsking
= false;
2 references to _stopAsking
PresentationFramework (2)
MS\Internal\PtsHost\BaseParagraph.cs (1)
77
fNoFurtherChanges = PTS.FromBoolean(
_stopAsking
);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
62
fNoFurtherChanges = PTS.FromBoolean(
_stopAsking
);