12 references to IsInitialized
PresentationFramework (10)
MS\Internal\FrameworkObject.cs (1)
477
return _fce.
IsInitialized
;
System\Windows\Documents\DocumentSequence.cs (1)
410
if (
IsInitialized
)
System\Windows\Documents\FixedDocument.cs (2)
521
internal bool IsPageCountValid { get { return this.
IsInitialized
; } }
687
if (this.
IsInitialized
)
System\Windows\Documents\TextElement.cs (2)
1100
if (!this.
IsInitialized
)
1120
Invariant.Assert(this.
IsInitialized
);
System\Windows\FrameworkContentElement.cs (2)
1494
if (!this.
IsInitialized
)
1578
/// <see cref="
IsInitialized
"/>
System\Windows\StyleHelper.cs (2)
2954
bool isInitialized = (feChild != null) ? feChild.IsInitialized : fceChild.
IsInitialized
;
5510
bool isInitialized = (fe != null) ? fe.IsInitialized : (fce != null) ? fce.
IsInitialized
: true;
ReachFramework (2)
Serialization\Manager\ReachDocumentReferenceSerializer.cs (1)
52
if (document.
IsInitialized
== false)
Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs (1)
108
if (document.
IsInitialized
== false)