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