12 writes to fDefined
PresentationFramework (12)
MS\Internal\PtsHost\FigureParagraph.cs (1)
400fDefined = PTS.True,
MS\Internal\PtsHost\FloaterParagraph.cs (3)
193fDefined = PTS.False 327fsbbox.fDefined = PTS.True; 403fDefined = 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)
189if(PTS.ToBoolean(fsbbox.fDefined))
MS\Internal\PtsHost\FloaterParagraph.cs (2)
263if (PTS.ToBoolean(fsbbox.fDefined)) 441if (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)
225if (PTS.ToBoolean(fsbbox.fDefined)) 421if (PTS.ToBoolean(fsbbox.fDefined)) 580if (PTS.ToBoolean(fsbbox.fDefined))