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