According to MSDN:
Control.Disposing Property Gets a value indicating whether the base Control class is in the process of disposing.
But when I checked, Disposing property of the control is always false (inside the Dispose() method itself).
When will this Disposing property become true?