32 references to FromBoolean
PresentationFramework (32)
MS\Internal\PtsHost\BaseParagraph.cs (6)
76fNoFurtherChanges = PTS.FromBoolean(_stopAsking); 221fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element)); 223fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false); 225fspap.fBreakColumnBefore = _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\CellParaClient.cs (7)
176PTS.FromBoolean(true), 178PTS.FromBoolean(isEmptyOk), 179PTS.FromBoolean(suppressTopSpace), 231CellParagraph.FormatParaBottomless(this, PTS.FromBoolean(false), 234PTS.FromBoolean(true), 278PTS.FromBoolean(false), 283PTS.FromBoolean(true),
MS\Internal\PtsHost\ContainerParagraph.cs (3)
158fSuccessful = PTS.FromBoolean(_firstChild != null); 287fFound = PTS.FromBoolean(_ur != null); 288fChangeFirst = PTS.FromBoolean((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
MS\Internal\PtsHost\FigureParagraph.cs (1)
282fsfigprops.fDelayable = PTS.FromBoolean(element.CanDelayPlacement);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
61fNoFurtherChanges = PTS.FromBoolean(_stopAsking);
MS\Internal\PtsHost\PtsHost.cs (5)
1019fEqual = PTS.FromBoolean(pmcsclient1 == pmcsclient2); 1029fEqual = PTS.FromBoolean(mcs1.IsEqual(mcs2)); 1155fParagraphJustified = PTS.FromBoolean(isParagraphJustified); 1554rgfslinevariant[breakIndex].fForceBroken = PTS.FromBoolean(textBreakpoint.IsTruncated); 1823fInterruptFormatting = PTS.FromBoolean(para.InterruptFormatting(dcp, vr));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
2160, null, null, 0, null, null, PTS.FromBoolean(false), 390cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(_isInterruptible), 549cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(true),
MS\Internal\PtsHost\TextParagraph.cs (4)
141fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 146fstxtprops.fOptimizeParagraph = PTS.FromBoolean(IsOptimalParagraph); 549fForcedBroken = PTS.FromBoolean(line.IsTruncated); 730fForcedBroken = PTS.FromBoolean(line.IsTruncated);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
198fsfmtr.fForcedProgress = PTS.FromBoolean(fAtMaxWidth == PTS.False);
MS\Internal\PtsTable\CalculatedColumn.cs (1)
67internal int PtsWidthChanged { get { return (PTS.FromBoolean(!CheckFlags(Flags.ValidWidth))); } }