6 references to SetStructuralInlineProperty
PresentationFramework (6)
System\Windows\Documents\TextRangeEdit.cs (6)
246SetStructuralInlineProperty(start, end, formattingProperty, value); 975SetStructuralInlineProperty(start, end, property, currentValue); 1336SetStructuralInlineProperty(scopingPreviousInline.ElementStart, scopingNextInline.ElementEnd, FrameworkElement.FlowDirectionProperty, previousFlowDirection); 2223SetStructuralInlineProperty(start, start.Paragraph.ContentEnd, formattingProperty, value); 2229SetStructuralInlineProperty(end.Paragraph.ContentStart, end, formattingProperty, value); 2242SetStructuralInlineProperty(paragraph.ContentStart, paragraph.ContentEnd, formattingProperty, value);