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