2 references to AffectsRenderOnly
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
1490if (!args.AffectsRenderOnly || (_formatter != null && _formatter is FlowDocumentFormatter)) 1503_formatter?.OnContentInvalidated(!args.AffectsRenderOnly, args.ITextPosition, segmentEnd);