32 references to FromBoolean
PresentationFramework (32)
MS\Internal\PtsHost\BaseParagraph.cs (6)
77fNoFurtherChanges = PTS.FromBoolean(_stopAsking); 222fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element)); 224fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false); 226fspap.fBreakColumnBefore = _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\CellParaClient.cs (7)
177PTS.FromBoolean(true), 179PTS.FromBoolean(isEmptyOk), 180PTS.FromBoolean(suppressTopSpace), 232CellParagraph.FormatParaBottomless(this, PTS.FromBoolean(false), 235PTS.FromBoolean(true), 279PTS.FromBoolean(false), 284PTS.FromBoolean(true),
MS\Internal\PtsHost\ContainerParagraph.cs (3)
159fSuccessful = PTS.FromBoolean(_firstChild != null); 288fFound = PTS.FromBoolean(_ur != null); 289fChangeFirst = PTS.FromBoolean((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
MS\Internal\PtsHost\FigureParagraph.cs (1)
283fsfigprops.fDelayable = PTS.FromBoolean(element.CanDelayPlacement);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
62fNoFurtherChanges = PTS.FromBoolean(_stopAsking);
MS\Internal\PtsHost\PtsHost.cs (5)
1020fEqual = PTS.FromBoolean(pmcsclient1 == pmcsclient2); 1030fEqual = PTS.FromBoolean(mcs1.IsEqual(mcs2)); 1156fParagraphJustified = PTS.FromBoolean(isParagraphJustified); 1555rgfslinevariant[breakIndex].fForceBroken = PTS.FromBoolean(textBreakpoint.IsTruncated); 1824fInterruptFormatting = PTS.FromBoolean(para.InterruptFormatting(dcp, vr));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
2170, null, null, 0, null, null, PTS.FromBoolean(false), 391cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(_isInterruptible), 550cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(true),
MS\Internal\PtsHost\TextParagraph.cs (4)
142fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 147fstxtprops.fOptimizeParagraph = PTS.FromBoolean(IsOptimalParagraph); 550fForcedBroken = PTS.FromBoolean(line.IsTruncated); 731fForcedBroken = PTS.FromBoolean(line.IsTruncated);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
199fsfmtr.fForcedProgress = PTS.FromBoolean(fAtMaxWidth == PTS.False);
MS\Internal\PtsTable\CalculatedColumn.cs (1)
68internal int PtsWidthChanged { get { return (PTS.FromBoolean(!CheckFlags(Flags.ValidWidth))); } }