16 references to IsLayoutDataValid
PresentationFramework (16)
MS\Internal\Documents\TextParagraphView.cs (1)
469get { return _owner.IsLayoutDataValid; }
MS\Internal\LayoutDump.cs (1)
499if (text.IsLayoutDataValid)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
333if (textElement.IsLayoutDataValid)
System\Windows\Controls\TextBlock.cs (13)
1483if (!IsLayoutDataValid) { return; } 1647if (!IsLayoutDataValid) { return this; } 1729if (!IsLayoutDataValid) 2022Invariant.Assert(IsLayoutDataValid); 2064Invariant.Assert(IsLayoutDataValid); 2109Invariant.Assert(IsLayoutDataValid); 2156Invariant.Assert(IsLayoutDataValid); 2258Invariant.Assert(IsLayoutDataValid); 2369Invariant.Assert(IsLayoutDataValid); 2437Invariant.Assert(IsLayoutDataValid); 2565Invariant.Assert(IsLayoutDataValid); 2802if (IsLayoutDataValid && _complexContent != null) 3397Debug.Assert(IsLayoutDataValid);