6 overrides of IsIMEStructuralElement
PresentationFramework (6)
System\Windows\Documents\AnchoredBlock.cs (1)
237internal override bool IsIMEStructuralElement
System\Windows\Documents\Block.cs (1)
465internal override bool IsIMEStructuralElement
System\Windows\Documents\ListItem.cs (1)
298internal override bool IsIMEStructuralElement
System\Windows\Documents\TableCell.cs (1)
437internal override bool IsIMEStructuralElement
System\Windows\Documents\TableRow.cs (1)
367internal override bool IsIMEStructuralElement
System\Windows\Documents\TableRowGroup.cs (1)
260internal override bool IsIMEStructuralElement
2 references to IsIMEStructuralElement
PresentationFramework (2)
System\Windows\Documents\TextElement.cs (2)
1349if (this.IsIMEStructuralElement) 1388if (this.IsIMEStructuralElement)