2 writes to IsInline
PresentationFramework (2)
MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
108IsInline = isInline; 124IsInline = false;
6 references to IsInline
PresentationFramework (6)
MS\Internal\IO\Packaging\XamlFilter.cs (6)
548TopOfStack().IsInline, 629if (!elementDescriptor.IsInline) 635_expectingBlockStart = !elementDescriptor.IsInline; 646if (!elementDescriptor.IsInline) 943if (!contentDescriptor.IsInline) 956if (!topOfStack.IsInline)