6 references to SetStructuralInlineProperty
PresentationFramework (6)
System\Windows\Documents\TextRangeEdit.cs (6)
243SetStructuralInlineProperty(start, end, formattingProperty, value);
972SetStructuralInlineProperty(start, end, property, currentValue);
1333SetStructuralInlineProperty(scopingPreviousInline.ElementStart, scopingNextInline.ElementEnd, FrameworkElement.FlowDirectionProperty, previousFlowDirection);
2220SetStructuralInlineProperty(start, start.Paragraph.ContentEnd, formattingProperty, value);
2226SetStructuralInlineProperty(end.Paragraph.ContentStart, end, formattingProperty, value);
2239SetStructuralInlineProperty(paragraph.ContentStart, paragraph.ContentEnd, formattingProperty, value);