12 references to IsInitialized
PresentationFramework (10)
MS\Internal\FrameworkObject.cs (1)
477
return _fce.
IsInitialized
;
System\Windows\Documents\DocumentSequence.cs (1)
398
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)
1086
if (!this.
IsInitialized
)
1103
Invariant.Assert(this.
IsInitialized
);
System\Windows\FrameworkContentElement.cs (2)
1486
if (!this.
IsInitialized
)
1570
/// <see cref="
IsInitialized
"/>
System\Windows\StyleHelper.cs (2)
2949
bool isInitialized = (feChild != null) ? feChild.IsInitialized : fceChild.
IsInitialized
;
5506
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)