2 writes to _styleConnector
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
602set { _styleConnector = value; } 684context._styleConnector = _styleConnector;
2 references to _styleConnector
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
601get { return _styleConnector; } 684context._styleConnector = _styleConnector;