6 references to HasListeners
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextContainer.cs (5)
757
if (this.
HasListeners
)
801
if (this.
HasListeners
)
878
originalPosition = this.
HasListeners
? new TextPointer(position, LogicalDirection.Backward) : null;
1130
if (this.
HasListeners
)
1226
if (this.
HasListeners
)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1051
if (tree.
HasListeners
)