1 write to _styleConnector
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1467
set {
_styleConnector
= value; }
4 references to _styleConnector
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (4)
579
return LoadOptimizedTemplateContent(container, null, this.
_styleConnector
, affectedChildren, null);
1056
if (
_styleConnector
!= null)
1058
_styleConnector
.Connect((int)templateReader.Value, Names.CurrentFrame.Instance);
1466
get { return
_styleConnector
; }