6 references to IsBackgroundLayoutPending
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxView.cs (6)
449
else if (_dirtyList == null && !this.
IsBackgroundLayoutPending
)
1892
if (!this.
IsBackgroundLayoutPending
)
2331
Invariant.Assert(this.
IsBackgroundLayoutPending
);
2351
Invariant.Assert(this.
IsBackgroundLayoutPending
);
2449
Invariant.Assert(this.
IsBackgroundLayoutPending
);
2835
if (this.
IsBackgroundLayoutPending
)