Base:
property
IsRTL
System.Windows.Documents.FixedSOMPageElement.IsRTL
3 references to IsRTL
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
216
if (this.
IsRTL
)
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
103
if (block.
IsRTL
)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
52
if (_fixedBlock.
IsRTL
)