10 references to IsInitialized
PresentationFramework (10)
src\Framework\MS\Internal\FrameworkObject.cs (1)
508return _fce.IsInitialized;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
440if (IsInitialized)
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
558internal bool IsPageCountValid { get { return this.IsInitialized; } } 725if (this.IsInitialized)
src\Framework\System\Windows\Documents\TextElement.cs (2)
1146if (!this.IsInitialized) 1166Invariant.Assert(this.IsInitialized);
src\Framework\System\Windows\FrameworkContentElement.cs (2)
1517if (!this.IsInitialized) 1601/// <see cref="IsInitialized"/>
src\Framework\System\Windows\StyleHelper.cs (2)
2960bool isInitialized = (feChild != null) ? feChild.IsInitialized : fceChild.IsInitialized; 5516bool isInitialized = (fe != null) ? fe.IsInitialized : (fce != null) ? fce.IsInitialized : true;