6 overrides of IsIMEStructuralElement
PresentationFramework (6)
System\Windows\Documents\AnchoredBlock.cs (1)
247
internal override bool
IsIMEStructuralElement
System\Windows\Documents\Block.cs (1)
467
internal override bool
IsIMEStructuralElement
System\Windows\Documents\ListItem.cs (1)
299
internal override bool
IsIMEStructuralElement
System\Windows\Documents\TableCell.cs (1)
456
internal override bool
IsIMEStructuralElement
System\Windows\Documents\TableRow.cs (1)
385
internal override bool
IsIMEStructuralElement
System\Windows\Documents\TableRowGroup.cs (1)
291
internal override bool
IsIMEStructuralElement
2 references to IsIMEStructuralElement
PresentationFramework (2)
System\Windows\Documents\TextElement.cs (2)
1367
if (this.
IsIMEStructuralElement
)
1406
if (this.
IsIMEStructuralElement
)