7 references to HasValidLayout
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1605
Invariant.Assert(position.
HasValidLayout
);
src\Framework\System\Windows\Documents\TextPointer.cs (6)
1229
if (this.
HasValidLayout
)
1268
if (!this.
HasValidLayout
)
1618
if (!this.
HasValidLayout
)
2134
if (!this.
HasValidLayout
)
3670
return this.
HasValidLayout
;
3683
if (!this.
HasValidLayout
)