In the .NET code some comments are blanked, intentional? Why?
// Frequently when you need to do a PreformLayout, you also need to invalidate the
// PreferredSizeCache (you are laying out because you know that the action has changed
// the PreferredSize of the control and/or its container). LayoutTransaction wraps both
// of these operations into one, plus adds a
->here<-
internal sealed class LayoutTransaction : IDisposable {
Control _controlToLayout;
bool _resumeLayout;
#if DEBUG
int _layoutSuspendCount;
501b0db1-ee07-4bca-b25a-f35a5c5394b0|0|.0