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