1 write to _styleConnector
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1458
set {
_styleConnector
= value; }
4 references to _styleConnector
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (4)
570
return LoadOptimizedTemplateContent(container, null, this.
_styleConnector
, affectedChildren, null);
1047
if (
_styleConnector
!= null)
1049
_styleConnector
.Connect((int)templateReader.Value, Names.CurrentFrame.Instance);
1457
get { return
_styleConnector
; }