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