6 overrides of IsIMEStructuralElement
PresentationFramework (6)
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
247
internal override bool
IsIMEStructuralElement
src\Framework\System\Windows\Documents\Block.cs (1)
491
internal override bool
IsIMEStructuralElement
src\Framework\System\Windows\Documents\ListItem.cs (1)
306
internal override bool
IsIMEStructuralElement
src\Framework\System\Windows\Documents\TableCell.cs (1)
463
internal override bool
IsIMEStructuralElement
src\Framework\System\Windows\Documents\TableRow.cs (1)
394
internal override bool
IsIMEStructuralElement
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
300
internal override bool
IsIMEStructuralElement
2 references to IsIMEStructuralElement
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextElement.cs (2)
1412
if (this.
IsIMEStructuralElement
)
1451
if (this.
IsIMEStructuralElement
)