32 references to FromBoolean
PresentationFramework (32)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (6)
83fNoFurtherChanges = PTS.FromBoolean(_stopAsking); 228fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element)); 230fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false); 232fspap.fBreakColumnBefore = _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (7)
199PTS.FromBoolean(true), 201PTS.FromBoolean(isEmptyOk), 202PTS.FromBoolean(suppressTopSpace), 259CellParagraph.FormatParaBottomless(this, PTS.FromBoolean(false), 262PTS.FromBoolean(true), 311PTS.FromBoolean(false), 316PTS.FromBoolean(true),
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
181fSuccessful = PTS.FromBoolean(_firstChild != null); 311fFound = PTS.FromBoolean(_ur != null); 312fChangeFirst = PTS.FromBoolean((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
304fsfigprops.fDelayable = PTS.FromBoolean(element.CanDelayPlacement);
src\Framework\MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
75fNoFurtherChanges = PTS.FromBoolean(_stopAsking);
src\Framework\MS\Internal\PtsHost\PtsHost.cs (5)
1083fEqual = PTS.FromBoolean(pmcsclient1 == pmcsclient2); 1093fEqual = PTS.FromBoolean(mcs1.IsEqual(mcs2)); 1225fParagraphJustified = PTS.FromBoolean(isParagraphJustified); 1640rgfslinevariant[breakIndex].fForceBroken = PTS.FromBoolean(textBreakpoint.IsTruncated); 1909fInterruptFormatting = PTS.FromBoolean(para.InterruptFormatting(dcp, vr));
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
2450, null, null, 0, null, null, PTS.FromBoolean(false), 431cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(_isInterruptible), 599cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(true),
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (4)
164fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 169fstxtprops.fOptimizeParagraph = PTS.FromBoolean(IsOptimalParagraph); 576fForcedBroken = PTS.FromBoolean(line.IsTruncated); 761fForcedBroken = PTS.FromBoolean(line.IsTruncated);
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
207fsfmtr.fForcedProgress = PTS.FromBoolean(fAtMaxWidth == PTS.False);
src\Framework\MS\Internal\PtsTable\CalculatedColumn.cs (1)
77internal int PtsWidthChanged { get { return (PTS.FromBoolean(!CheckFlags(Flags.ValidWidth))); } }