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