12 references to IsInitialized
PresentationFramework (10)
MS\Internal\FrameworkObject.cs (1)
476
return _fce.
IsInitialized
;
System\Windows\Documents\DocumentSequence.cs (1)
397
if (
IsInitialized
)
System\Windows\Documents\FixedDocument.cs (2)
520
internal bool IsPageCountValid { get { return this.
IsInitialized
; } }
686
if (this.
IsInitialized
)
System\Windows\Documents\TextElement.cs (2)
1085
if (!this.
IsInitialized
)
1102
Invariant.Assert(this.
IsInitialized
);
System\Windows\FrameworkContentElement.cs (2)
1485
if (!this.
IsInitialized
)
1569
/// <see cref="
IsInitialized
"/>
System\Windows\StyleHelper.cs (2)
2948
bool isInitialized = (feChild != null) ? feChild.IsInitialized : fceChild.
IsInitialized
;
5505
bool isInitialized = (fe != null) ? fe.IsInitialized : (fce != null) ? fce.
IsInitialized
: true;
ReachFramework (2)
Serialization\Manager\ReachDocumentReferenceSerializer.cs (1)
51
if (!document.
IsInitialized
)
Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs (1)
107
if (!document.
IsInitialized
)