12 writes to fDefined
PresentationFramework (12)
MS\Internal\PtsHost\FigureParagraph.cs (1)
401fDefined = PTS.True,
MS\Internal\PtsHost\FloaterParagraph.cs (3)
194fDefined = PTS.False 328fsbbox.fDefined = PTS.True; 404fDefined = PTS.False
MS\Internal\PtsHost\UIElementParagraph.cs (8)
190fDefined = PTS.False 232fDefined = PTS.False 240fsbbox.fDefined = PTS.True; 288fDefined = PTS.False 305fsbbox.fDefined = PTS.True; 319fsbbox.fDefined = PTS.True; 418fsbbox.fDefined = PTS.True; 447fsbbox.fDefined = PTS.True;
8 references to fDefined
PresentationFramework (8)
MS\Internal\PtsHost\FigureParagraph.cs (1)
190if(PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\FloaterParagraph.cs (2)
264if (PTS.ToBoolean(fsbbox.fDefined)) 442if (PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\PtsPage.cs (2)
767if (!FinitePage && PTS.ToBoolean(bbox.fDefined)) 775if (PTS.ToBoolean(bbox.fDefined))
MS\Internal\PtsHost\SubpageParagraph.cs (3)
226if (PTS.ToBoolean(fsbbox.fDefined)) 422if (PTS.ToBoolean(fsbbox.fDefined)) 581if (PTS.ToBoolean(fsbbox.fDefined))