2 writes to IsInline
PresentationFramework (2)
MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
110IsInline = isInline; 126IsInline = false;
6 references to IsInline
PresentationFramework (6)
MS\Internal\IO\Packaging\XamlFilter.cs (6)
554TopOfStack().IsInline, 635if (!elementDescriptor.IsInline) 641_expectingBlockStart = !elementDescriptor.IsInline; 652if (!elementDescriptor.IsInline) 949if (!contentDescriptor.IsInline) 962if (!topOfStack.IsInline)