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