6 references to SetStructuralInlineProperty
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (6)
248SetStructuralInlineProperty(start, end, formattingProperty, value);
977SetStructuralInlineProperty(start, end, property, currentValue);
1338SetStructuralInlineProperty(scopingPreviousInline.ElementStart, scopingNextInline.ElementEnd, FrameworkElement.FlowDirectionProperty, previousFlowDirection);
2225SetStructuralInlineProperty(start, start.Paragraph.ContentEnd, formattingProperty, value);
2231SetStructuralInlineProperty(end.Paragraph.ContentStart, end, formattingProperty, value);
2244SetStructuralInlineProperty(paragraph.ContentStart, paragraph.ContentEnd, formattingProperty, value);