3 references to IsOptimalParagraphEnabledProperty
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
411return (bool)this.PropertyOwner.GetValue(FlowDocument.IsOptimalParagraphEnabledProperty);
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
537get { return (bool)GetValue(IsOptimalParagraphEnabledProperty); } 538set { SetValue(IsOptimalParagraphEnabledProperty, value); }