2 writes to IsInline
PresentationFramework (2)
MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
107IsInline = isInline; 123IsInline = false;
6 references to IsInline
PresentationFramework (6)
MS\Internal\IO\Packaging\XamlFilter.cs (6)
547TopOfStack().IsInline, 628if (!elementDescriptor.IsInline) 634_expectingBlockStart = !elementDescriptor.IsInline; 645if (!elementDescriptor.IsInline) 936if (!contentDescriptor.IsInline) 949if (!topOfStack.IsInline)