6 references to IsBackgroundLayoutPending
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (6)
447
else if (_dirtyList == null && !this.
IsBackgroundLayoutPending
)
1894
if (!this.
IsBackgroundLayoutPending
)
2335
Invariant.Assert(this.
IsBackgroundLayoutPending
);
2355
Invariant.Assert(this.
IsBackgroundLayoutPending
);
2453
Invariant.Assert(this.
IsBackgroundLayoutPending
);
2838
if (
IsBackgroundLayoutPending
)