16 references to IsLayoutDataValid
PresentationFramework (16)
MS\Internal\Documents\TextParagraphView.cs (1)
468get { return _owner.IsLayoutDataValid; }
MS\Internal\LayoutDump.cs (1)
498if (text.IsLayoutDataValid)
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
332if (textElement.IsLayoutDataValid)
System\Windows\Controls\TextBlock.cs (13)
1482if (!IsLayoutDataValid) { return; } 1646if (!IsLayoutDataValid) { return this; } 1728if (!IsLayoutDataValid) 2021Invariant.Assert(IsLayoutDataValid); 2063Invariant.Assert(IsLayoutDataValid); 2108Invariant.Assert(IsLayoutDataValid); 2155Invariant.Assert(IsLayoutDataValid); 2257Invariant.Assert(IsLayoutDataValid); 2368Invariant.Assert(IsLayoutDataValid); 2436Invariant.Assert(IsLayoutDataValid); 2564Invariant.Assert(IsLayoutDataValid); 2801if (IsLayoutDataValid && _complexContent != null) 3396Debug.Assert(IsLayoutDataValid);