2 writes to IsInline
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
120IsInline = isInline; 136IsInline = false;
6 references to IsInline
PresentationFramework (6)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (6)
574TopOfStack().IsInline, 655if (!elementDescriptor.IsInline) 661_expectingBlockStart = !elementDescriptor.IsInline; 672if (!elementDescriptor.IsInline) 969if (!contentDescriptor.IsInline) 982if (!topOfStack.IsInline)