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