12 writes to fDefined
PresentationFramework (12)
MS\Internal\PtsHost\FigureParagraph.cs (1)
405fsbbox.fDefined = PTS.True;
MS\Internal\PtsHost\FloaterParagraph.cs (3)
198fsbbox.fDefined = PTS.False; 329fsbbox.fDefined = PTS.True; 404fsbbox.fDefined = PTS.False;
MS\Internal\PtsHost\UIElementParagraph.cs (8)
197fsbbox.fDefined = PTS.False; 233fsbbox.fDefined = PTS.False; 240fsbbox.fDefined = PTS.True; 287fsbbox.fDefined = PTS.False; 303fsbbox.fDefined = PTS.True; 315fsbbox.fDefined = PTS.True; 412fsbbox.fDefined = PTS.True; 439fsbbox.fDefined = PTS.True;
8 references to fDefined
PresentationFramework (8)
MS\Internal\PtsHost\FigureParagraph.cs (1)
195if(PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\FloaterParagraph.cs (2)
265if (PTS.ToBoolean(fsbbox.fDefined)) 441if (PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\PtsPage.cs (2)
770if (!FinitePage && PTS.ToBoolean(bbox.fDefined)) 778if (PTS.ToBoolean(bbox.fDefined))
MS\Internal\PtsHost\SubpageParagraph.cs (3)
236if (PTS.ToBoolean(fsbbox.fDefined)) 432if (PTS.ToBoolean(fsbbox.fDefined)) 591if (PTS.ToBoolean(fsbbox.fDefined))