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