32 references to FromBoolean
PresentationFramework (32)
MS\Internal\PtsHost\BaseParagraph.cs (6)
79fNoFurtherChanges = PTS.FromBoolean(_stopAsking); 224fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element)); 226fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false); 228fspap.fBreakColumnBefore = _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false);
MS\Internal\PtsHost\CellParaClient.cs (7)
182PTS.FromBoolean(true), 184PTS.FromBoolean(isEmptyOk), 185PTS.FromBoolean(suppressTopSpace), 237CellParagraph.FormatParaBottomless(this, PTS.FromBoolean(false), 240PTS.FromBoolean(true), 284PTS.FromBoolean(false), 289PTS.FromBoolean(true),
MS\Internal\PtsHost\ContainerParagraph.cs (3)
177fSuccessful = PTS.FromBoolean(_firstChild != null); 306fFound = PTS.FromBoolean(_ur != null); 307fChangeFirst = PTS.FromBoolean((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
MS\Internal\PtsHost\FigureParagraph.cs (1)
294fsfigprops.fDelayable = PTS.FromBoolean(element.CanDelayPlacement);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
75fNoFurtherChanges = PTS.FromBoolean(_stopAsking);
MS\Internal\PtsHost\PtsHost.cs (5)
1034fEqual = PTS.FromBoolean(pmcsclient1 == pmcsclient2); 1044fEqual = PTS.FromBoolean(mcs1.IsEqual(mcs2)); 1170fParagraphJustified = PTS.FromBoolean(isParagraphJustified); 1573rgfslinevariant[breakIndex].fForceBroken = PTS.FromBoolean(textBreakpoint.IsTruncated); 1842fInterruptFormatting = PTS.FromBoolean(para.InterruptFormatting(dcp, vr));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
2320, null, null, 0, null, null, PTS.FromBoolean(false), 406cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(_isInterruptible), 565cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.FromBoolean(true),
MS\Internal\PtsHost\TextParagraph.cs (4)
160fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 165fstxtprops.fOptimizeParagraph = PTS.FromBoolean(IsOptimalParagraph); 570fForcedBroken = PTS.FromBoolean(line.IsTruncated); 754fForcedBroken = PTS.FromBoolean(line.IsTruncated);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
208fsfmtr.fForcedProgress = PTS.FromBoolean(fAtMaxWidth == PTS.False);
MS\Internal\PtsTable\CalculatedColumn.cs (1)
73internal int PtsWidthChanged { get { return (PTS.FromBoolean(!CheckFlags(Flags.ValidWidth))); } }