2 writes to _styleConnector
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
586set { _styleConnector = value; } 659context._styleConnector = _styleConnector;
2 references to _styleConnector
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
585get { return _styleConnector; } 659context._styleConnector = _styleConnector;