6 references to SetStructuralInlineProperty
PresentationFramework (6)
System\Windows\Documents\TextRangeEdit.cs (6)
244SetStructuralInlineProperty(start, end, formattingProperty, value); 973SetStructuralInlineProperty(start, end, property, currentValue); 1334SetStructuralInlineProperty(scopingPreviousInline.ElementStart, scopingNextInline.ElementEnd, FrameworkElement.FlowDirectionProperty, previousFlowDirection); 2221SetStructuralInlineProperty(start, start.Paragraph.ContentEnd, formattingProperty, value); 2227SetStructuralInlineProperty(end.Paragraph.ContentStart, end, formattingProperty, value); 2240SetStructuralInlineProperty(paragraph.ContentStart, paragraph.ContentEnd, formattingProperty, value);