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