2 writes to ForceWrap
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
772
_fullText.
ForceWrap
= true;
791
_fullText.
ForceWrap
= forceWrap;
2 references to ForceWrap
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
771
bool forceWrap = _fullText.
ForceWrap
;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
325
if (FullText.
ForceWrap
)