1 write to _styleConnector
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1453
set {
_styleConnector
= value; }
3 references to _styleConnector
PresentationFramework (3)
System\Windows\FrameworkTemplate.cs (3)
567
return LoadOptimizedTemplateContent(container, null, this.
_styleConnector
, affectedChildren, null);
1045
_styleConnector
?.Connect((int)templateReader.Value, Names.CurrentFrame.Instance);
1452
get { return
_styleConnector
; }