2 writes to TitleProp
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
122TitleProp = titleProp; 138TitleProp = null;
3 references to TitleProp
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (3)
562|| propertyName == topOfStack.TitleProp )); 626if ( elementDescriptor.TitleProp != null 629title = GetPropertyAsAttribute(elementDescriptor.TitleProp);