12 writes to fDefined
PresentationFramework (12)
MS\Internal\PtsHost\FigureParagraph.cs (1)
396fDefined = PTS.True,
MS\Internal\PtsHost\FloaterParagraph.cs (3)
189fDefined = PTS.False 323fsbbox.fDefined = PTS.True; 399fDefined = PTS.False
MS\Internal\PtsHost\UIElementParagraph.cs (8)
189fDefined = PTS.False 231fDefined = PTS.False 239fsbbox.fDefined = PTS.True; 287fDefined = PTS.False 304fsbbox.fDefined = PTS.True; 318fsbbox.fDefined = PTS.True; 417fsbbox.fDefined = PTS.True; 446fsbbox.fDefined = PTS.True;
8 references to fDefined
PresentationFramework (8)
MS\Internal\PtsHost\FigureParagraph.cs (1)
185if(PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\FloaterParagraph.cs (2)
259if (PTS.ToBoolean(fsbbox.fDefined)) 437if (PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\PtsPage.cs (2)
766if (!FinitePage && PTS.ToBoolean(bbox.fDefined)) 774if (PTS.ToBoolean(bbox.fDefined))
MS\Internal\PtsHost\SubpageParagraph.cs (3)
218if (PTS.ToBoolean(fsbbox.fDefined)) 406if (PTS.ToBoolean(fsbbox.fDefined)) 561if (PTS.ToBoolean(fsbbox.fDefined))