16 references to IsLayoutDataValid
PresentationFramework (16)
MS\Internal\Documents\TextParagraphView.cs (1)
475get { return _owner.IsLayoutDataValid; }
MS\Internal\LayoutDump.cs (1)
500if (text.IsLayoutDataValid)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
339if (textElement.IsLayoutDataValid)
System\Windows\Controls\TextBlock.cs (13)
1501if (!IsLayoutDataValid) { return; } 1665if (!IsLayoutDataValid) { return this; } 1747if (!IsLayoutDataValid) 2043Invariant.Assert(IsLayoutDataValid); 2085Invariant.Assert(IsLayoutDataValid); 2130Invariant.Assert(IsLayoutDataValid); 2177Invariant.Assert(IsLayoutDataValid); 2279Invariant.Assert(IsLayoutDataValid); 2390Invariant.Assert(IsLayoutDataValid); 2458Invariant.Assert(IsLayoutDataValid); 2586Invariant.Assert(IsLayoutDataValid); 2823if (IsLayoutDataValid && _complexContent != null) 3416Debug.Assert(IsLayoutDataValid);